博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【挖财工作笔记】idea使用指南
阅读量:5878 次
发布时间:2019-06-19

本文共 1125 字,大约阅读时间需要 3 分钟。

一 安装破解

  破解选择服务器,然后选择地址:http://www.iteblog.com/idea/key.php  http://idea.iteblog.com/key.php  http://idea.qinxi1992.cn 

二 Intellij IDEA 更改代码区域字体大小

  file =》settings=》Editor=》Color&Fonts=》Font =》consolas 16 1.2行距

三 Intellij IDEA 配置JDK

  项目右键=》open module settings=》project =》配置本机JDK

四 Intellig IDEA 配置Maven

  全局Maven:安装Maven,File=》settings =》Build,Execution,Deployment=》Build Tools=》Maven

  项目Maven:File=》other settings=》default settings=》Build, Execution, Deployment=>Build Tools=> Maven

五 Intellij IDEA 配置Git

  File=》settings=》version control=》Git=》path to git executable 置空

六 Intellij IDEA配置编码

  全局编码:File=》other setting=》default settings=》Editor=》File Encodings =》utf-8

  工程编码:file=》settings=》Editor=》File Encodings=》utf-8

七  Intellij IDEA快捷键

     寻找资源的快捷键:

  command + shift + n      

  commadn + n

  shift shift     

 

command + fn + 左/右,可以调整到文件开头/结尾。

因为fn + 左/右相当于home/end,在网页和多数文档中适用。(idea)

因为command + 左/右相当于home/end,在网页和多数文档中适用。(mac)

八 Mac快捷键

http://www.cnblogs.com/jikey/p/3491798.html 

九 idea配置支持于eclipse的formatter格式文件

  装插件,eclipse code formatter。然后其余步骤相同。

十 ieda 格式化代码插件

 

[1] http://blog.csdn.net/frankcheng5143/article/details/50779149

你可能感兴趣的文章
Kotlin 之旅4 面向对象
查看>>
Android NDK开发之旅11 JNI 数组的处理
查看>>
什么是机器学习
查看>>
Rxjs实践-各种排序算法排序过程的可视化展示
查看>>
css绘制几何图形
查看>>
键盘鼠标共享效率工具-Synergy
查看>>
iOS逆向之旅(进阶篇) — 工具(class-dump)
查看>>
CocoaPods安装指南
查看>>
认识并使用 Promise
查看>>
如何使用JavaScript UI控件(WijmoJS)构建Electron应用程序
查看>>
微信小程序之启动页的重要性
查看>>
CSS 技巧篇(二):visibility:hidden和display:none的区别
查看>>
终于搞定了vertical-align:baseline对齐的问题
查看>>
解析vue2.0的diff算法
查看>>
HTML标签
查看>>
理解JS中的Event Loop机制
查看>>
转载:字符编码笔记:ASCII,Unicode和UTF 8
查看>>
修复看不懂的 Console Log
查看>>
Android跨进程通信 AIDL使用
查看>>
ajax常见面试题
查看>>