上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页
摘要: 1. 输入 vi /etc/hosts 2. 按 i 键进入编辑 3. 编辑完成, 按 Esc 键, 输入 :wq 保存 阅读全文
posted @ 2022-06-09 17:33 亲爱的阿道君 阅读(862) 评论(0) 推荐(0)
摘要: 1. 安装JDK 2. 下载Jmeter https://jmeter.apache.org/download_jmeter.cgi 方便下载,百度云: 3. 汉化中文界面 进入D:\Jmeter\apache-jmeter-5.2.1\bin(减压后的jmter路径)目录 , 编辑jmeter.p 阅读全文
posted @ 2022-05-25 15:37 亲爱的阿道君 阅读(32) 评论(0) 推荐(0)
摘要: idea好用的插件推荐代码审核工具1. Alibaba java coding guidelines首先要推荐的是和《手册》配套的阿里巴巴 Java代码规范插件。安装该插件后,代码超过 80 行、手动创建线程池等,这些和《手册》中的规约不符时,IDEA中会给出警告提示。建议大家一定一定一定要安装该插 阅读全文
posted @ 2022-05-22 15:34 亲爱的阿道君 阅读(980) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-05-20 10:33 亲爱的阿道君 阅读(94) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_35387940/article/details/100514134 https://blog.csdn.net/weixin_43125410/article/details/121913683 阅读全文
posted @ 2022-05-10 19:47 亲爱的阿道君 阅读(24) 评论(0) 推荐(0)
摘要: https://crxdl.com/ 阅读全文
posted @ 2022-05-07 09:19 亲爱的阿道君 阅读(46) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/fz13768884254/article/details/83538709 阅读全文
posted @ 2022-05-01 20:55 亲爱的阿道君 阅读(113) 评论(0) 推荐(0)
摘要: 插件官网地址: https://plugins.jetbrains.com/ 运行idea, 网页上可以获取IDEA版本, 点击 install 阅读全文
posted @ 2022-04-24 15:12 亲爱的阿道君 阅读(54) 评论(0) 推荐(0)
摘要: https://www.jetbrains.com.cn/en-us/idea/download/other.html 阅读全文
posted @ 2022-04-24 10:36 亲爱的阿道君 阅读(484) 评论(0) 推荐(0)
摘要: List<DAiCollection> list = aiCollectionDao.getNeedPushAiCollection(); // 每次处理条数 100 int batchCount = 100;for (int i = 0; i < list.size(); i += batchCo 阅读全文
posted @ 2022-04-22 13:54 亲爱的阿道君 阅读(58) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页