原文:http://www.woshipm.com/pd/1015537.html上瘾机制:如果某人要做某件事情,必须同时满足三件事:这个人必须想要做这件事,他必须有能力做到...
解决办法:Edit Scheme --> Run -->Build Configuration-->改为debug就可以了
参考文章:http://blog.csdn.net/wangyanchang21/article/details/50996830
(KKUserInfoShowMask)getUserInfoShowMaskWithIndexpath:(NSIndexPath *)indexPath andSwitch...
NSURL *url = [NSURL URLWithString:@"http://oy3n0hshj.bkt.clouddn.com/shenhe/paobuji.txt"];
一:忽略源文件中的警告,使用编译器宏来操作 pragma clang diagnostic ignored "警告名称" #pragma clang diagnostic p...
昨天看公司的项目,现在全面使用pdf代替png图片了,昨天查看源码时,产看资源包时,生成了一个Asset.car,通过cartool工具发现生成的图片分别有1x、2x、3x图...
Address Sanitizer:可以用来解决内存问题,当发生Crash时,打印这个Crash内存的使用记录。通过这个使用记录来调试Bug。Xcode中使用:在xcode-...