摘要: 使用自己创建的 异步函数 打印结果: 使用全局并发队列 打印结果: 阅读全文
posted @ 2018-06-26 16:03 懂事长qingzZ 阅读(408) 评论(0) 推荐(0) 编辑
摘要: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ // [self downImage]; // [self delay]; [self once]; [self once]; [self once]; } /** 一次性代码: 整个应用程序只会执行一次 不可以放在懒加... 阅读全文
posted @ 2018-06-26 15:40 懂事长qingzZ 阅读(526) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/daiweilai/p/4421340.html 阅读全文
posted @ 2018-06-26 13:14 懂事长qingzZ 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1. 2 3. 4. 5. 8. 阅读全文
posted @ 2018-06-26 10:38 懂事长qingzZ 阅读(709) 评论(0) 推荐(0) 编辑
摘要: 1. GCD介绍 1.11.2 1.3 异步具备开启能力但是不是 一定可以开启 1.4 1.5 67. 8. 阅读全文
posted @ 2018-06-26 10:04 懂事长qingzZ 阅读(111) 评论(0) 推荐(0) 编辑
摘要: - (void)createNSThread444{ UIImage *image = [UIImage imageNamed:@"图片名字"]; /** 1 performSelectorOnMainThread :在主线程操作 参数1:(nonnull SEL)方法名字 参数2:(nullable id) self 执行这... 阅读全文
posted @ 2018-06-26 09:38 懂事长qingzZ 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-26 09:24 懂事长qingzZ 阅读(283) 评论(0) 推荐(0) 编辑