发布时间:2015-03-10 23:06:49
要想知道每个数据库的大小的话,步骤如下:1、进入information_schema 数据库(存放了其他的数据库的信息)use information_schema; 2、查询所有数据的大小:select concat(round(sum(data_length/1024/1024),2),’MB’) as data from tables; 3、查看指定数据库的大小:比如.........【阅读全文】
发布时间:2015-03-08 09:25:51
一般easyUI和Extjs是用来做后台管理系统的,Bootstrap是做网站界面的。......【阅读全文】
发布时间:2015-02-04 16:39:14
值得参考http://www.php100.com/html/it/biancheng/2015/0127/8485.html......【阅读全文】