上一页 1 2 3 4 5 6 7 8 ··· 50 下一页
摘要: transmittable-thread-local 使用说明, 解决父子线程之间的值传递 https://blog.csdn.net/weixin_38336658/article/details/105914390 阅读全文
posted @ 2022-10-11 09:30 1161588342 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/WangKing_CN/article/details/122664549 阅读全文
posted @ 2022-09-19 10:41 1161588342 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 引入依赖jar <dependency> <groupId>com.drewnoakes</groupId> <artifactId>metadata-extractor</artifactId> <version>2.8.1</version> </dependency> 编写测试类 packag 阅读全文
posted @ 2022-09-19 09:08 1161588342 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 0. 添加war 1. 排除内置Tomcat <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusi 阅读全文
posted @ 2022-09-16 20:48 1161588342 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 参考 https://www.csdn.net/tags/Ntzacg5sNzc1My1ibG9n.html 阅读全文
posted @ 2022-09-15 09:12 1161588342 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 场景,获取动态的处理类, 然后调用对应的方法,动态参数 @Test public void test() { String nameHandler = "personCardUpdateHandler"; HpScPersonPO hpScPersonPO = new HpScPersonPO(); 阅读全文
posted @ 2022-08-08 09:28 1161588342 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/0e7c151b8565 第一种方法,添加系统中文字体(宋体): root@dragon-virtual-machine:~# cd /usr/share/fonts root@dragon-virtual-machine:/usr/sha 阅读全文
posted @ 2022-07-21 17:54 1161588342 阅读(587) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <configuration debug="true"> <!--定义日志文件的存储地址 勿在 LogBack 的配置中使用相对路径 --> <property name="LOG_HOME" value="/usr/lo 阅读全文
posted @ 2022-07-19 17:02 1161588342 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/HD243608836/article/details/116239908 package net.hp.exception; import net.hp.common.utils.R; import org.slf4j.Logger; import 阅读全文
posted @ 2022-07-19 16:42 1161588342 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 参考:https://zhuanlan.zhihu.com/p/81672530 下载官网 http://www.angusj.com/resourcehacker/#download 阅读全文
posted @ 2022-06-16 14:18 1161588342 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 50 下一页