zoukankan      html  css  js  c++  java
  • 【IDEA&&Eclipse】5、IntelliJ IDEA常见配置

    【idea配置jdk】

    http://blog.csdn.net/tolcf/article/details/50803414

    【idea intellij 如何配置tomcat】
    http://jingyan.baidu.com/album/6079ad0eac5d8f28fe86db71.html?picindex=1

    【IntelliJ IDEA集成本地maven】
    http://jingyan.baidu.com/album/9158e000399aada255122850.html?picindex=4

    【idea如何配置git】
    http://jingyan.baidu.com/album/8275fc867b652046a03cf613.html?picindex=1

    【IDEA更换主题】

    http://blog.csdn.net/simple_the_best/article/details/46941787

    【idea代码自动换行】
    settings->editor->genaral
    把soft wraps一项中的Use soft wraps in editor勾选上

    【自动换行标准线的设置】

    settings->editor->code style->Right margin (column)

    【idea设置项目编码格式】

    File->Settings->editor->file encoding

    【idea修改单个文件的编码】

    代码编辑器的底下有一栏是编码的,可以用鼠标点击,会弹出各种编码格式列表,选择其中一个,会弹出提示框问你是否要转换编码

    【idea 自定义创建文件默认注释】

    File->Settings->File and Code Templates(IDEA14)->Include->File Header:修改${USER}为自定义名字。

  • 相关阅读:
    切片
    类型断言
    方法表达式
    接口
    函数式编程
    多人聊天室
    反射
    yarn基础解释
    webpack基础概念
    ssh登陆报错:packet_write_wait: Connection to x.x.x.x port 22: Broken pipe
  • 原文地址:https://www.cnblogs.com/wangzhongqiu/p/6727966.html
Copyright © 2011-2022 走看看