11 2016 档案

摘要:mysql -hlocalhost -p3306 -uroot -p -- 进入cmd use php2016; -- 指定默认的操作数据库 set names gbk; -- 告诉服务器当前客户端的编码为gbk show databases; -- 查看当前有哪些数据库 show tables; 阅读全文
posted @ 2016-11-27 23:33 『學無止境』 阅读(173) 评论(0) 推荐(0)
摘要:$a = array( 'fruits' => array( 'a' => 'orange', 'b' => 'grape', 'c' => 'apple' ), 'numbers' => array(1, 2, 3, 4, 5, 6), 'holes' => array( 'first', 5 = 阅读全文
posted @ 2016-11-24 23:05 『學無止境』 阅读(563) 评论(0) 推荐(0)