上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 136 下一页
摘要: http://developer.qt.nokia.com/forums/viewthread/9042 QProcess is the right class :) you just need to invoke a shell to perform that wildcard expansion. Something like QStringList options; ... 阅读全文
posted @ 2011-11-16 18:29 katago 阅读(387) 评论(0) 推荐(0)
摘要: http://tech.watchstor.com/tech-23250.htm http://zh.wikipedia.org/wiki/ISCSI http://www.nge.com.au/index.php?next_page=res/tech_articles/iscsi_enterprise_target_ubuntu_6.06_LTS.php http://www.diybl.... 阅读全文
posted @ 2011-11-15 13:50 katago 阅读(181) 评论(0) 推荐(0)
摘要: Expert command (m for help): d Device: /dev/sdf 0x000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x020: 00 00 00 00 00 00 00 00 ... 阅读全文
posted @ 2011-11-14 18:36 katago 阅读(250) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/stable/qtbinding.html 阅读全文
posted @ 2011-11-11 19:03 katago 阅读(161) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/hityct1/article/details/4189851 阅读全文
posted @ 2011-11-10 09:24 katago 阅读(390) 评论(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 阅读(723) 评论(0) 推荐(0)
摘要: setWindowFlags(windowFlags()|Qt::FramelessWindowHint|Qt::WindowTitleHint); 阅读全文
posted @ 2011-11-09 14:49 katago 阅读(9959) 评论(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 阅读(1326) 评论(0) 推荐(0)
摘要: fdisk 完之后mkfs.vfat,windows认不到fat分区 fdisk 加上下面: t c <---- this specifies vfat filesystem 阅读全文
posted @ 2011-11-08 16:44 katago 阅读(381) 评论(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 阅读(2663) 评论(0) 推荐(0)
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 136 下一页