摘要: Xcode是iPhone和iPad开发者用来编码或者开发iOS app的IDE。Xcode有很多小巧但很有用的功能,很多时候我们可能没有注意到它们,也或者我们没有在合适的水平使用这些功能简化我们的iOS开发。比如注释标签、代码片段以及其它很多…以下是我们发现的非常有用的Xcode功能:FIXME该标... 阅读全文
posted @ 2015-08-30 16:30 孤光一点莹 阅读(158) 评论(0) 推荐(0)
摘要: NSURLCache * cache = [NSURLCache sharedURLCache]; [cache removeAllCachedResponses]; [cache setDiskCapacity:0]; [cache setMemoryCapacity:0]; 阅读全文
posted @ 2015-08-30 16:28 孤光一点莹 阅读(297) 评论(0) 推荐(0)
摘要: error: src refspec master does not match any.引起该错误的原因是,目录中没有文件,空目录是不能提交上去的error: insufficient permission for adding an object to repository database .... 阅读全文
posted @ 2015-08-30 16:26 孤光一点莹 阅读(316) 评论(0) 推荐(0)