摘要: #安装ppa sudo apt-get install python-software-properties software-properties-common sudo add-apt-repository ppa:ondrej/php-7.0 sudo apt-get update #删除ph 阅读全文
posted @ 2018-10-31 15:49 山上小和尚 阅读(2091) 评论(0) 推荐(0)
摘要: host = $config['host'] ? $config['host'] : 'localhost'; $this->port = $config['port'] ? $config['port'] : '3306'; $this->user = $config['user'] ? $config['user'] : 'root'; $this->pass = $... 阅读全文
posted @ 2018-10-31 09:30 山上小和尚 阅读(552) 评论(0) 推荐(0)