$$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Self-defined math definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Math symbol commands \newcommand{\intd}{\,{\rm d}} % Symbol 'd' used in integration, such as 'dx' \newcommand{\diff}{{\rm d}} % Symbol 'd' used in differentiation ... $$
摘要: Java 异常 Throwable类的体系结构(一些常用的) 异常分类 checked,unchecked 区分:RuntimeException及其子类,Error类及其子类,是unchecked 除此之外继承自Exception的异常是checked checked异常在编译时必须处理 关键字 阅读全文
posted @ 2018-01-25 19:22 V丶vvv 阅读(125) 评论(0) 推荐(0) 编辑
摘要: IDEA使用的是2017.3.3(Ultimate版) 阅读全文
posted @ 2018-01-21 19:13 V丶vvv 阅读(207) 评论(0) 推荐(0) 编辑