zoukankan      html  css  js  c++  java
  • PhpStorm 配置

    1、破解软件

    破解教程,实测有效

    2、设置主体及字体

    打开PhpStorm,依次点击“File  ->  Settings  ->  Editor  ->  Color Scheme  -> Color Scheme Font”,选择你喜欢的风格进行更改,选择完成后单击 “Apply”即可。

    3、设置PHP版本

    打开PhpStorm,依次点击“File  ->  Settings  ->  Languages & Frameworks  ->  PHP ,选择对应的版本即可”。

    4、设置4个空格缩进

    位置:打开PhpStorm,依次点击“File  ->  Settings  ->  Editor  ->  Code Style  -> PHP  -> Use tab character”,去掉勾选即可。

    5、设置显示空格(用·显示空格)

    位置:打开PhpStorm,依次点击“File -> Settings -> Editor -> General  ->  Appearance  ->  Show whitespaces”,勾选即可。

    6、取消自动保存

    进入 File -> Settings ->Appearance->System Settings,取消勾选(Save files on frame deactivation 和 Save files automatically if application is idle for xx sec)

    7、修改的文件添加星号

    进入 File -> Settings -> Editor -> Editor Tabs,勾选Mark modified tabs with asterisk

     

  • 相关阅读:
    python基础-运算符和编码
    python介绍
    墨菲定律
    羊皮卷
    循环神经网络层
    ResNet实战
    ResNet实战
    ResNet,DenseNet
    经典卷积网络VGG,GoodLeNet,Inception
    CIFAR100与VGG13实战
  • 原文地址:https://www.cnblogs.com/finger-ghost/p/13845176.html
Copyright © 2011-2022 走看看