摘要:
Install Rr-project.org official sourceto install the latest R system.add R sourcesudo vi /etc/apt/sources.list# append below line to end of sources.l... 阅读全文
摘要:
http://www.rackspace.com/knowledge_center/article/mysql-resetting-a-lost-mysql-root-passwordMySQL - Resetting a lost MySQL root passwordThe MySQL root... 阅读全文
摘要:
1.创建table的时候使用utf8编码 create table tablename ( id int NOT NULL, content var_char(250) NOT NULL, CONSTRAINT tablename PRIMARY_KEY(id) ) character set =... 阅读全文