
开发工具
create17
知行合一。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
idea自带的Live Templates设置
一、添加作者注释1. 类头注释打开file -> setting -> Editor -> File and Code Templates -> Includes -> File Header这个是新建类的时候自动在类名上面添加的/** * @description: * @author ${USER} * @date ${D原创 2018-11-22 00:32:44 · 3458 阅读 · 0 评论 -
idea常规使用及常用插件介绍
一、idea快捷键总结调用getter/setter方法:Alt + insert调用方法的重写: ctrl + O快速构建main函数:psvm快速构建System.out.println():sout生成try…catch的快捷键:Ctrl + Alt + T。快速构建带参数/不带参数的构造方法:Alt + insert 的第一行 Constructor。选...原创 2018-11-22 01:04:49 · 399 阅读 · 0 评论