发布时间:2015-01-19 11:00:33
参考文章:在CentOS 6.4中编译安装gcc 4.8.1 + gdb 7.6.1 + Eclipsehttp://blog.csdn.net/yang1982_0907/article/details/38461127解压,执行./configure。执行make -j,报错:configure: error: no termcap library found make[1]: *** [configure-gdb] Error 1 make: *** [all] Error 2 解决方.........【阅读全文】
发布时间:2015-01-15 17:21:34
IO系统性能之三:在Linux中监视IO性能http://tech.hexun.com/2011-03-28/128268656.htmllinux wa%过高,iostat查看io状况http://www.cnblogs.com/mfryf/archive/2012/03/12/2392000.html......【阅读全文】
发布时间:2014-09-19 13:42:07
64位linux#include #include #include int code_conv(const char* fromcode,const char* tocode,const char* str_in,int inlen,char* str_out,int outsize){ if (NULL==str_in || inlen......【阅读全文】