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