上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 139 下一页
摘要: 1:准备png图片; 2:安装netpbm apt-get install netpbm 3:制作 ppm图片 保存一个png图片logo.png,按如下方式操作: #pngtopnm logo.png > linuxlogo.pnm # pnmquant 224 linuxlogo.pnm > linuxlogo224.pnm # pnmtoplainpnm linuxlogo22... 阅读全文
posted @ 2012-05-09 10:58 katago 阅读(676) 评论(0) 推荐(0)
摘要: log界面时,左下角的“复制/改名时终止”不要勾 阅读全文
posted @ 2012-05-07 09:37 katago 阅读(1340) 评论(0) 推荐(0)
摘要: http://www.starnet.com/xwin32kb/Couldnt_get_an_RGB_Double_buffered_Visual When running an OpenGL application, the app may fail with the following error "Error: couldn't get an RGB, Double-buffered v... 阅读全文
posted @ 2012-05-03 16:49 katago 阅读(1671) 评论(0) 推荐(0)
摘要: sourceinsight3.50.0051的更新日志中找到如下更新日志: Fix: Sometimes files were said to be modified outside of SI, but they were not. This most likely happened on network drives. Under some conditions, the Windows d... 阅读全文
posted @ 2012-05-03 11:06 katago 阅读(1221) 评论(0) 推荐(0)
摘要: http://www.qtcentre.org/wiki/index.php?title=Version_numbering_using_QMake 如果是日期和时间的话,为什么不直接在代码中使用 __DATE__ __TIME__ 的宏? 如果是SVN版本号的话,为什么不直接使用 svn:keywords 的 $Rev$ http://hi.baidu.com/cyrist/... 阅读全文
posted @ 2012-05-02 15:05 katago 阅读(250) 评论(0) 推荐(0)
摘要: http://www.ibm.com/developerworks/cn/linux/l-assembly/ 阅读全文
posted @ 2012-04-25 19:07 katago 阅读(165) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/high_high/article/details/7385585 这里要编译的工程包含一个库和一个可执行文件。可执行文件依赖于库,所以要先编译库,编译后库放在lib目录里面,可执行文件放在bin目录里面。 目录结构如下: [plain] view plaincopy . ├── app │ ├── app.pr... 阅读全文
posted @ 2012-04-25 19:04 katago 阅读(471) 评论(0) 推荐(0)
摘要: http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/ 1) VNC (Virtual Network Computing) is a remote display system which allows the user to view the desktop of a remote machine a... 阅读全文
posted @ 2012-04-25 11:06 katago 阅读(1457) 评论(0) 推荐(0)
摘要: 在Init的Default里: 加上 /usr/bin/killall synergyc sleep 1 /usr/bin/synergyc [<options>] synergy-server-hostname 在PostLogin的Default里:加上 /usr/bin/killall synergyc sleep 1 在PreSession的Default里:加上 /... 阅读全文
posted @ 2012-04-24 19:06 katago 阅读(4117) 评论(0) 推荐(0)
摘要: XDMCP, which stands for "X Display Manager Control Protocol" 1. 首先配置Ubuntu使之允许远程访问 点击 System -> Preference -> Remote Desktop,允许远程连接即可。 2.修改gdm配置文件 sudo cp /usr/share/doc/gdm/examples/custom.... 阅读全文
posted @ 2012-04-24 15:57 katago 阅读(2777) 评论(0) 推荐(0)
上一页 1 ··· 83 84 85 86 87 88 89 90 91 ··· 139 下一页