03 2022 档案

摘要:5条数据的id,跑1000次 基本上 parallelStream的时间和select-in打成平手) 而db整体耗时是redis的3倍 ns % Task name 29926734948 038% db loop get 29964725520 038% db muti get 95623475 阅读全文
posted @ 2022-03-22 13:32 multitude 阅读(42) 评论(0) 推荐(0)
摘要:https://docs.mitmproxy.org/stable/concepts-howmitmproxyworks/ 阅读全文
posted @ 2022-03-17 15:24 multitude 阅读(18) 评论(0) 推荐(0)
摘要:一直用着swagger 2.9.2,最近扫出了漏洞,swagger config得重写。 纠结在defaultValue等等。 最后写成这样就好了。 new RequestParameterBuilder() .name("name") .query(simpleParameterSpecifica 阅读全文
posted @ 2022-03-17 13:56 multitude 阅读(1067) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/92f8ff095e75 阅读全文
posted @ 2022-03-11 17:04 multitude 阅读(151) 评论(0) 推荐(0)
摘要:https://cloud.tencent.com/developer/article/1508815 # 交互式: mysql -uxx -pxx # 非交互式:mysql -uxx -pxx -e 'xxx' (1)interactive_timeout: 参数含义:服务器关闭交互式连接前等待活 阅读全文
posted @ 2022-03-11 17:03 multitude 阅读(533) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/367001513 根据jvm图,考虑是发生了full gc 阅读全文
posted @ 2022-03-11 17:02 multitude 阅读(2745) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-10 13:36 multitude 阅读(18) 评论(0) 推荐(0)
摘要:如何减少P99响应耗时?(收藏) https://jishuin.proginn.com/p/763bfbd6a7d5 https://docs.aws.amazon.com/zh_cn/elasticbeanstalk/latest/dg/health-enhanced-metrics.html 阅读全文
posted @ 2022-03-09 09:26 multitude 阅读(1273) 评论(0) 推荐(0)
摘要:information_schema performance_schema mysql8 改了一下 mysql 8小时问题 https://www.jianshu.com/p/69dcae4454b3 https://www.cnblogs.com/zhoading/p/11597622.html 阅读全文
posted @ 2022-03-07 11:51 multitude 阅读(91) 评论(0) 推荐(0)