随笔分类 -  MAC系统相关

摘要:http://blog.csdn.net/kesalin/article/details/6749107NSWorkspace 为应用程序提供如下服务:1)打开,操作文件/设备,获取文件/设备信息2)跟踪文件,设备以及数据库的变动3)设置或获取文件的 Finder 信息4)启动应用程序。NSWork... 阅读全文
posted @ 2015-07-17 09:08 dzldzl 阅读(1045) 评论(0) 推荐(0)
摘要:XMindmindmanagerMyThoughtsOmniGraffle 阅读全文
posted @ 2015-02-06 11:38 dzldzl 阅读(145) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/nono_love_lilith/article/details/8529890 阅读全文
posted @ 2014-07-22 16:33 dzldzl 阅读(111) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/hgl868/article/details/8576531scriptable接口的实现,与属性有关的函数为HasProperty、GetProperty、SetProperty。在JS中设置属性(以bar为例)用plugin.bar=barvalue;来... 阅读全文
posted @ 2014-05-29 16:50 dzldzl 阅读(385) 评论(0) 推荐(0)
摘要:本文详细分析插件的代码是如何执行的,主要分析np_entry.cpp、npn_gate.cpp和npp_gate.cpp.希望能够有所收获。在windows平台下,插件就是一个dll,注意到这个dll的def文件内容是:NP_GetEntryPointsNP_InitializeNP_Shutdow... 阅读全文
posted @ 2014-05-29 16:47 dzldzl 阅读(874) 评论(0) 推荐(0)
摘要:时间单位换算表1秒=1000毫秒(ms)1毫秒=1/1,000秒(s)1秒=1,000,000微秒(μs)1微秒=1/1,000,000秒(s)1秒=1,000,000,000纳秒(ns)1纳秒=1/1,000,000,000秒(s)1秒=1,000,000,000,000皮秒(ps)1皮秒=1/1... 阅读全文
posted @ 2014-05-29 09:33 dzldzl 阅读(628) 评论(0) 推荐(0)
摘要:dispatch_release时值不能小于dispatch_semaphore_create时的值,否则系统会认为还在使用中而报错http://stackoverflow.com/questions/8287621/why-does-this-code-cause-exc-bad-instruct... 阅读全文
posted @ 2014-05-28 09:19 dzldzl 阅读(246) 评论(0) 推荐(0)
摘要:相同:NSData*imageData =[imageTIFFRepresentation]; NSBitmapImageRep*imageRep =[NSBitmapImageRep imageRepWithData:imageData]; [imageRep setSize:[[_imageV... 阅读全文
posted @ 2014-05-21 23:06 dzldzl 阅读(934) 评论(0) 推荐(0)
摘要:有时候,我们在xcode里删除本地文件时,选择了一些不想删除的给删除掉,或者提交给公司版本管理时,把自己修改的给覆盖了。此时需要运用xcode自带的GIt服务器,管理本地代码。现在你可以给你的项目设置多个仓库(repositories),当然现在最流行,好用的就是用Git来进行版本控制了。当然如果用... 阅读全文
posted @ 2014-04-23 17:52 dzldzl 阅读(231) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/freedom2028/article/details/8658819 阅读全文
posted @ 2014-03-14 17:48 dzldzl 阅读(406) 评论(0) 推荐(0)
摘要:When in Finder, pressCommand+Shift+G(or use the menuGo > Go to Folder)Type~/LibraryClick theGobutton to temporarily access the Library folder.In this folder, you should see an item namedSlingPlayer.plugin. 阅读全文
posted @ 2014-03-13 16:34 dzldzl 阅读(143) 评论(0) 推荐(0)