上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: spring 文件上传 共同逻辑: org.springframework.web.servlet.DispatcherServlet#checkMultipart 方案一: org.springframework.web.multipart.support.StandardServletMulti 阅读全文
posted @ 2022-12-01 10:27 知行-zhixing 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 服务分拆 按业务功能进行服务拆分: 一 公共的服务, 例如: 1 登录和鉴权服务 2 分布式任务服务 3 缓存服务 4. 消息服务 5. 流程服务(例如activiti, flowable) 6. 消息触达的服务 7. 等等不与业务逻辑严重耦合的服务 二 按业务的不同进行拆分 例如不同的业务流程。 阅读全文
posted @ 2022-11-29 15:23 知行-zhixing 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 出访id: 作为源网址, 该网址的ip 入访id: 作为目标网址, 该网址的ip 阅读全文
posted @ 2022-11-22 17:32 知行-zhixing 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参考文档:/CarpenterLee/p/5978721.html 阅读全文
posted @ 2022-11-08 19:16 知行-zhixing 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 参考文档: 单机: https://blog.csdn.net/a553181867/article/details/115755554 分布式环境: 1. /bartggg/p/14412869.html2. https://blog.csdn.net 阅读全文
posted @ 2022-10-26 16:07 知行-zhixing 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 视频教程: https://www.bilibili.com/video/BV1H54y167gf?p=30&spm_id_from=pageDriver&vd_source=e77c161c734c00cc37a8fcd33d79b079 文字教程: 1 https://www.javazhiyi 阅读全文
posted @ 2022-10-14 15:24 知行-zhixing 阅读(54) 评论(1) 推荐(0) 编辑
摘要: 参考 文档1: https://blog.csdn.net/qq_37143673/article/details/107563064 文档2: https://zhuanlan.zhihu.com/p/518439781 实测好用, 感觉原作者。 核心: 加密方法 import org.jasyp 阅读全文
posted @ 2022-10-11 16:00 知行-zhixing 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 参考: 1. (重点)为什么 Spring和IDEA 都不推荐使用 @Autowired 注解 https://mp.weixin.qq.com/s/UtTs4VtJYFemLKUUherImA 2. https://juejin.cn/post/6965673679342551048 3. 注解 阅读全文
posted @ 2022-09-09 09:23 知行-zhixing 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 一 controller 参数校验 参考: https://segmentfault.com/a/1190000038401180 (重点推荐) https://juejin.cn/post/6844903902811275278 1. 当参数中有 org.springframework.valid 阅读全文
posted @ 2022-09-07 11:08 知行-zhixing 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 参考: xss攻击: https://www.ujcms.com/documentation/442.htmlhtml 转义: /daysme/p/7100553.html 阅读全文
posted @ 2022-08-23 09:41 知行-zhixing 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页