上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 139 下一页
摘要: help命令可以查看帮助 help test 正确做法: #!/bin/sh STRING= if [ -z "$STRING" ]; then echo "STRING is empty" fi if [ -n "$STRING" ]; then echo "STRING is not empty" fi root@jam... 阅读全文
posted @ 2011-08-26 10:44 katago 阅读(184120) 评论(1) 推荐(2)
摘要: LD.SO(8) LD.SO(8) NAME ld.so/ld-linux.so - dynamic linker/loader DESCRIPTION ld.so loads the shared libraries needed ... 阅读全文
posted @ 2011-08-24 15:34 katago 阅读(493) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/master-snapshot/thread-basics.html 阅读全文
posted @ 2011-08-23 19:02 katago 阅读(183) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/dbzhang800/article/details/6693454 Qt从4.6开始,引入了一个QStringBuilder的内部类 在QString的Manual中,你可以找到关于它的简单介绍 在String concatena... 阅读全文
posted @ 2011-08-23 19:01 katago 阅读(529) 评论(0) 推荐(0)
摘要: http://cplusplus.wikidot.com/cn:vc8-object-layout-secret Visual C++ 8.0对象布局的奥秘:虚函数、多继承、虚拟继承 STL扩展库»C++惯用手法(C++ Tips)» Visual C++ 8.0对象布局的奥秘:虚函数、多继承、虚拟继承 ... 阅读全文
posted @ 2011-08-23 18:53 katago 阅读(355) 评论(0) 推荐(0)
摘要: http://download.csdn.net/source/3532863 http://doc.qt.nokia.com/qtopia4.3/tut-index.html 阅读全文
posted @ 2011-08-19 17:15 katago 阅读(329) 评论(0) 推荐(0)
摘要: http://www.cuteqt.com/bbs/viewthread.php?tid=509 插件实现________________________________ #ifndef KBLIBPLUGIN_H #define KBLIBPLUGIN_H #include <QKbdDriverPlugin> class kblibPlugin : public QKbdDriverPlugi... 阅读全文
posted @ 2011-08-19 17:00 katago 阅读(1766) 评论(0) 推荐(0)
摘要: 原因:Q_OBJECT不在头文件中,导致qt没产生moc文件 解决方法: 1、在cpp文件中加入相应的 #include "qmykbdlinuxinput_qws.moc" 或者2、把私有实现放入头文件中 http://www.qtcentre.org/threads/27975-QtPlugin-and-undefined-symbol 阅读全文
posted @ 2011-08-19 16:22 katago 阅读(836) 评论(0) 推荐(0)
摘要: Lisp之根源 http://daiyuwen.freeshell.org/gb/rol/roots_of_lisp.html http://daiyuwen.freeshell.org/gb/lisp.html http://www.paulgraham.com/acl.html 阅读全文
posted @ 2011-08-19 10:52 katago 阅读(261) 评论(0) 推荐(0)
摘要: http://www.ibm.com/developerworks/cn/linux/l-schm/index1.html http://www.ibm.com/developerworks/cn/linux/l-schm/index2.html http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-1.html http://... 阅读全文
posted @ 2011-08-18 20:11 katago 阅读(279) 评论(0) 推荐(0)
上一页 1 ··· 100 101 102 103 104 105 106 107 108 ··· 139 下一页