发布时间:2014-05-09 13:04:19
点击(此处)折叠或打开" When started as "evim", evim.vim will already have done these settings.if v:progname =~? "evim"finishendif" This must be first, because it changes other options as a side effect..........【阅读全文】
发布时间:2014-04-23 13:48:19
第一步:准备工作然后安装编译内核时需要的工具:sudo apt-get install build-essential kernel-package libncurses5-dev libqt3-headers build-essential (基本的编程库(gcc, make等) kernel-package (Debian 系统里生成&nb.........【阅读全文】
发布时间:2014-04-15 18:51:06
when a headset controlled via a hub by EHCI, iso xfer error for CSPLIT packet, data captured by ellisys shows one error:The S field of the Split packet must be 0 if the ET field is equal to 01 (Isochronous IN) or 10 (Bulk).But how to controll this S field?......【阅读全文】
发布时间:2014-04-08 17:32:17
每个关键字都有一个小故事#if defined(DEBUG_ASSERT)#define STATIC#else#define STATIC static#endifbacktrace() Note that names of "static" functions&nb.........【阅读全文】