上一页 1 2 3 4 5 6 7 ··· 114 下一页
摘要: 本地文件打包 /** * 下载压缩包 * * @param response */ @ResponseBody @GetMapping("/downloadZip") public void downloadZip(HttpServletResponse response, // @RequestB 阅读全文
posted @ 2023-04-23 21:29 陈彦斌 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 添加依赖 <!-- xss跨站脚本攻击 --> <dependency> <groupId>net.dreamlu</groupId> <artifactId>mica-core</artifactId> <version>2.5.8</version> </dependency> <depende 阅读全文
posted @ 2023-03-17 16:08 陈彦斌 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 目录结构 添加依赖 <!-- SpringSecurity --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dep 阅读全文
posted @ 2022-11-15 15:08 陈彦斌 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 浏览器请求方法 http1.0定义了三种: GET: 向服务器获取资源,比如常见的查询请求 POST: 向服务器提交数据而发送的请求 Head: 和get类似,返回的响应中没有具体的内容,用于获取报头 http1.1定义了六种 PUT:一般是用于更新请求,比如更新个人信息、商品信息全量更新 PATC 阅读全文
posted @ 2022-11-10 21:52 陈彦斌 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 导读 最新公司ES集群老出现连接关闭,进而导致查询|写入ES时报错,报错日志显示如下 [2m2022-10-23 14:13:10.088 - ERROR - [NONE][NONE][NONE][0][1584065372948234240][0; 阅读全文
posted @ 2022-11-05 20:31 陈彦斌 阅读(2019) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 ··· 114 下一页