09 2017 档案

摘要:处理页面跳转的界面: 阅读全文
posted @ 2017-09-30 22:14 Vine.Y 阅读(551) 评论(0) 推荐(0)
摘要:if(isset($_POST['export']) && $_POST['export'] == '导出所选数据') { //此处为多选框已勾选的数据 $export_id=$_POST['choose']; if($export_id !='') { $str = implode(",", $export_id); $sql =... 阅读全文
posted @ 2017-09-30 22:09 Vine.Y 阅读(663) 评论(0) 推荐(0)
摘要:/*批量上传数据*/ if(isset($_POST['submit']) && $_POST['submit']=='上传文件') { //导入类文件 require_once ("../Classes/PHPExcel.php"); require_once ("../Classes/PHPExcel/IOFactory.php"); //判断是否未选中文... 阅读全文
posted @ 2017-09-30 22:02 Vine.Y 阅读(698) 评论(0) 推荐(0)
摘要:在设置之前最好关闭xampp1.修改hosts文件进入C:\Windows\System32\drivers\etc目录,找到hosts文件。在# Localhost (DO NOT REMOVE) Start127.0.0.1 localhost 的后面添加你的网址比如127.0.0.1 www. 阅读全文
posted @ 2017-09-29 22:46 Vine.Y 阅读(292) 评论(0) 推荐(0)

TOP