Login Items Mac OSX的当前用户成功登录后启动的程序,该类别的启动项配置文件存放在~/Library/Preferences/com.apple.loginitems.plist,所以只针当前用户,你可以通过以下方式进行设置: 1.在系统偏好设置的“用户与群组”下面进行设置,可以删除 Read More
posted @ 2016-05-27 23:58 findumars Views(2297) Comments(0) Diggs(0)
所谓“行千里路,读万卷书”,读书应该算作是最好的学习方式。本人有个不好的习惯,就是不大喜欢看电子书,小论文也喜欢打印出来研读,图书就更不用说了,总是喜欢买书和藏书,尤其是经典图书。时间一久,书架上堆积满了琳琅满目的各种图书,心中突然有种莫名的满足感。闲暇之余,对杂乱无章的书架搞了一下整理工作,顺便选 Read More
posted @ 2016-05-27 23:39 findumars Views(985) Comments(0) Diggs(0)
其实这个问题在网上能搜到大把的解决方案。大家的统一答案都是 otool -L yourapp.app/Contents/MacOS/yourapp 根据输出信息在运行 install_name_tool install_name_tool的使用方法在这里 比较复杂的是当依赖了很多第三方库,尤其是向Q Read More
posted @ 2016-05-27 23:22 findumars Views(3572) Comments(0) Diggs(0)
http://www.cocoachina.com/industry/20131121/7392.html http://objccn.io/issue-6-3/ Read More
posted @ 2016-05-27 22:55 findumars Views(462) Comments(0) Diggs(0)
突然出现了这样问题,吓死我,然后只是把原来编译好的app里面所有的东西删除再编译就好了。如果删除后不行,可以试试后面的截图所说,反正我是没有试过的Starting /Qtwork/build-test1-Desktop_Qt_5_4_2_clang_64bit-Release/test1.app/C Read More
posted @ 2016-05-27 22:51 findumars Views(2588) Comments(0) Diggs(0)
实际上windows中有两套输入法框架,一套叫做imm32、一套叫做tsf,win7以后的新系统都是优先使用tsf的,现在新出的输入法基本也是基于tsf的。你可以参考一下这篇文章,虽然是c++的代码,不过翻译过来并不难http://blog.csdn.net/puncha/article/detai Read More
posted @ 2016-05-27 20:22 findumars Views(2809) Comments(0) Diggs(0)
In some rare cases it can happen that the application does not launch and there is no reaction after double clicking on the application icon, not even Read More
posted @ 2016-05-27 15:40 findumars Views(725) Comments(0) Diggs(0)