02 2015 档案

mac cocoaPods 安装及使用
摘要:cocoapods 安装 1.安装Brew (Brew 官网 http://brew.sh/index_zh-cn.html 安装Brew及简单用法参考http://blog.csdn.net/maojudong/article/details/7918291)2.安装Ruby ( OS X 系统自... 阅读全文

posted @ 2015-02-26 16:55 lijinfeng1 阅读(237) 评论(0) 推荐(0)

ios 线程
摘要:iOS有三种多线程编程的技术,分别是:一 NSThread二 Cocoa NSOperation三 GCD(全称:Grand Central Dispatch)这三种编程方式从上到下,抽象度层次是从低到高的,抽象度越高的使用越简单,也是Apple最推荐使用的。三种方式的优缺点介绍:1)NSThrea... 阅读全文

posted @ 2015-02-02 10:31 lijinfeng1 阅读(123) 评论(0) 推荐(0)

导航