緣起
學(xué)的是騰訊大神的視頻教程
配置環(huán)境
下載 Intellij IDEA,JDK 1.8,創(chuàng)建工程后配置 JDK
gradle doesn't work in Intellij - problems with JAVA_HOME

創(chuàng)建 Github repo,IJ open check out
新建文件快捷鍵
Alt+insert
How do i create a new class in IntelliJ without using the mouse?
新建沒有 class?
右鍵 mark directory as - sources root
live templates
比如
public static void main(String[] args) {
}
就打 psvm