码迷,mamicode.com
首页 > 其他好文 > 详细

idea使用

时间:2021-04-05 12:43:06      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:uil   cat   try   打包   cts   eclipse   项目打包   函数   eclips   

1.main函数快捷键 psvm

2.system.out.printLn sout(相当于eclipse  syso) 

3.ctrl + alt + t  == try catch,意识是surround with try catch, 但是如果要直接写可以"".try直接会提示

4.alt+inset 生成set get,构造方法等

5.格式化代码 ctrl + alt + L

6.方法参数提示 ctrl + p (相当于eclipse alt + /)

7. debug调试的快捷键  F8前进一步, SHift + F8 == 直接用F9 跳到下一个断点, 

8. 生成for循环 打for会有提示, 还有it会有提示.

9. 删除一行 ctrl + y

10. java项目打包 file/project structure(构建)/选择artifacts(工艺品)勾选住 inclue in project build. 出来后右击项目选择build module xxx 即可

 

idea使用

标签:uil   cat   try   打包   cts   eclipse   项目打包   函数   eclips   

原文地址:https://www.cnblogs.com/trump2/p/14613923.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!