摘要: https://developer.baidu.com/article/details/3234203 阅读全文
posted @ 2024-11-06 19:45 xzlnuli 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000044488017?decode__1660=n4%2BxB7iti%3DH49Dmx05DIoxCq7I3GIAp6%3DXpeNQx 阅读全文
posted @ 2024-11-01 09:46 xzlnuli 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 查看这篇博客: https://www.cnblogs.com/wenxuehai/p/10371692.html 阅读全文
posted @ 2024-10-23 16:45 xzlnuli 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1、示例代码 private CloseableHttpClient createSslKeyClient(String keyStorePwd) throws KeyStoreException, CertificateException, NoSuchAlgorithmException, IO 阅读全文
posted @ 2024-10-12 10:11 xzlnuli 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 参考这篇博客:https://blog.csdn.net/m0_74356429/article/details/139968746 原因:若xml写道java代码中,是不会被打包进入target中的,需要配置下,兼容打包进入target 阅读全文
posted @ 2024-10-10 11:32 xzlnuli 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1、怎么查找对应关系 一般查找对应关系,可以去阅读下面的说明: 2、0.20.Release版本不存在的问题 如上图:根本不知道0.2.1.RELEASE对应的dubbo-spring-boot-start版本是多少,在maven仓库中根本没有这个版本 解释:这里需要我们点击这个版本,然后就会跳转到 阅读全文
posted @ 2024-09-26 15:29 xzlnuli 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1、添加配置jar包 <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>2.7.4.1</version> </dependency 阅读全文
posted @ 2024-09-26 15:18 xzlnuli 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 目录: 参考这篇博客,是一连串的博客 https://www.jb51.net/article/74477.htm 阅读全文
posted @ 2024-08-29 09:29 xzlnuli 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 目录 1,依赖jar包 <!--pdf依赖--> <dependency> <groupId>com.itextpdf.tool</groupId> <artifactId>xmlworker</artifactId> <version>5.5.11</version> </dependency> 阅读全文
posted @ 2024-08-27 11:25 xzlnuli 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 使用Kubernetes生成容器的多个实例可以通过以下步骤实现: 创建一个Kubernetes集群:首先,需要在云平台上创建一个Kubernetes集群,例如腾讯云的容器服务TKE。在TKE上,可以通过控制台或API创建一个Kubernetes集群,选择合适的地域、可用区、节点配置等。 编写容器镜像 阅读全文
posted @ 2024-08-23 13:26 xzlnuli 阅读(12) 评论(0) 推荐(0) 编辑