上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 139 下一页
摘要: http://doc.qt.nokia.com/stable/qtbinding.html 阅读全文
posted @ 2011-11-11 19:03 katago 阅读(165) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/hityct1/article/details/4189851 阅读全文
posted @ 2011-11-10 09:24 katago 阅读(399) 评论(0) 推荐(0)
摘要: 在TCP/IP协议上是否捆绑NETBIOS解析计算机名(在TCP/IP协议属性——高级——WINS——选择启用TCP/IP上的NETBIOS) 不能访问的打印机工作了,文件夹也可以访问了. http://blog.donews.com/rosebad/archive/2007/11/08/1226438.aspx 阅读全文
posted @ 2011-11-09 19:53 katago 阅读(733) 评论(0) 推荐(0)
摘要: setWindowFlags(windowFlags()|Qt::FramelessWindowHint|Qt::WindowTitleHint); 阅读全文
posted @ 2011-11-09 14:49 katago 阅读(9968) 评论(0) 推荐(1)
摘要: 用strace df 跟踪,发现卡在statfs64。 解决方法: mount fat分区时候加上-o usefree参数就可以了 http://topic.csdn.net/u/20110609/17/1163acbc-cc43-4fb7-8aac-9ba60adfe986.html http://linux.die.net/man/8/mount usefree U... 阅读全文
posted @ 2011-11-09 13:56 katago 阅读(1346) 评论(0) 推荐(0)
摘要: fdisk 完之后mkfs.vfat,windows认不到fat分区 fdisk 加上下面: t c <---- this specifies vfat filesystem 阅读全文
posted @ 2011-11-08 16:44 katago 阅读(394) 评论(0) 推荐(0)
摘要: ps -o nice,comm 【函 数 名】nice — 调整进程运行的优先级 【函数原型】int nice(int inc); 【相关头文件】unistd.h 【函数说明】 在Linux中,进程运行的优先级分为-20~19等40个级别,其中,数值越小运行优先级越高,数值越大运行优先级越低。显而易见,优先级 -20的运行优先级最高,优先级19的运行优先级最低。函数n... 阅读全文
posted @ 2011-11-08 15:57 katago 阅读(2679) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/4.7-snapshot/qml-repeater.html#details The Repeater element creates all of its delegate items when the repeater is first created.This can be inefficient if there are a large n... 阅读全文
posted @ 2011-11-08 10:10 katago 阅读(796) 评论(0) 推荐(0)
摘要: Private implementation slots Disclaimer: this article descrbes techiques that are not part of the public Qt API, using them may result in non-portable or version specific code. The example below was t... 阅读全文
posted @ 2011-11-04 16:44 katago 阅读(698) 评论(0) 推荐(0)
摘要: http://www.qtcentre.org/threads/31700-QObject-sender()-in-a-Q_PRIVATE_SLOT class MyClassPrivate { public: ... void _q_mySlot() { Q_Q(MyClass); qDebug() << q->sender(); // should... 阅读全文
posted @ 2011-11-04 15:12 katago 阅读(1789) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 139 下一页