2019年11月7日

MYSQL批量插入字段空值赋值0

摘要: <insert id="insertReignFromReport"> <foreach collection="departIdLst" item="item" index="index" open="" close="" separator=";"> insert into t_preparat 阅读全文

posted @ 2019-11-07 15:23 以启山林 阅读(1360) 评论(0) 推荐(0) 编辑

Java后台生成验证码

摘要: @RequestLimit(count = 60, time = 60) @RequestMapping(value = "/captcha", method = {RequestMethod.GET}) public ResponseEntity captcha(HttpServletReques 阅读全文

posted @ 2019-11-07 15:11 以启山林 阅读(1044) 评论(0) 推荐(0) 编辑

POI导入导出实现(包含级联下拉)

摘要: 引入上一篇所用到的类 package com.**.**.service.common.impl; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import lombok.extern. 阅读全文

posted @ 2019-11-07 15:00 以启山林 阅读(1131) 评论(0) 推荐(0) 编辑

POI模板下载级联下拉

摘要: package com.**.**.service.common.impl; import com.google.common.collect.Lists; import lombok.extern.slf4j.Slf4j; import org.apache.poi.hssf.usermodel. 阅读全文

posted @ 2019-11-07 14:52 以启山林 阅读(597) 评论(0) 推荐(0) 编辑

导航