zoukankan      html  css  js  c++  java
  • PHPStorm2017设置字体与设置浏览器访问

    PHPStorm2017设置字体与设置浏览器访问

    • 设置字体
      问题:
      在这里插入图片描述
      使用PHPStrom是是否觉得字体太小,现在我们来解决一下
      1.点击File——Settings…
      在这里插入图片描述
      2.在弹出的对话框
      在这里插入图片描述
      3.在弹出的对话框,选择Editor——Font进行设置
      在这里插入图片描述
      4.完成,查看结果
      在这里插入图片描述
    • 设置浏览器访问
      问题:
      在这里插入图片描述
      新安装的PHPStorm无法使用浏览器直接打开,需要进行配置
      1.点击File——Setting…进入对话框,选择Build,Execution,Deployment——Deployment选项
      在这里插入图片描述
      2.选择+号,添加。在弹出的对话框中,输入Apache,选择Local or mounted folder,点击ok结束
      在这里插入图片描述
      3.继续设置,选择默认打开的网站根目录与默认网址。点击ok,结束
      在这里插入图片描述
      4.查看结果
      在这里插入图片描述
    Copyright [2018] by [羊驼可以吃吗] form [https://www.cnblogs.com/phpisfirst/]
  • 相关阅读:
    Spring boot 启动图片
    Spring Cloud 从入门到入门
    理解错误的 Arrays.asList()
    git github 对代码的管理
    【POJ 2154】Color
    CodeForces
    CodeForces
    CodeForces
    CodeForces
    [数据结构]Hash Table(哈希表)
  • 原文地址:https://www.cnblogs.com/phpisfirst/p/9792561.html
Copyright © 2011-2022 走看看