摘要: public class GenernalDate { //一天秒数 public final static long MILLISECONDS_OF_DAY = 1000 * 60 * 60 * 24; public final static int NULL_DATE = 19000101; private final static int days[] = ... 阅读全文
posted @ 2017-12-07 22:25 暗渡陈仓xy 阅读(274) 评论(0) 推荐(0)