03 2016 档案

摘要:// // ViewController.m // trefeeg // // Created by 张凯泽 on 16/3/30. // Copyright © 2016年 rytong_zkz. All rights reserved. // #import "ViewController.h" static int count = 10; @interface ViewContr... 阅读全文
posted @ 2016-03-31 21:26 张凯泽 阅读(441) 评论(0) 推荐(0) 编辑
摘要:http://www.jianshu.com/p/a9569a9c9a63 阅读全文
posted @ 2016-03-29 16:51 张凯泽 阅读(133) 评论(0) 推荐(0) 编辑
摘要:// // main.c // 11.26.3指向函数的指针 // // Created by 张凯泽 on 15/11/26. // Copyright (c) 2015年 rytong_zkz. All rights reserved. // #include #warning mark--zkz--函数名就是函数的地址,数组名就是数组的地址 void test() { ... 阅读全文
posted @ 2016-03-29 16:35 张凯泽 阅读(169) 评论(0) 推荐(0) 编辑
摘要:http://www.tuicool.com/articles/2673my7/ 或者: http://www.jianshu.com/p/097fe405f2d1 文/Northwan(简书作者)原文链接:http://www.jianshu.com/p/097fe405f2d1著作权归作者所有, 阅读全文
posted @ 2016-03-28 15:42 张凯泽 阅读(241) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://blog.sina.com.cn/s/blog_5971cdd00102vqgy.html (绝对有用)iOS获取UUID,并使用keychain存储 此博文包含图片 (2015-05-18 17:32:14)转载▼ 标签: ios it 森女 uuid keychain 分类: iOS技术 UDID被弃用,使用UUID来作为设备的唯一标识。获取到UUID后... 阅读全文
posted @ 2016-03-23 16:27 张凯泽 阅读(3908) 评论(0) 推荐(0) 编辑
摘要:/** * 1.字符串的定义方式 */ //可变字符串(放到栈里边)栈里边放局部变量有几份变量就有几个内存空间 char name[4] = "zkz"; char name3[4] = "zkz"; printf("name[4] = %p\n",name);//name[4] = 0x7fff5fbff79c printf("n... 阅读全文
posted @ 2016-03-20 10:57 张凯泽 阅读(900) 评论(0) 推荐(0) 编辑
摘要:如何创建一个线程,要求可以一直工作,不会执行一次就结束。 16.结束一个线程: 17字符串地址 1.刷新UI为什么在主线程中执行 1、在子线程中是不能进行UI 更新的,而可以更新的结果只是一个幻像:因为子线程代码执行完毕了,又自动进入到了主线程,执行了子线程中的UI更新的函数栈,这中间的时间非常的短 阅读全文
posted @ 2016-03-14 20:45 张凯泽 阅读(242) 评论(0) 推荐(0) 编辑
摘要:// // ViewController.m // NSUrlSessionDataTast请求数据 // // Created by 张凯泽 on 16/3/10. // Copyright © 2016年 rytong_zkz. All rights reserved. // #import " 阅读全文
posted @ 2016-03-10 14:12 张凯泽 阅读(1308) 评论(0) 推荐(0) 编辑
摘要:// // ViewController.m // 解压缩zip包开发 // // Created by 张凯泽 on 16/3/9. // Copyright © 2016年 rytong_zkz. All rights reserved. // #import "ViewController.h 阅读全文
posted @ 2016-03-09 15:26 张凯泽 阅读(713) 评论(1) 推荐(0) 编辑
摘要:// // ViewController.m // GCD多线程 // // Created by 张凯泽 on 16/3/9. // Copyright © 2016年 rytong_zkz. All rights reserved. // #import "ViewController.h" # 阅读全文
posted @ 2016-03-09 11:03 张凯泽 阅读(586) 评论(1) 推荐(0) 编辑
摘要:#import "ZKZApplication.h" @implementation ZKZApplication +(instancetype)allocWithZone:(struct _NSZone *)zone { static ZKZApplication *application; // 阅读全文
posted @ 2016-03-07 16:03 张凯泽 阅读(226) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示