magicat
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...
2012年10月16日 星期二
判斷奇偶數
›
利用位元運算來判斷奇偶數 if ( ( value & 1 ) == 0 ) cout << "偶數" ; else cout << "奇數";
2012年8月20日 星期一
數學符號表
›
http://zh.wikipedia.org/wiki/%E6%95%B0%E5%AD%A6%E7%AC%A6%E5%8F%B7%E8%A1%A8
‹
›
首頁
查看網路版