摘要:
header ( "content-Type: text/html; charset=utf-8" ); //备份数据库 $host="localhost"; $user="root";//数据库账号 $password="root";//数据库密码 $dbname="test";//数据库名称 //这里的账号、密码、名称都是从页面传过来的 if(!mysql_connect($host,$us... 阅读全文
摘要:
1、安装libevent 官网:http://www.libevent.org/ $ wget https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz --no-check-certificate $ 阅读全文
摘要:
我用的是composer 安装的, 自己引入的话找了好多的方法但是都不能引入 所以找了这个简单一点的。 composer require "phpoffice/phpexcel" 用这个命令下载就可以(等一会时间),前提是你已经安装的composer 如果没有,就安装一个,就不多说了。 安装完成后 阅读全文