摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 /** 注释 */ 5 @property (nonatomic, strong) NSMutableData *resultData; 6 @end 7 8 @implementation ViewController 9 ... 阅读全文
posted @ 2018-07-10 19:43 懂事长qingzZ 阅读(310) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/d8f82a75a4d7 阅读全文
posted @ 2018-07-10 17:22 懂事长qingzZ 阅读(625) 评论(0) 推荐(0)
摘要: 1.首先打开苹果App Store商店进入到里面,找到需要打开链接地址的应用程序,例如:百度。2. 在App Store商店里面先点击一下应用程序图标,再按一下…分享按钮。 3. 接着选择分享APP,再点击拷贝链接地址,将应用程序的链接地址先复制拷贝起来。 4. 百度:二维码生成器 然后把链接拷贝进 阅读全文
posted @ 2018-07-10 11:09 懂事长qingzZ 阅读(1971) 评论(0) 推荐(0)
摘要: 1. 阅读全文
posted @ 2018-07-09 11:43 懂事长qingzZ 阅读(141) 评论(0) 推荐(0)
摘要: 1. 2、 阅读全文
posted @ 2018-07-09 11:32 懂事长qingzZ 阅读(193) 评论(0) 推荐(0)
摘要: 1. 2.详情https://www.jianshu.com/p/e1fe08c5db1a 阅读全文
posted @ 2018-07-06 13:33 懂事长qingzZ 阅读(148) 评论(0) 推荐(0)
摘要: 1. 简介没有的话 有的话 阅读全文
posted @ 2018-07-05 19:26 懂事长qingzZ 阅读(108) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-07-05 17:54 懂事长qingzZ 阅读(181) 评论(0) 推荐(0)
摘要: 1.版本管理工具 或直接 终端敲命令SVN(smartSvn 或者cornerstone/终端) 或git (sourceTree/终端) 2. 原型管理工具 使用墨刀(https://modao.cc/)或者Axure RP,蓝湖, 千万不要下面这样,一个个切大图画上连线, 后期改的逻辑你妈都不认 阅读全文
posted @ 2018-07-05 14:13 懂事长qingzZ 阅读(275) 评论(0) 推荐(0)
摘要: 1.MD5 打开终端 输入 :echo -n "加密内容" |md5 md5加密网站https://md5jiami.51240.com/ md5解密网站http://www.cmd5.com/ 2.Base64终端 加密和解密 base64 文件名称 -o 文件名称 //加密 base64 文件名 阅读全文
posted @ 2018-07-05 11:41 懂事长qingzZ 阅读(1015) 评论(0) 推荐(0)