摘要: https://stackoverflow.com/questions/2567498/objective-c-categories-in-static-library The answer from Vladimir is actually pretty good, however, I'd li 阅读全文
posted @ 2017-06-19 19:02 zzfx 阅读(183) 评论(0) 推荐(0) 编辑
摘要: stackoverflow.com 阅读全文
posted @ 2017-06-19 18:58 zzfx 阅读(295) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtHowMessagingWorks.html#//apple_ref/doc/uid/TP 阅读全文
posted @ 2017-06-19 16:34 zzfx 阅读(175) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/rsyp2008/article/details/45150621 1 线程ID获取方法 Linux下获取线程有两种方法: 1)gettid或者类似gettid的方法 2)直接调用pthread_self() gettid 获取的是内核中线程ID,而pthr 阅读全文
posted @ 2017-06-19 11:39 zzfx 阅读(1029) 评论(0) 推荐(0) 编辑