Changes between Version 9 and Version 10 of youhua/2017_1
- Timestamp:
- 01/17/2017 05:47:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
youhua/2017_1
v9 v10 103 103 104 104 '''优化方案'''[[BR]] 105 105 106 对于一些后续有判断处理不影响程序正确执行的异常调用log4j的error(Object message)或者info(Object message)进行简单处理,[[BR]] 106 107 对于可能造成程序中断或数据错误的异常用log4j的error(Object message, Throwable t)进行处理,[[BR]] … … 109 110 == 3代码格式优化 == 110 111 112 部分实体类的公用常量、属性、方法混合在一起比较杂乱,使用的时候容易看漏。 113 114 '''优化方案'''[[BR]] 115 116 将代码按照常量、属性、方法的次序进行调整
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)