摘要: When a piece of code needs error handling, IntelliJ underlines it with red. Set your pointer on that piece of code and press ALT+ENTER. IntelliJ shoul 阅读全文
posted @ 2019-11-20 17:15 kakaisgood 阅读(277) 评论(0) 推荐(0)
摘要: 1、在IntelJ中和Eclipse中稍有不同,在Eclipse中,输入main再按Alt+/即可自动补全main函数,但是在IntellJ中则是输入psvm,选中即可 2、在方法体内部有for循环,在IntellJ中是输入fori,然后会有一个提示,选中需要的for循环即可 3、System.ou 阅读全文
posted @ 2019-11-20 16:52 kakaisgood 阅读(135) 评论(0) 推荐(0)
摘要: code-complete change to ALT + / 阅读全文
posted @ 2019-11-20 16:48 kakaisgood 阅读(170) 评论(0) 推荐(0)
摘要: 管道命令操作符是:”|”,它仅能处理经由前面一个指令传出的正确输出信息,也就是 standard output 的信息,对于 stdandarderror 信息没有直接处理能力。然后,传递给下一个命令,作为标准的输入 standard input. 管道命令使用说明: 先看下下面图: command 阅读全文
posted @ 2019-11-20 10:41 kakaisgood 阅读(856) 评论(0) 推荐(0)