注册idea账号

后端 (46) 2023-11-25 09:12

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说注册idea账号,希望能够帮助你!!!。

1)idea的注册使用码

在idea注册界面选择license server 选项 ,然后在license server address 填写框中加入


http://idea.iteblog.com/key.php即可使用

2)idea基本配置

打开项目 :可以分为三种

注册idea账号_https://bianchenghao6.com/blog_后端_第1张

第一种

注册idea账号_https://bianchenghao6.com/blog_后端_第2张

第二种

注册idea账号_https://bianchenghao6.com/blog_后端_第3张

第三种

注册idea账号_https://bianchenghao6.com/blog_后端_第4张

配置maven地址

注册idea账号_https://bianchenghao6.com/blog_后端_第5张

配置编码

注册idea账号_https://bianchenghao6.com/blog_后端_第6张

配置工作空间

注册idea账号_https://bianchenghao6.com/blog_后端_第7张

设置字体的大小、字体类型、代码行距距离等

注册idea账号_https://bianchenghao6.com/blog_后端_第8张

添加tomcat,resin等服务

注册idea账号_https://bianchenghao6.com/blog_后端_第9张

debug调试配置

注册idea账号_https://bianchenghao6.com/blog_后端_第10张

注册idea账号_https://bianchenghao6.com/blog_后端_第11张

注册idea账号_https://bianchenghao6.com/blog_后端_第12张

常用快捷键:

Ctrl+N :快速查找文件

Alt + F1 :快速定位文件在那个位置

Ctrl+Enter,导入包,自动修正

Ctrl+Alt+L,格式化代码

Ctrl+Alt+I,将选中的代码进行自动缩进编排,这个功能在编辑 JSP 文件时也可以工作

Ctrl+Alt+O,优化导入的类和包

Ctrl+R,替换文本

Ctrl+F,查找文本

Ctrl+Shift+Space,自动补全代码

Ctrl+F2,停止

Alt+Shift+F9,选择 Debug

Alt+Shift+F10,选择 Run

Ctrl+Shift+F9,编译

Ctrl+Shift+F10,运行

Ctrl+Shift+F8,查看断点

F8,步过

F7,步入

Shift+F7,智能步入

Shift+F8,步出

今天的分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。