摘要: //二维数组,按照里面的age从大到小降序,代码如下 1,'name' => '张三','age' => 25,), array('id' => 2,'name' => '李四','age' => 23,), array('id' => 3,'... 阅读全文
posted @ 2018-02-03 17:19 idjl 阅读(257) 评论(0) 推荐(0)
摘要: 1.关闭默认的firewall防火墙systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动firewall-cmd --state ... 阅读全文
posted @ 2018-02-03 01:15 idjl 阅读(505) 评论(0) 推荐(0)
摘要: 使用图形界面管理工具Navicat for MySQL连接Mysql数据库时提示错误:Can't connect to MySQL server (10060)导致些问题可能有以下几个原因:1、网络不通; //ping 测试2、服务未启动; //CentOS服... 阅读全文
posted @ 2018-02-03 00:21 idjl 阅读(2760) 评论(0) 推荐(1)