上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: http://www.360doc.com/content/15/0707/01/26281448_483232245.shtml 阅读全文
posted @ 2016-07-05 15:53 yhj1787354782 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 用pod导入ReactiveCocoa [1] 第一种 platform:ios,'7.0' pod 'ReactiveCocoa' [2] 第二种 pod 'ReactiveCocoa','2.5' [3] 第三种 pod 'JSONModel-RACExtensions' pod 'AFNetw 阅读全文
posted @ 2016-07-01 17:43 yhj1787354782 阅读(414) 评论(1) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/391b4e1c18b2 阅读全文
posted @ 2016-06-30 10:14 yhj1787354782 阅读(95) 评论(0) 推荐(0) 编辑
摘要: pod 导入第三方库后,使用import 不提示第三方库头文件。 解决办法: 选择target -> BuildSettings -> search Paths 下的 User Header Search Paths, 添加 $(PODS_ROOT) 阅读全文
posted @ 2016-06-29 19:56 yhj1787354782 阅读(735) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/mamong/article/details/44964801 阅读全文
posted @ 2016-06-25 09:43 yhj1787354782 阅读(110) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/justinzhang/archive/2011/09/29/2195969.html 阅读全文
posted @ 2016-06-24 19:07 yhj1787354782 阅读(94) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // 读取Documents目录代码 NSArray *pathsDocume 阅读全文
posted @ 2016-06-23 19:37 yhj1787354782 阅读(201) 评论(0) 推荐(0) 编辑
摘要: // 一般加密 +(NSString *)md5String:(NSString *)str { const char *password=[str UTF8String]; unsigned char mdc[16]; CC_MD5(password,(CC_LONG)strlen(passwor 阅读全文
posted @ 2016-06-23 15:10 yhj1787354782 阅读(89) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/worn_nest/article/details/10155495 阅读全文
posted @ 2016-06-23 10:01 yhj1787354782 阅读(77) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/0a0b837d50b2 阅读全文
posted @ 2016-06-23 09:50 yhj1787354782 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页