IOS开发实战
- 调整项目文件位置后出现file not found 错误,在buildSetting 中修改相应文件的位置描述
- prefix.pch xcode 创建的预编译头文件 取消掉了。。。
- 头文件配置过大导致应用启动缓慢
完成了最简单的UI框架
- 1 UITabBarViewController
- 2 四个UINavigationViewController
- 3 四个UITableViewController
Artifical Dog
backup windows hexo template,
transfer to macbook
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment
这是第一级引用。
这是第二级引用。
现在回到第一级引用。
代码托管平台
在线运行环境
代码质量监控
项目管理平台
Coding,让开发更简单
Coding,让开发更简单
1 | require 'redcarpet' |
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}