摘要:
//表格头部demo类 begin package com.zgxcw.export.util; public class ExcelHead { /* * 对应导出字段 * */ private String code; /* * 对应导出表头显示的中文 * */ private String n 阅读全文
posted @ 2016-04-11 14:25
小马过河~
阅读(1401)
评论(0)
推荐(0)
摘要:
package com.zgxcw.operation.utils; import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date; 阅读全文
posted @ 2016-04-11 14:15
小马过河~
阅读(282)
评论(0)
推荐(0)
摘要:
//开始时间 timeBegin+ " 00:00:00"; //结束时间 timeEnd+ " 23:59:59"; //时间转换 SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); //Java时间类型转换 阅读全文
posted @ 2016-04-11 14:14
小马过河~
阅读(1787)
评论(0)
推荐(0)