php开发环境终于找全了!
1.如果未安装mysql和apache,建议您安装wampserver,wampserver=apache+php+mysql!
wamp下载地址:
http://pan.baidu.com/s/1jg7r3om
wamp安装详解:
http://www.phpthinking.com/archives/379
2.navicat下载地址(内含注册码):
http://pan.baidu.com/s/1jg5pd1w
navicat非常简单,一路next即可!
3.mysql命令行操作,首先配置环境变量:
右击 计算机——属性——高级系统设置——高级->环境变量->系统变量
选择path,在其后面添加:你的mysql文件夹路径/bin (如:d:\wamp\bin\mysql\mysql5.5.8\bin)
path=…….;d:\wamp\bin\mysql\mysql5.5.8\bin (注意为追加,不是覆盖)
具体步骤如图所示:
即可在命令行cmd下,输入mysql -u用户名 -p密码 运行mysql!
4.php开发环境zend studio8.0正版下载地址(内含注册码):
http://pan.baidu.com/s/1hq25syg
安装过程仍旧是一路next即可!
5.zend studio8.0版本汉化语言包下载以及安装方法:
http://pan.baidu.com/s/1gdh9mt1
6.zend studio新版本汉化离线语言包安装方法:
http://www.phpthinking.com/archives/649
7.editplus编辑器下载及配置php调试环境
http://bbs.phpthinking.com/thread-167-1-1.html
8.listary文件查找工具下载及使用
http://bbs.phpthinking.com/thread-173-1-1.html
郑重声明:如有任何疑问,留言即可,第一时间回复!