摘要: 解释是可用内存已耗尽,这关系到PHP的memory_limit的设置问题。这里有两种方法解决1、修改php.inimemory_limit = 128打开终端输入下列bash命令cd /private/etcsudo cp php.ini.default php.inisudo vi php.ini... 阅读全文
posted @ 2015-03-26 23:58 nycode 阅读(6534) 评论(0) 推荐(0) 编辑
摘要: About Windows and Views关于窗口和视图In iOS, you use windows and views to present your application’s content on the screen. Windows do not have any visible c... 阅读全文
posted @ 2015-03-26 20:43 nycode 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1. 创建工程创建一个新的Xcode工程命名为SimpleTableTest。删除main.storyboard文件和info.plist中有关storyboard的相关属性。按command+F键创建TableViewController视图控制器(继承自UIViewController)和xib... 阅读全文
posted @ 2015-03-26 18:34 nycode 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1. 创建工程创建新工程,create a new Xcode project创建single view application创建名为PickerViewTest的工程2. 创建xib文件New File创建View的user interface命名为PickerView在interface bu... 阅读全文
posted @ 2015-03-26 11:17 nycode 阅读(247) 评论(0) 推荐(0) 编辑