摘要:
(1)查看MySQL中存在的数据库 mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.00 sec)(2)创建数据库 mysql> create database justforfun; Query O... 阅读全文
posted @ 2013-04-25 16:35
robotke1
阅读(253)
评论(0)
推荐(0)
摘要:
参考以下:http://www.jz123.cn/text/2937389.htmlhttp://www.linuxidc.com/Linux/2011-01/31340p2.htmhttp://zhouxuguang.blog.51cto.com/1053090/2362921、安装cmake编译器 这里下载了cmake-2.8.3.tar.gz[root@localhost ~]# ls cmake-2.8.3.tar.gzcmake-2.8.3.tar.gz[root@localhost ~]# tar -zxvf cmake-2.8.3.tar.gz[root@localhost ~] 阅读全文
posted @ 2013-04-25 01:48
robotke1
阅读(398)
评论(0)
推荐(0)

浙公网安备 33010602011771号