摘要: https://github.com/acmenlt/shardingsphere-examples https://github.com/acmenlt/dynamic-threadpool https://github.com/dapeng-soa/dapeng-soa/wiki/GcRadar 阅读全文
posted @ 2021-10-27 00:26 编程笔记本 阅读(79) 评论(0) 推荐(0) 编辑
摘要: { "topic":"test", "rules":[ { "action":"order", "msg_type":"create", "msg":{ "forward":"order_create" }, "from_system":"payment", "create_time":162010 阅读全文
posted @ 2021-09-25 15:09 编程笔记本 阅读(82) 评论(0) 推荐(0) 编辑
摘要: # 安装 autojump brew install autojump安装完的提示Add the following line to your ~/.bash_profile or ~/.zshrc file: [ -f /opt/homebrew/etc/profile.d/autojump.sh 阅读全文
posted @ 2021-09-23 13:25 编程笔记本 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 解决方法 经过一系列的思考后得出结论,MAC中的其他软件都是及其流畅为什么单纯IDEA卡顿,因为IDEA是基于JAVA运行所以,我的猜想是JAVA环境导致。于是更换IDEA的JAVA运行版本 注意:是IDEA的运行JAVA环境 1、安装环境选择插件 更换IDEA的JAVA的版本需要使用到Choose 阅读全文
posted @ 2021-09-23 11:07 编程笔记本 阅读(1929) 评论(0) 推荐(0) 编辑
摘要: git config --global alias.co checkout git config --global alias.ft "fetch --all" git config --global alias.ck checkoutgit config --global alias.bb bra 阅读全文
posted @ 2021-08-31 11:08 编程笔记本 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 线程池 调用逻辑 public void execute(Runnable command) { if (command == null) throw new NullPointerException(); int c = ctl.get(); if (workerCountOf(c) < core 阅读全文
posted @ 2021-07-12 03:16 编程笔记本 阅读(244) 评论(0) 推荐(0) 编辑