摘要: public class Test { public static void main(String[] args) { List> listMaps = new ArrayList>(); Map map1 = new HashMap(); map1.put("1", "a"); map1.put("2... 阅读全文
posted @ 2017-05-26 15:04 佩喻幻 阅读(41993) 评论(3) 推荐(1) 编辑
摘要: SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS"); String brgindate=sdf.format(new Date()); Date begin = sdf.parse(brgindate);xxx 阅读全文
posted @ 2017-05-26 14:21 佩喻幻 阅读(9216) 评论(0) 推荐(0) 编辑