phpstorm怎么修改63342端口
1个回答
展开全部
通过修改phpstorm的本地配置文件,也可以达到效果,并且可以任意输入端口号。
1.首先我们要进入phpstorm的mac配置文件路径:
/Users/admin/Library/Preferences/WebIde90/options
(打开Finder然后使用快捷键command+shift+g就会出现前往文件夹,将路径输入按回车就可以了。)
2.找找配置文件“other.xml”,“other.xml"的文件内容如下:
<application>
<component name="BuiltInServerOptions" builtInServerPort="63342" />
</application>
3.将phpstorm配置文件改成如下即可:
<application>
<component name="BuiltInServerOptions" builtInServerPort="80" />
</application>
1.首先我们要进入phpstorm的mac配置文件路径:
/Users/admin/Library/Preferences/WebIde90/options
(打开Finder然后使用快捷键command+shift+g就会出现前往文件夹,将路径输入按回车就可以了。)
2.找找配置文件“other.xml”,“other.xml"的文件内容如下:
<application>
<component name="BuiltInServerOptions" builtInServerPort="63342" />
</application>
3.将phpstorm配置文件改成如下即可:
<application>
<component name="BuiltInServerOptions" builtInServerPort="80" />
</application>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询