Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

blog.csdn.net

quaful的专栏 RSS feed

Get the latest updates from quaful的专栏 directly as they happen.

Follow now 62 followers

Find similar feeds: Tech Programming Android

Latest posts

Last updated over 3 years ago

Stable Diffusion 如何生成有质感的皮肤图像

over 3 years ago

皮肤的质感太光滑了,不像真实照片。这种情况需要用 Negative Prompt 来控制。

Stable Diffusion 如何生成字体拼图

over 3 years ago

Stable Diffusion 特效字体图

谈谈熟悉在GUI界面下编译代码的同学怎么快速入门Android Studio

almost 9 years ago

本文面向原来熟悉在GUI界面(例如VisualStudio)下编译代码的同学。Visual Studio确实是一个傻瓜式的开发环境,像Visual C++,在Visual Studio里把C/C++代码写好,点一下“运行”按钮,就可以把程序运行起来了。对比Linux里传统的开发模式,不仅要写C/C++代码,还要写makefile。Android Studio其实也是继承了这种思想,开发Android应用(以下都简称App),不仅要写Java代码,还要写编译Java代码的代码,也就是说,编译过程本身也是执行一