07 2023 档案

摘要://单线程使用 修改集合 ArrayList arrayList = new ArrayList(); for (int i = 0; i < 100; i++) { arrayList.add(i); } int batch = 10; int size = arrayList.size(); i 阅读全文
posted @ 2023-07-24 22:14 余生请多指教ANT 阅读(53) 评论(0) 推荐(0) 编辑
摘要:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <executions> <execution> < 阅读全文
posted @ 2023-07-02 22:08 余生请多指教ANT 阅读(53) 评论(0) 推荐(0) 编辑
摘要:maven插件方式配置 参数解释: 参数说明 -file 加密的jar/war完整路径 -packages 加密的包名(可为空,多个用","分割) -libjars jar/war包lib下要加密jar文件名(可为空,多个用","分割) -cfgfiles 需要加密的配置文件,一般是classes目 阅读全文
posted @ 2023-07-02 21:51 余生请多指教ANT 阅读(671) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示