摘要: 定义一个类的静态方法(在静态方法中可定义满足某种条件,throw new AException (message)) 自定义异常 public class AException : ApplicationException { public AException(string message):ba 阅读全文
posted @ 2020-05-09 20:54 流星曳尾 阅读(127) 评论(0) 推荐(0)
摘要: try{} catch(AException e1){} catch(BException e2){} catch(Exception e){} finally{} 注:越具体的异常越写在前面。 阅读全文
posted @ 2020-05-09 20:05 流星曳尾 阅读(113) 评论(0) 推荐(0)
摘要: 选中HandTool:alt + 鼠标左键 旋转scene || alt + 鼠标右键 放缩scene 阅读全文
posted @ 2020-05-09 15:34 流星曳尾 阅读(135) 评论(0) 推荐(0)