一、设置字体大小

①界面字体大小

PhpStorm_10.0.1 端口、编码、字体、路径设置

PhpStorm_10.0.1 端口、编码、字体、路径设置

②代码字体大小

PhpStorm_10.0.1 端口、编码、字体、路径设置

二、设置端口和默认执行路径

①设置默认路径

 

PhpStorm_10.0.1 端口、编码、字体、路径设置

PhpStorm_10.0.1 端口、编码、字体、路径设置

②设置默认端口(两种方法)

第一种:修改端口注手动输入不行

PhpStorm_10.0.1 端口、编码、字体、路径设置

第二种:修改配置文件   

        首先我们要进入phpstorm的mac配置文件路径C:\Users\zbg\.WebIde100\config\options

(打开Finder然后使用快捷键command+shift+g就会出现前往文件夹,将路径输入按回车就可以了。)找找配置文件“other.xml”,“other.xml"的文件内容如下:

<application>  <component name="BuiltInServerOptions" builtInServerPort="63342" /></application>

 

将phpstorm配置文件改成如下即可:

 

<application>  <component name="BuiltInServerOptions" builtInServerPort="80" /></application>

 

PhpStorm_10.0.1 端口、编码、字体、路径设置

三、设置默认编码

 

PhpStorm_10.0.1 端口、编码、字体、路径设置

PhpStorm_10.0.1 端口、编码、字体、路径设置

相关文章:

  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-09-30
  • 2022-01-15
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-10
  • 2021-11-23
  • 2021-04-11
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案