会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
step by step,go along
just do it
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
15
下一页
2017年6月10日
Runloop
摘要: Runloop
阅读全文
posted @ 2017-06-10 00:00 shidaying
阅读(89)
评论(0)
推荐(0)
Runtime
摘要: da
阅读全文
posted @ 2017-06-10 00:00 shidaying
阅读(86)
评论(0)
推荐(0)
2017年6月9日
CALayer
摘要:
阅读全文
posted @ 2017-06-09 23:52 shidaying
阅读(112)
评论(0)
推荐(0)
iOS 11 变化
摘要: 首先我是开发者,更关心对技术的影响,我又需要关注、学习哪些技术,猫神的文章:http://www.cocoachina.com/ios/20170607/19457.html 介绍了 **********************************************************
阅读全文
posted @ 2017-06-09 23:13 shidaying
阅读(229)
评论(0)
推荐(0)
2017年6月8日
property修饰关键字
摘要: 修饰符按作用区分:线程安全相关,内存相关,读写权限相关,set=和get=,是否可为空, class 一.默认值 @property NSArray *dataArray; 默认的是:atomic,strong(引用类型是strong, 值类型是assign),readwrite,nullable
阅读全文
posted @ 2017-06-08 01:33 shidaying
阅读(195)
评论(0)
推荐(0)
2017年6月1日
多线程之GCD
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD
阅读全文
posted @ 2017-06-01 23:38 shidaying
阅读(135)
评论(0)
推荐(0)
多线程之NSThread
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD一,创建线程 动态创建 静态创建 /** 静态创建 */ - (void)staticCreateThr
阅读全文
posted @ 2017-06-01 23:37 shidaying
阅读(244)
评论(0)
推荐(0)
多线程之NSOperation
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之pthread, NSThread, NSOperation, GCD 多线程之NSThread 多线程之NSOperation 多线程之GCD
阅读全文
posted @ 2017-06-01 23:37 shidaying
阅读(143)
评论(0)
推荐(0)
多线程之pthread, NSThread, NSOperation, GCD
摘要: 关于多线程会有一系列如下:多线程之概念解析 多线程之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
下一页
公告