02 2017 档案
摘要:self.textField.autocorrectionType = UITextAutocorrectionTypeNo; self.textField.autocorrectionType = UITextAutocorrectionTypeNo;
阅读全文
摘要:遇到一个题 NSLog(@"1"); dispatch_async(dispatch_get_main_queue(), ^{ NSLog(@"2"); }); NSLog(@"3"); 打印结果是 132 把async 换成sync 打印结果是 1 蹦了(线程死锁) 思考: dispatch_as
阅读全文
摘要:iTerm cd 根目录下面 find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" -or -name "*.h" -or -name "*.rss" ")" -print | xargs wc -l
阅读全文

浙公网安备 33010602011771号