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