摘要:
1.插入语句: create table test( id int(4) not null auto_increment, name char(20) not null, primary key(id)); insert into test (id,name) values(1,'oldboy') 阅读全文
摘要:
1.安装解压cmake包 cmake软件cd /home/oldboy/tools/tar xf cmake-2.8.8.tar.gzcd cmake-2.8.8./configure#CMake has bootstrapped. Now run gmake.gmakegmake installc 阅读全文