会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Just run
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
100
101
102
103
104
105
106
107
108
···
139
下一页
2011年8月26日
linux shell 中判断字符串为空的正确方法
摘要: 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)
2011年8月24日
linker and loader
摘要: 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)
2011年8月23日
qt 线程
摘要: http://doc.qt.nokia.com/master-snapshot/thread-basics.html
阅读全文
posted @ 2011-08-23 19:02 katago
阅读(183)
评论(0)
推荐(0)
表达式模板 (C++学习)
摘要: 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)
Visual C++ 8.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)
2011年8月19日
qt 键盘插件(mine)
摘要: 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)
qt 键盘 插件
摘要: 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)
qt 私有实现导致plugin 加载 提示 undefined symbol
摘要: 原因: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 资料
摘要: 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)
2011年8月18日
scheme资料
摘要: 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
下一页
公告