LntelliJ IDE 快捷编写方法 和其他操作
1、 public static void main(String[] args) {
}
快捷编写 pwd
2、System.out.println(1231);
快捷编写 sout
3、IDE 格式化快捷键
option+command +L
4、快速继承接口里面的方法
---其中Constructor 为有参构造和无参构造
1、 public static void main(String[] args) {
}
快捷编写 pwd
2、System.out.println(1231);
快捷编写 sout
3、IDE 格式化快捷键
option+command +L
4、快速继承接口里面的方法
---其中Constructor 为有参构造和无参构造