摘要:
Guideline 1.4.1 - Safety - Physical injury Your application provides health or medical advice, calculations, references, health reports, or diagnostic 阅读全文
摘要:
[!] Unable to add a source with url `http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git` named `taobao-baichuansdk-alibcspecs`. You can tr 阅读全文
摘要:
1. 控制台打印线程问题 Main Thread Checker: UI API called on a background thread: -[UIApplication statusBarOrientation] PID: 4940, TID: 93956, Thread name: (non 阅读全文
摘要:
//每三个数字加一个逗号 : 123,234,324 + (NSString *)countNumAndChangeformat:(NSString *)num { int count = 0; long long int a = num.longLongValue; while (a != 0) 阅读全文