原创 jvm指針壓縮

https://zhuanlan.zhihu.com/p/74081170

原创 分庫分表之sharding-jdbc

https://www.jianshu.com/p/e6385f802821

原创 select、poll、epoll之間的區別

原文鏈接:https://yq.aliyun.com/articles/712974 select、poll、epoll之間的區別:     (1)、select==>時間複雜度O(n)    

原创 ThreadLocal詳解

原文鏈接:https://mp.weixin.qq.com/s/a6IGrOtn1mi0r05355L5Ng https://mp.weixin.qq.com/s/a6IGrOtn1mi0r05

原创 linux 機器cpu利用率100%問題排查步驟

1、使用top命令查看cpu使用率排行,如下圖所示,pid 2955佔用cpu100.6%   2、執行top -Hp 2955 查看進程裏面的線程佔用cpu排行,如下圖所示,線程pid 6026佔用cpu最高99.9%:   3、執

原创 Spring Cloud 從入門到精通

Spring Cloud 從入門到精通

原创 Spring Cloud Stream 體系及原理介紹

https://yq.aliyun.com/articles/696830?spm=a2c4e.11163080.searchblog.35.d7022ec1fgzeVk

原创 spring註解使用本地緩存Cache的Demo

第一步:導入必要的jar包   <!--Ehcache--> <dependency> <groupId>org.slf4j</groupId> <arti

原创 圖解G1

一步步圖解G1 Jvm 系列(三):GC 算法 垃圾收集器

原创 Installing libxml-ruby 2.9.0 with native extensions

最近調研使用openstreetmap生態體系,在本地安裝openstreetmap-website遇到執行安裝命令失敗的問題:安裝步驟按照官網https://github.com/openstreetmap/openstreetmap-

原创 DruidDataSource源碼解析

https://blog.csdn.net/Dwade_mia/article/details/78877867

原创 The last packet successfully received from the server was 1,266,537 milliseconds ago. The last pack

最近接手一個項目,由於該項目對mysql數據庫使用頻率不是很高,線上每天都會報幾十條數據庫連接失效的錯誤信息,剛開始沒空處理這個錯誤,連接失效超時後會繼續建立有效連接,不會影響正常的業務。今天抽空處理下這個錯誤,簡單做下總結: 1、線上錯

原创 Druid 介紹及配置

https://www.cnblogs.com/niejunlei/p/5977895.html

原创 Stream基礎篇-Stream入門應用

https://blog.csdn.net/songhaifengshuaige/article/details/79253182