摘要: import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.google.common.collect.Lists; import javax.sound.midi.Soundbank; im 阅读全文
posted @ 2023-01-17 10:54 ExpectoPatronum—S 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 仓库源码:[XJar] https://github.com/core-lib/xjar 第一种方法:参考 https://blog.csdn.net/weixin_40816738/article/details/120388026 1、pom配置 <!-- 设置 jitpack.io 插件仓库 阅读全文
posted @ 2023-01-09 11:11 ExpectoPatronum—S 阅读(409) 评论(0) 推荐(0) 编辑
摘要: <plugin> <groupId>net.roseboy</groupId> <artifactId>classfinal-maven-plugin</artifactId> <version>1.2.1</version> <configuration> <password>#</passwor 阅读全文
posted @ 2023-01-06 13:52 ExpectoPatronum—S 阅读(501) 评论(0) 推荐(0) 编辑
摘要: import java.util.concurrent.ConcurrentHashMap; import java.util.function.Function; import java.util.function.Predicate; import java.util.stream.Collec 阅读全文
posted @ 2022-10-18 19:07 ExpectoPatronum—S 阅读(529) 评论(0) 推荐(0) 编辑
摘要: # 设置普通查询结果最大值 PUT _all/_settings {"index.max_result_window":26000} # 设置聚合后 buckets桶的最大值 PUT /_cluster/settings { "persistent": { "search.max_buckets": 阅读全文
posted @ 2022-07-21 15:20 ExpectoPatronum—S 阅读(1080) 评论(0) 推荐(0) 编辑
摘要: # 执行命令mvn install:install-file -DgroupId=net.neoremind -DartifactId=fountain-common -Dversion=v1.0.0 -Dpackaging=jar -Dfile=E:\aspose-pdf-2.9.0-jdk16. 阅读全文
posted @ 2022-07-18 14:08 ExpectoPatronum—S 阅读(41) 评论(0) 推荐(0) 编辑
摘要: # 设置仓库npm config set registry https://registry.npm.taobao.org# 查看代理结果npm config get registry# 解除网络代理npm config set proxy null npm config set https-pro 阅读全文
posted @ 2022-07-07 10:55 ExpectoPatronum—S 阅读(81) 评论(0) 推荐(0) 编辑
摘要: import java.math.BigDecimal; /** * @Author * @Date 2022/4/17 * @Version 1.0 **/ public class BigDecimalUtils { public static BigDecimal doubleAdd(doub 阅读全文
posted @ 2022-06-06 10:53 ExpectoPatronum—S 阅读(38) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -DgroupId=net.neoremind -DartifactId=fountain-common -Dversion=v1.0.0 -Dpackaging=jar -Dfile=E:\aspose-pdf-2.9.0-jdk16.jar <! 阅读全文
posted @ 2022-04-28 09:11 ExpectoPatronum—S 阅读(18) 评论(0) 推荐(0) 编辑
摘要: dependencyManagement与dependencies区别 dependencyManagement里只是声明依赖,并不实现引入,因此子项目需要显式的声明需要用的依赖。如果不在子项目中声明依赖,是不会从父项目中继承下来的; 生效方式: 只有在子项目中写了该依赖项,并且没有指定具体版本,才 阅读全文
posted @ 2022-04-26 13:38 ExpectoPatronum—S 阅读(591) 评论(0) 推荐(0) 编辑