摘要: 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 阅读(2662) 评论(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 阅读(781) 评论(0) 推荐(0)