摘要: - (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) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; self.title=@"修改UITextField的placeholder字体颜色"; UITextField *textTF=[[UITextField alloc]initWithFrame:CGRectMa 阅读全文
posted @ 2016-06-23 09:44 yhj1787354782 阅读(152) 评论(0) 推荐(0) 编辑