conanwin

导航

07 2015 档案

Mac KVO
摘要:Key-Value Observing机制知识点介绍Key-Value Observing (简写为KVO):当指定的对象的属性被修改了,允许对象接受到通知的机制。每次指定的被观察对象的属性被修改的时候,KVO都会自动的去通知相应的观察者。KVO的优点:当 有属性改变,KVO会提供自动的消息通知。这... 阅读全文

posted @ 2015-07-28 10:55 conanwin 阅读(287) 评论(0) 推荐(0)

gitLab
摘要:https://code.videolan.org/explore 阅读全文

posted @ 2015-07-23 16:16 conanwin 阅读(155) 评论(0) 推荐(0)

添加移除开机启动项
摘要:一写plist到~/Library/LaunchAgents/目录下[plain]view plaincopy//配置开机默认启动-(void)installDaemon{NSString*launchFolder=[NSStringstringWithFormat:@"%@/Library/Lau... 阅读全文

posted @ 2015-07-23 16:00 conanwin 阅读(808) 评论(0) 推荐(0)

Xcode个版本
摘要:Xcode 6 6.3.2: http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_6.3.2/Xcode_6.3.2.dmg 6.2: http://developer.apple.com/... 阅读全文

posted @ 2015-07-23 15:58 conanwin 阅读(192) 评论(0) 推荐(0)

高低字节序转换(htonl、ntohl、htons、ntohs函数)
摘要:Part 1: htons函数具体解释 在Linux和Windows网络编程时需要用到htons和htonl函数,用来将主机字节顺序转换为网络字节顺序。 在Intel机器下,执行以下程序int main()...{ printf("%d /n",htons(16)); return 0;}得到的结果... 阅读全文

posted @ 2015-07-23 15:58 conanwin 阅读(8889) 评论(0) 推荐(0)

网址
摘要:Core Animation 编程指南 http://www.cnblogs.com/xdream86/p/3250782.html视频层 http://blog.csdn.net/mengtnt/article/details/7341446vlckit http://nightlies.vid... 阅读全文

posted @ 2015-07-23 15:56 conanwin 阅读(250) 评论(0) 推荐(0)

NSTableView NSImage
摘要:NSTableView主要代码// create a table view and a scroll viewNSScrollView * tableContainer = [[NSScrollView alloc] initWithFrame:NSMakeRect(10, 10, 380, 200... 阅读全文

posted @ 2015-07-22 11:55 conanwin 阅读(400) 评论(0) 推荐(0)

极客学院 HTML5
摘要:http://e.jikexueyuan.com/html5.html?hmsr=osc_word_html5_07.01 阅读全文

posted @ 2015-07-03 13:27 conanwin 阅读(173) 评论(0) 推荐(0)

百度课程
摘要:http://zt.chuanke.com/2015/it?statistics_channel_id=6&statistics_uid=13#a1 阅读全文

posted @ 2015-07-03 13:18 conanwin 阅读(232) 评论(0) 推荐(0)