摘要: package com.sinosoft.common.timer; import org.apache.commons.lang3.concurrent.BasicThreadFactory; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; imp... 阅读全文
posted @ 2018-05-07 16:23 xu_shuyi 阅读(244) 评论(0) 推荐(0)
摘要: package com.sinosoft.service; import java.io.Serializable; import java.util.List; import com.sinosoft.common.Page; import com.sinosoft.dto.ScheduleDTO; import com.sinosoft.entity.Schedule; publi... 阅读全文
posted @ 2018-05-07 14:45 xu_shuyi 阅读(383) 评论(0) 推荐(0)
摘要: PubFun 类文件中 /** * 获取项目的绝对路径 upload文件夹 * * @return */ public static String getRealPath() { // TODO Auto-generated method stub PubFun pubFun = new PubFun(); ... 阅读全文
posted @ 2018-05-07 14:35 xu_shuyi 阅读(133) 评论(0) 推荐(0)
摘要: /** * 机构名称批量生成二维码下载 * * @param request 请求对象 * @param response 返回对象 * @param ids 机构主键ID */ @Override public void downloadQrCodeZip(HttpServletRequest reques... 阅读全文
posted @ 2018-05-07 14:33 xu_shuyi 阅读(332) 评论(0) 推荐(0)
摘要: package com.sinosoft.common; public class Md5 { static final int S11 = 7; static final int S12 = 12; static final int S13 = 17; static final int S14 = 22; static... 阅读全文
posted @ 2018-05-07 14:08 xu_shuyi 阅读(113) 评论(0) 推荐(0)
摘要: package com.sinosoft.common; import com.sinosoft.dto.UsersinfoDTO; import com.sinosoft.dto.common.RequestInfo; import org.apache.commons.lang3.StringUtils; import java.io.IOException; import java.i... 阅读全文
posted @ 2018-05-07 14:07 xu_shuyi 阅读(202) 评论(0) 推荐(0)
摘要: package com.sinosoft.common; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.beans.BeanUtils; import java.util.ArrayList; import java.util.List; import java.util.Map;... 阅读全文
posted @ 2018-05-07 14:04 xu_shuyi 阅读(350) 评论(0) 推荐(0)
摘要: package com.sinosoft.common; import org.apache.commons.lang3.StringUtils; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.*; import... 阅读全文
posted @ 2018-05-07 14:03 xu_shuyi 阅读(120) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u014453898/article/details/55064312 阅读全文
posted @ 2018-05-07 11:28 xu_shuyi 阅读(93) 评论(0) 推荐(0)