会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CathyGao2018
A good life is inspired by love and guided by knowledge!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
22
下一页
2021年5月5日
【Java】JVM线程状态查询
摘要: 背景:项目遇到卡死情况,CPU满负荷,但内存占用率并不高,业务也不复杂。 思路: 参考: ps + top + jstack https://liuyueyi.github.io/hexblog/2018/07/11/180711-JVM%E5%AE%9A%E4%BD%8D%E5%88%86%E6%
阅读全文
posted @ 2021-05-05 09:23 CathyGao2018
阅读(481)
评论(0)
推荐(0)
2021年4月23日
【Oracle】记录一次数据库连接池性能瓶颈问题
摘要: 背景: 项目遇到一个 参考: https://www.cnblogs.com/grefr/p/5046326.html https://www.cnblogs.com/yx007/p/13177924.html https://blog.csdn.net/zy_crazy_code/article/
阅读全文
posted @ 2021-04-23 13:58 CathyGao2018
阅读(402)
评论(0)
推荐(0)
2021年4月13日
【JavaMail】
摘要: 参考: https://www.cnblogs.com/rain144576/p/6754264.html https://blog.csdn.net/jiangtao7913/category_6048418.html https://blog.csdn.net/shenshibaoma/cate
阅读全文
posted @ 2021-04-13 15:39 CathyGao2018
阅读(47)
评论(0)
推荐(0)
2021年4月7日
【YAML】properties转YAML
摘要: 背景: 项目正在从传统java转型springboot,其中配置项从properties转yaml,各种坑需要解救下。 参考: YAML语法: https://blog.csdn.net/liebert/article/details/79451732 https://blog.csdn.net/f
阅读全文
posted @ 2021-04-07 17:44 CathyGao2018
阅读(1675)
评论(0)
推荐(0)
【微服务】微服务测试策略
摘要: https://www.cnblogs.com/zgq123456/p/10763600.html 笔记: 经典策略模型:强调测试分层以及每一层的恰当覆盖,整体符合金字塔结构。 蜂巢模型:重点关注服务间的集成测试,两端的单元测试和UI层E2E测试较少。 钻石模型:服务间的集成依然是重点,单元测试较少
阅读全文
posted @ 2021-04-07 17:26 CathyGao2018
阅读(594)
评论(0)
推荐(0)
2021年3月31日
【James】Apache James 3.5.0 Linux搭建
摘要: https://blog.csdn.net/qq_35280133/article/details/109559023 https://www.dazhuanlan.com/2020/03/25/5e7a50a0adf71/ apache James 3.5.0 https://james.apac
阅读全文
posted @ 2021-03-31 10:30 CathyGao2018
阅读(372)
评论(0)
推荐(0)
2021年3月26日
【ActiveMQ】消息重传机制
摘要: 问题: 项目在修改consumer的确认签收机制从AUTO-ACK改为CLIENT-ACK模式,但在服务优雅停机并重启之后,发现若干数据被Pending后未被重发。 过段时间再一次停启服务后,Pending的数据才能被消费成功。 此问题在数据量大时基本可以复现。 类似问题: https://stac
阅读全文
posted @ 2021-03-26 12:47 CathyGao2018
阅读(195)
评论(0)
推荐(0)
2021年3月17日
【Oracle】
摘要: 背景: 老系统数据库的user并没有使用默认同名default schema,造成新系统迁移时出现漏洞。 参考: https://www.cnblogs.com/tesila/archive/2016/09/30/5923922.html https://blog.csdn.net/qq_35063
阅读全文
posted @ 2021-03-17 15:54 CathyGao2018
阅读(33)
评论(0)
推荐(0)
2021年3月8日
【微服务】
摘要: 当系统采用微服务架构重构后,如何清晰的展示出多个服务之间的消息提供和消费关系。 参考: https://www.jianshu.com/p/9c03081bc0d9 https://baijiahao.baidu.com/s?id=1693264015139013993&wfr=spider&for
阅读全文
posted @ 2021-03-08 21:30 CathyGao2018
阅读(75)
评论(0)
推荐(0)
2021年3月5日
【微服务】优雅停机
摘要: 参考: https://www.linuxprobe.com/micro-service-fa.html https://www.cnblogs.com/shihaiming/p/11408684.html https://blog.csdn.net/j3T9Z7H/article/details/
阅读全文
posted @ 2021-03-05 15:25 CathyGao2018
阅读(487)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
22
下一页
公告