摘要:
01.把 mysql-advanced-5.6.17-winx64.zip 解压到自定义 D:\mysql-5.6.17-W64 或 D:\mysql-advanced-5.6.17-winx64 目录下02.我的电脑--属性--高级--环境变量--系统变量--新建系统环境变量 变量名:MYSQ... 阅读全文
摘要:
function filedown($id, $type){ $ziliao = M("ziliao"); $data = $ziliao->where("id=%d and type=%d",$id,$type)->find(); if(empty($data)){ $this->downerr... 阅读全文
摘要:
服务环境:apache2.2 + PHP5.2 + Sql Server 2008 R2一、所需库和工具1、SQLSRV20.EXE (php5.2版本对应的的Sql Server扩展库)注释:php5.2版本所需要的Sql Server扩展库下载地址:http://pan.baidu.com/s/... 阅读全文
摘要:
1、下载linux版本的tomcat和jre tomcat下载:http://pan.baidu.com/s/1nt7D87J; jre下载:http://pan.baidu.com/s/1sj4hAVV; 下载完成之后,上传到/usr/local (目录自定义) 2、安装jre#chmod u+x... 阅读全文