2015年3月19日
摘要: //时间间隔(一天) private static final long PERIOD_DAY = 24 * 60 * 60 * 1000; public void executeTask(){ Timer timer = new Timer(); Calendar calendar =... 阅读全文
posted @ 2015-03-19 16:26 依馨依怡 阅读(164) 评论(0) 推荐(0) 编辑
摘要: public void doExport_asRunLog(){ try { String date = getParameter("date"); String title[] = { "雨", "田" }; JSONArray list = new JSONArray(); List ... 阅读全文
posted @ 2015-03-19 15:10 依馨依怡 阅读(409) 评论(0) 推荐(0) 编辑