摘要: public class SortTest { private static final List<String> technologyOrder = new ArrayList<>(); private static final List<Student> students = new Array 阅读全文
posted @ 2023-06-20 14:17 郑某人1 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/feyehong/article/details/114551178 阅读全文
posted @ 2023-06-07 10:25 郑某人1 阅读(3) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM sys_logininfor WHERE date_trunc('day',access_time) = to_timestamp('2023-06-05 10:10:10','yyyy-mm-dd'); -- 2023-01-01 00:00:00+00 2023-06 阅读全文
posted @ 2023-06-07 10:24 郑某人1 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 官网地址:https://docs.spring.io/spring-cloud-gateway/docs/2.2.9.RELEASE/reference/html/#writing-custom-route-predicate-factories 参考地址:https://blog.csdn.ne 阅读全文
posted @ 2023-06-02 14:42 郑某人1 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 地址:https://www.cnblogs.com/haolb123/p/16628464.html 创建:postgre docker pull postgres:14.5 docker run --name postgres --restart=always -e POSTGRES_PASSW 阅读全文
posted @ 2023-06-02 09:50 郑某人1 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_67778103/article/details/123384914 https://blog.csdn.net/zhang33565417/article/details/122012459?ops_request_misc=%257B%2522r 阅读全文
posted @ 2023-04-28 16:58 郑某人1 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 一、在线音频mp3测试地址http://music.163.com/song/media/outer/url?id=447925558.mp3https://www.cambridgeenglish.org/images/153149-movers-sample-listening-test-vol 阅读全文
posted @ 2023-04-25 13:38 郑某人1 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 1. 版本需求: 依赖版本: <spring.boot.version>2.6.11</spring.boot.version> <spring-cloud.version>2021.0.4</spring-cloud.version> <com-alibaba-cloud.version>2021 阅读全文
posted @ 2023-04-24 09:36 郑某人1 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 1.添加jar包 <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.14.3</version> </dependency> 2.测试 public static void main 阅读全文
posted @ 2023-04-21 16:23 郑某人1 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 4 种不生效的 Case: https://mp.weixin.qq.com/s/APhxZ7ddmU8d9SEOr4w-iQ事务的使用:https://www.jianshu.com/p/befc2d73e487 阅读全文
posted @ 2022-08-19 09:56 郑某人1 阅读(14) 评论(0) 推荐(0) 编辑