上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: Runloop 阅读全文
posted @ 2017-06-10 00:00 shidaying 阅读(89) 评论(0) 推荐(0)
摘要: da 阅读全文
posted @ 2017-06-10 00:00 shidaying 阅读(86) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-09 23:52 shidaying 阅读(112) 评论(0) 推荐(0)
摘要: 首先我是开发者,更关心对技术的影响,我又需要关注、学习哪些技术,猫神的文章:http://www.cocoachina.com/ios/20170607/19457.html 介绍了 ********************************************************** 阅读全文
posted @ 2017-06-09 23:13 shidaying 阅读(229) 评论(0) 推荐(0)
摘要: 修饰符按作用区分:线程安全相关,内存相关,读写权限相关,set=和get=,是否可为空, class 一.默认值 @property NSArray *dataArray; 默认的是:atomic,strong(引用类型是strong, 值类型是assign),readwrite,nullable 阅读全文
posted @ 2017-06-08 01:33 shidaying 阅读(195) 评论(0) 推荐(0)
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD 阅读全文
posted @ 2017-06-01 23:38 shidaying 阅读(135) 评论(0) 推荐(0)
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD一,创建线程 动态创建 静态创建 /** 静态创建 */ - (void)staticCreateThr 阅读全文
posted @ 2017-06-01 23:37 shidaying 阅读(244) 评论(0) 推荐(0)
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD 阅读全文
posted @ 2017-06-01 23:37 shidaying 阅读(143) 评论(0) 推荐(0)
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD pthread:跨平台,适用于多种操作系统,可移植性强,是一套纯C语言的通用API,且线程的生命周期需 阅读全文
posted @ 2017-06-01 23:36 shidaying 阅读(255) 评论(0) 推荐(0)
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD在介绍多线程之前明确几个概念 进程和线程 进程:是计算机中已运行的实体(计算机可以工作都是进程的功劳), 阅读全文
posted @ 2017-06-01 22:37 shidaying 阅读(205) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页