white knight

导航

 

2018年7月18日

该文被密码保护。 阅读全文
posted @ 2018-07-18 16:14 white knight 阅读(2) 评论(0) 推荐(0) 编辑
 
摘要: @Autowired private SpringTemplateEngine thymeleaf; public String aa() { Context context = new Context(); context.setVariable("xx1", "xx1"); return thymeleaf.process("templateName",... 阅读全文
posted @ 2018-07-18 16:08 white knight 阅读(769) 评论(0) 推荐(0) 编辑
 
摘要: public static String getCellValue(XSSFCell cell) { if (cell == null) { return ""; } switch (cell.getCellType()) { case Cell.CELL_TYPE_STRING: ... 阅读全文
posted @ 2018-07-18 16:05 white knight 阅读(1354) 评论(0) 推荐(0) 编辑
 
摘要: var formData = new FormData($("#form")[0]); $.ajax({ url : "/xx/xx", type : "POST", data : formData, ... 阅读全文
posted @ 2018-07-18 16:04 white knight 阅读(68) 评论(0) 推荐(0) 编辑