2024年7月5日
posted @ 2024-07-05 18:02
wolf12
阅读(29)
推荐(0)
2024年4月16日
posted @ 2024-04-16 16:49
wolf12
阅读(7)
推荐(0)
2021年7月1日
摘要:
JVM 故障调查教程 本文主要针对java应用程序占用CPU资源过高问题进行的调查分析以及总结,CPU占用过高的主要原因是jvm的内存不足引用的GC疯狂回收空间,导致GC的回收线程把CPU资源用尽。内存不足的原因主要有。1.业务预估不合理导致请求处理暴增。2程序代码逻辑问题导致(死循环,内存异常等)
阅读全文
posted @ 2021-07-01 15:48
wolf12
阅读(220)
推荐(0)
2021年4月20日
摘要:
#mysql8.0 分区表查询性能调查 测试环境 vmware CentOS Linux release 7.8.2003 (Core) 64位 2处理器,2G mysq l8.0.23 创建表 14个分区,每个分区400W数据,共5600W数据。 CREATE TABLE bdm_range_da
阅读全文
posted @ 2021-04-20 10:24
wolf12
阅读(1158)
推荐(0)
2021年3月16日
摘要:
#spring boot Springboot主要提供用户快速搭建WEB应用,简化配置文件,mevan默认引入包解决版本冲突问题,内嵌tomcat快启动web Springboot工程结构,POM.xml,使用mevan管理包的版本依赖管理。 引用springboot父工程 <parent> <gr
阅读全文
posted @ 2021-03-16 14:15
wolf12
阅读(65)
推荐(0)
2020年12月5日
摘要:
需求:把箱子装到车上 /** 策略上下文 〈装箱工具〉 @author 27381 @version V1.0 @date 2020/12/5. */ public class ContextStrategy extends Abstractloader { LoaderStrategy loade
阅读全文
posted @ 2020-12-05 17:22
wolf12
阅读(1186)
推荐(0)
2020年10月28日
摘要:
效果图 主要代码 package cn.com.gtmc.glaf2.framework.utils; import org.apache.poi.hssf.usermodel.; import org.apache.poi.ss.usermodel.; import org.apache.poi.
阅读全文
posted @ 2020-10-28 14:15
wolf12
阅读(3625)
推荐(0)
2020年7月24日
摘要:
准备 1.1 准备 keepalived-1.2.22.tar.gz redis-3.2.1.tar.gz 1.2 说明 当 Master 与 Slave 均运作正常时, Master负责服务,Slave负责Standby; 当 Master 挂掉,Slave 正常时, Slave接管服务升级Mas
阅读全文
posted @ 2020-07-24 11:59
wolf12
阅读(372)
推荐(0)
2020年7月2日
摘要:
#sharding-jdbc 读写分离+水平分表 ##配置 sharding: jdbc: datasource: ds0: password: root type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysq
阅读全文
posted @ 2020-07-02 13:08
wolf12
阅读(338)
推荐(0)
摘要:
#sharding-jdbc 读写分离+水平分表 ##配置 sharding: jdbc: datasource: ds0: password: root type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysq
阅读全文
posted @ 2020-07-02 12:36
wolf12
阅读(276)
推荐(0)