IDEA快捷键
摘要:psvm 快速生产main函数代码 sout 快速生产输出语句 Ctrl+Alt+Enter Ctrl+Alt+space 内容辅助键(内容提示,代码补全等) Ctrl+/ 注释选中的单行代码 Ctrl+Shift+/ 注释选中的多行代码 Ctrl+Alt+L 格式化
阅读全文
posted @
2022-06-17 15:41
liusheldon
阅读(22)
推荐(0)
001-IDEA中“hello word”步骤
摘要:1.新建项目 2.新建模块 3.新建包 4.新建类 5.在类中写代码 6.在idea中执行
阅读全文
posted @
2022-06-17 10:39
liusheldon
阅读(56)
推荐(0)