阿里云

http://yq.aliyun.com/webinar/join/77
10月26号晚上直播哦,大家感兴趣可以来听听

反编译加密解密工具集
http://www.360doc.com/content/11/0710/14/800675_132701647.shtml

在xcode8+ios10会出现打不全的情况

ifdef DEBUG

define DLog(fmt, ...) printf("%s\n", [[NSString stringWithFormat:(@"%s [Line %d] " fmt), PRETTY_FUNCTION, LINE, ##VA_ARGS] UTF8String]);

else

define DLog(...)

endif

可解决

posted @ 2016-09-26 15:20  easymoneySniper  阅读(148)  评论(0)    收藏  举报