- 博客(4)
- 收藏
- 关注
原创 Jenkins安装.配置
Index of /jenkins/redhat-stable/ | 清华大学开源软件镜像站,致力于为国内和校内用户提供高质量的开源软件镜像、Linux 镜像源服务,帮助用户更方便地获取开源软件。Index of /jenkins/redhat-stable/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror。注意Jenkins兼容的JDK版本,新版本需要JDK11。找到如下配置项,配置服务器对应的Jdk路径。分别对应[启动] [停止] [状态]
2023-08-29 09:13:27 267 1
原创 List的stream().sorted(...)排序
list = list.stream().sorted(Comparator.comparing(MessagePageResponse::getLastMessageCreated,Comparator.nullsLast(Date :: compareTo)).reversed()).collect(Collectors.toList());
2021-06-01 15:25:32 1746
原创 Java FastJson格式配置
// fastJson序列化配置 userCode => user_codeSerializeConfig serializeConfig = new SerializeConfig();serializeConfig.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;String json = JSON.toJSONString(pushDTO, serializeConfig);...
2021-05-13 18:38:03 509
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人