摘要: 一个简单的东西。 示例如下: /** * 增加时间 * @param oldDate 老时间 * @param addtime 增加的时间 * @return */ public Date addDate(Date oldDate,Integer addtime){ oldDate.setTime( 阅读全文
posted @ 2016-03-02 10:26 无知死循环 阅读(673) 评论(0) 推荐(0)