PHP:(一)安装并使用PHP

php的安装分为两个部分:环境安装配置和开发工具

一.集成环境安装配置

(一)安装

选择:wampserver或者xampp

我采用的是xampp.

http://www.sourceforce.net搜索即可安装下载.

(二)出现的疑问和问题

1.安装时

it seems you have an antivirus running.In some cases,this may slow down or interfere the installation of the software.please visit the following link to learn more about this. http://apachefriends.org/en/faq-xampp-windows.htm#antivirus/ Continue with installation?

这个提示表示你的计算机正有一个防病毒软件运行,可能会影响到安装。

关闭防毒软件继续安装即可。

 

important!because an activated user account control(UAC) on your sytem some functions of XAMPP are possibly restricted.with UAC please avoid to install XAMPP to C:\Program files(x86)(missing write permisssions).Or deactivate UAC with msconfig after this setup.

这个提示表示你的电脑受到windows账号的控制(或者其他的账号),并且因此可能会导致你的XAMPP软件收到一些权限的控制。

安装的时候不要安装到c盘下,安装到别的磁盘就可了。

 

2.安装后

16:20:06  [main] 	You are not running with administrator rights! This will work for
16:20:06  [main] 	most application stuff but whenever you do something with services
16:20:06  [main] 	there will be a security dialogue or things will break! So think 
16:20:06  [main] 	about running this application with administrator rights!

--表示你的XAMPP没有开启管理者权限,可能会让xampp运行收到影响。

:在XAMPP的安装文件夹下,右键xampp的属性,在兼容性一栏中勾选“以管理员的身份运行”,重新运行XAMPP,出现Running with Administrator rights - good!

二.开发工具

选用的是phpstorm.

网上选择一个版本下载即可。

问题:激活

选用的license server.

复制下列网址中的一个。(我选用的第一个,成功激活。)

http://idea.goxz.gq 
http://v2mc.net:1017 
http://idea.imsxm.com 
http://idea.ibdyr.com

三.测试

成功!

 

posted @ 2017-04-03 18:23  Vine.Y  阅读(531)  评论(0编辑  收藏  举报
TOP