摘要:
1.就基本使用NSInvocationOperation//1.创建操作对象,封装需要执行的任务 NSInvocationOperation * operation =[[NSInvocationOperation alloc]initWithTarget:self selector:@sel... 阅读全文
posted @ 2015-09-11 12:11
斌哥骑猿看唱本
阅读(170)
评论(0)
推荐(0)
摘要:
1.NSThread ①.开线程的几种方式 *先创建, 后启动 ②.其他用法 CGD(重点) 1.队列的类型 *并发队列:可以同时执行多个任务 获得全局的并发队列:dispatch_get_global_queue(<#long identifier#>, <#unsigned long flags 阅读全文
posted @ 2015-09-11 09:52
斌哥骑猿看唱本
阅读(158)
评论(0)
推荐(0)