sout 控制台输出
psvm 创建主函数 就是public static void main的首字母。
control option o 去除多余import
control enter 出现生成get,set方法的界面
option command v 生成返回值
control r 启动项目
shift F6 重命名
control tab 切换项目已经打开的类
command o 查找类
command shift o 查找类或资源
shift shift 找文件
command x 删除行
command d 复制行
command shift u大小写转化
command shift 向上键 行上移
command shift 向下键 行下移
control h 类结构图
command b 进入接口
command option b 进入实现
command l 跳到指定行
command e 查找最近编辑过的文件
control i 实现接口中定义的方法
command option l格式化代码
control i 实现抽象接口的方法
编译打包:Build--> Build Artifacts..
待续.....