标签:自动补全 log 作者 文章 方法体 原创 cli tps 一个
1、在IntelJ中和Eclipse中稍有不同,在Eclipse中,输入main再按Alt+/即可自动补全main函数,但是在IntellJ中则是输入psvm,选中即可
2、在方法体内部有for循环,在IntellJ中是输入fori,然后会有一个提示,选中需要的for循环即可
3、System.out.println();在IntellJ中是输入sout
---------------------
作者:shijiebei2009
来源:CSDN
原文:https://blog.csdn.net/shijiebei2009/article/details/44726433
版权声明:本文为博主原创文章,转载请附上博文链接!
标签:自动补全 log 作者 文章 方法体 原创 cli tps 一个
原文地址:https://www.cnblogs.com/longesang/p/10999293.html