该文被密码保护。 阅读全文
posted @ 2020-04-02 15:44 Dear丶配角 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 项目使用当中遇到的吭 1:rar格式压缩包仅支持WINRAR5以下的,如果是WINRAR5+ 那么FileHeaders获取的size就为0; 2:因为用的是springboot所以本地文件夹获取不到路径,因为最终要打成jar包运行在服务器的(获取项目路径本地是可以的,但是在linux上会出现找不到 阅读全文
posted @ 2019-06-28 14:52 Dear丶配角 阅读(1511) 评论(1) 推荐(1) 编辑
摘要: 1:模糊查询sql注入 1 <if test="changeObj != null" > 2 AND change_obj like '%${changeObj}%' 3 </if> 2:日期时间段查询 1 <if test="startDate != null"> 2 and #{startDat 阅读全文
posted @ 2019-03-05 10:44 Dear丶配角 阅读(169) 评论(0) 推荐(0) 编辑
摘要: public class DownFileUtile {//str为文件的下载地址 public static Logger logger = Logger.getLogger(DownFileUtile.class); public static void downLoad(String str, HttpServletRequest request, HttpServletR... 阅读全文
posted @ 2018-05-29 11:29 Dear丶配角 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 提交表单 阅读全文
posted @ 2018-05-10 23:00 Dear丶配角 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 通用mapper mybatisconfig redisconfig springconfg htapplicationconfig 阅读全文
posted @ 2018-05-08 23:43 Dear丶配角 阅读(864) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_30258957/article/details/78762464 阅读全文
posted @ 2018-05-08 15:39 Dear丶配角 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 商品类目: 选择类目 商品标题: ... 阅读全文
posted @ 2018-05-06 16:05 Dear丶配角 阅读(202) 评论(0) 推荐(0) 编辑
摘要: baseService层代码 itemService 继承baseService BaseServiceIml itemServiceImpl 阅读全文
posted @ 2018-04-27 22:07 Dear丶配角 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: 1.表格下载工具类的封装 2.service层的代码 阅读全文
posted @ 2018-04-11 17:20 Dear丶配角 阅读(261) 评论(0) 推荐(0) 编辑