随笔分类 -  代码小规范

摘要:1 List<A> list = new ArrayList<为空,不用写A>; 2 try catch 中 catch的exception需记录Exception信息,eg:Logger.error(e.getMessage(),e); 3 return x; return x+3; return 阅读全文
posted @ 2017-03-03 10:53 朕也就是个普通人 阅读(1551) 评论(0) 推荐(0)