摘要: jsp 前台页面 //输入调用后台接口路径 <a href="../../sjModel">下载模板</a> /** * 数据模板 * LhT * @throws IOException * */ @RequestMapping(value = "sjModel") public String sj 阅读全文
posted @ 2020-08-24 10:15 瓦刀哥 阅读(16) 评论(0) 推荐(0) 编辑
摘要: /** * java 转换日期 lht */ public static Date addDate(Date date,long day) throws ParseException { SimpleDateFormat sim=new SimpleDateFormat("yyyy-MM-dd"); 阅读全文
posted @ 2020-08-24 10:07 瓦刀哥 阅读(995) 评论(0) 推荐(0) 编辑
摘要: package guyu.day0824; import java.net.InetAddress; /** * @Author: LHT * @Date: 2020/8/24 09:39 */public class Demo01 { public static void main(String[ 阅读全文
posted @ 2020-08-24 10:06 瓦刀哥 阅读(318) 评论(0) 推荐(0) 编辑
摘要: /** * 导出excel */ @SuppressWarnings("deprecation") @RequestMapping("exportExcel") public void exportExcel(HttpServletResponse response){ //查询要导出的list// 阅读全文
posted @ 2020-08-24 10:04 瓦刀哥 阅读(280) 评论(0) 推荐(0) 编辑