分类文章

热门文章

eclipse PHP插件安装

eclipse–>help–>Install New Software–>添加phpeclipse网址为

http://phpeclipse.sourceforge.net/update/stable/1.2.x/

配置phpeclipse

下载XAMPP

http://www.apachefriends.org/zh_cn/xampp-windows.html

到Window - Preferences – PHPeclipse  Web Development – PHP中指定一下你的PHP环境中Apache,php,mysql三个执行文件的相应位置,至于参数似乎默认的就可以了,我用的是Apache2,修改了一下,启动用:-w -n “Apache2″ -k start ;停止用:-w -n “Apache2″ -k stop;重启用-w -n “Apache2″ -k restart

请给本文打分   
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...