magicat
2014年3月26日 星期三
Linux TOP 指令說明
›
Linux TOP 指令說明 VIRT 程序使用的虛擬記憶體總量,單位 kb。VIRT=SWAP+RES RES 程序使用的、未交換出的實體記憶體大小,單位 kb。RES=CODE+DATA SHR 共享記憶體大小,單位 kb re...
2014年1月17日 星期五
GnuPlot references
›
地圖/統計圖/3d 函數圖/實驗報告圖 -- Gnuplot 純畫圖 (作者: 洪朝貴老師) http://user.frdm.info/ckhung/b/ma/gnuplot.php Gnuplot 入門教學 http://randle.wordpress.com/20...
2013年12月20日 星期五
Upgrade to CentOS 6.5 from CentOS 6.4
›
yum clean all yum update glibc* yum* rpm* python* yum update reboot cat /etc/redhat-release ## Output ## CentOS release 6.5 (Final) ...
2013年7月30日 星期二
GDB: Missing separate debuginfos
›
Fixed GDB: Missing separate debuginfos 1. 修改 /etc/yum.repos.d/CentOS-Debuginfo.repo, set enabled=1 2. yum install yum-utils 3. debuginfo...
2012年10月17日 星期三
Translate int to string
›
#include < iostream > #include < string > #include < sstream > using namespace std; string int2str( int & ); in...
‹
›
首頁
查看網路版