原创 JProfiler

https://www.ej-technologies.com/products/jprofiler/overview.html 1 安裝JProfiler http://www.ddooo.com/softdown/150941.

原创 IDEA插件【代碼質量保證】

  1 Statistic 1.1 介紹    1.2 安裝 1.3 使用效果  2 Alibaba Java Coding Guidelines https://plugins.jetbrains.com/plugin/1

原创 IDEA插件【美化插件】

  1 Material Theme UI https://plugins.jetbrains.com/plugin/8006-material-theme-ui https://github.com/ChrisRM/materia

原创 IDEA 熱部署插件JRebel

IDEA使用spring-boot-devtools實現熱部署:https://blog.csdn.net/qq_40794973/article/details/100567244  1 安裝  JRebel and XRebel

原创 EasyCode

1 IDEA安裝EasyCode插件  2 創建數據庫 docker run -di --name easycode_db -p 6033:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql:8.0.1

原创 ResourceBundle

  1 讀取配置文件 resources目錄下 redis.properties redis.host=127.0.0.1 redis.port=6379 redis.maxTotal=30 redis.maxIdle=10

原创 Beautiful Numbers

https://code.google.com/codejam/contest/5264487/dashboard#s=p1 https://www.cnblogs.com/xiao-lei/p/10961068.html 

原创 IDEA插件

1 RestfulToolkit https://plugins.jetbrains.com/plugin/10292-restfultoolkit 1.1 介紹  一套 RESTful 服務開發輔助工具集。 根據 URL 直接跳轉

原创 微服務監控

1 Spring Boot Actutator 1.1 SpringBoot中引入依賴 <dependencies> <dependency> <groupId>org.springframework.boot<

原创 SmarTTY

https://sysprogs.com/SmarTTY/ This version of SmarTTY introduces a new Smart Terminal mode. When editing command li

原创 Windows安裝Docker

https://www.runoob.com/docker/windows-docker-install.html 1 啓用Hyper-V 直接搜索啓用或關閉Windows功能 勾選啓用Hyper-V 修改完成後會提示你

原创 單節點ZooKeeper搭建

https://zookeeper.apache.org/ 1 下載ZooKeeper https://archive.apache.org/dist/zookeeper/ http://mirror.bit.edu.cn/apac

原创 併發模擬工具

@Controller public class TestController { @RequestMapping("/test") @ResponseBody public String test() {

原创 線程協作工具類原理(2):AQS

美團技術團隊《從ReentrantLock的實現看AQS的原理及應用》:https://mp.weixin.qq.com/s/sA01gxC4EbgypCsQt5pVog 老錢《打通 Java 任督二脈 —— 併發數據結構的基石》:ht

原创 併發安全工具類(6):原子類

1 什麼是原子類,有什麼作用? 不可分割 一個操作是不可中斷的,即便是多線程的情況下也可以保證 java.util.concurrent.atomic 原子類的作用和鎖類似,是爲了保證併發情況下線程安全 粒度更細:原子變量可以把競爭範圍