该文被密码保护。 阅读全文
摘要:
项目使用当中遇到的吭 1:rar格式压缩包仅支持WINRAR5以下的,如果是WINRAR5+ 那么FileHeaders获取的size就为0; 2:因为用的是springboot所以本地文件夹获取不到路径,因为最终要打成jar包运行在服务器的(获取项目路径本地是可以的,但是在linux上会出现找不到 阅读全文
摘要:
1:模糊查询sql注入 1 <if test="changeObj != null" > 2 AND change_obj like '%${changeObj}%' 3 </if> 2:日期时间段查询 1 <if test="startDate != null"> 2 and #{startDat 阅读全文
摘要:
public class DownFileUtile {//str为文件的下载地址 public static Logger logger = Logger.getLogger(DownFileUtile.class); public static void downLoad(String str, HttpServletRequest request, HttpServletR... 阅读全文
摘要:
提交表单 阅读全文
摘要:
通用mapper mybatisconfig redisconfig springconfg htapplicationconfig 阅读全文
摘要:
https://blog.csdn.net/qq_30258957/article/details/78762464 阅读全文
摘要:
商品类目: 选择类目 商品标题: ... 阅读全文
摘要:
baseService层代码 itemService 继承baseService BaseServiceIml itemServiceImpl 阅读全文
摘要:
1.表格下载工具类的封装 2.service层的代码 阅读全文