会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
知行合一
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
14
下一页
2022年12月29日
前端知识总结
摘要: 前端知识总结: 1. 查看元素大小 右键-- 检查-- elements 光标防止到对应元素上(如图中圈中), 页面显示大小。
阅读全文
posted @ 2022-12-29 22:35 知行-zhixing
阅读(32)
评论(0)
推荐(0)
2022年12月2日
lombok 理解
摘要: @SneakyThrows注解 有的jar包,没有源码看到的class 文件时这样的 public BladeFile putFile(MultipartFile file) { try { return this.putFile(this.ossProperties.getBucketName()
阅读全文
posted @ 2022-12-02 14:48 知行-zhixing
阅读(29)
评论(0)
推荐(0)
2022年12月1日
文件上传-spring
摘要: spring 文件上传 共同逻辑: org.springframework.web.servlet.DispatcherServlet#checkMultipart 方案一: org.springframework.web.multipart.support.StandardServletMulti
阅读全文
posted @ 2022-12-01 10:27 知行-zhixing
阅读(32)
评论(0)
推荐(0)
2022年11月29日
架构思维
摘要: 服务分拆 按业务功能进行服务拆分: 一 公共的服务, 例如: 1 登录和鉴权服务 2 分布式任务服务 3 缓存服务 4. 消息服务 5. 流程服务(例如activiti, flowable) 6. 消息触达的服务 7. 等等不与业务逻辑严重耦合的服务 二 按业务的不同进行拆分 例如不同的业务流程。
阅读全文
posted @ 2022-11-29 15:23 知行-zhixing
阅读(110)
评论(0)
推荐(0)
2022年11月22日
计算机网络相关
摘要: 出访id: 作为源网址, 该网址的ip 入访id: 作为目标网址, 该网址的ip
阅读全文
posted @ 2022-11-22 17:32 知行-zhixing
阅读(27)
评论(0)
推荐(0)
2022年11月8日
Lambda表达式和匿名内部类
摘要: 参考文档:https://chuna2.787528.xyz/CarpenterLee/p/5978721.html
阅读全文
posted @ 2022-11-08 19:16 知行-zhixing
阅读(20)
评论(0)
推荐(0)
2022年10月26日
websocket 理解
摘要: 参考文档: 单机: https://blog.csdn.net/a553181867/article/details/115755554 分布式环境: 1. https://chuna2.787528.xyz/bartggg/p/14412869.html2. https://blog.csdn.net
阅读全文
posted @ 2022-10-26 16:07 知行-zhixing
阅读(61)
评论(0)
推荐(0)
2022年10月14日
activiti 理解
摘要: 视频教程: 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
阅读(127)
评论(1)
推荐(0)
2022年10月11日
SpringBoot 集成 Jasypt 对数据库密码加密以及踩坑
摘要: 参考 文档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
阅读(310)
评论(0)
推荐(0)
2022年9月9日
idea提示:Field injection is not recommended
摘要: 参考: 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
阅读(101)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
14
下一页
公告