Life is like a Markov chain,
         your future only depends on what you are doing now,
                               and independent of your past.

02 2018 档案

摘要:Mutable reduction: A mutable reduction operation accumulates input elements into a mutable result container, such as a Collection or StringBuilder, as 阅读全文
posted @ 2018-02-19 22:00 Hu_Yan 阅读(326) 评论(0) 推荐(0)
摘要:同理,可用于自动创建getter/setter(在第一步出现的下拉菜单中)。 输入psvm + Tab: 生成main方法。(public static void main) 各种输出快捷键: 生成 public static final int: 输入 psfi Try-with-Resource 阅读全文
posted @ 2018-02-08 23:14 Hu_Yan 阅读(479) 评论(0) 推荐(0)
摘要:Chapter 7 Exceptions, Assertions, and Logging 7.1 Dealing with Errors If an operation cannot be completed because of an error, the program ought to ei 阅读全文
posted @ 2018-02-01 05:06 Hu_Yan 阅读(327) 评论(1) 推荐(0)