03 2022 档案

该文被密码保护。
posted @ 2022-03-23 00:53 JaxYoun 阅读(0) 评论(0) 推荐(0) 编辑
摘要:/** * 日期格式 */ public interface Pattern { String HHMMSS = "HHmmss"; String HH_MM_SS = "HH:mm:ss"; String HH_MM = "HH:mm"; String YYYY = "yyyy"; String 阅读全文
posted @ 2022-03-20 23:14 JaxYoun 阅读(1959) 评论(0) 推荐(0) 编辑
摘要:新建一个SpringBoot web项目 启用jackson的xml依赖(SpringBoot已经做好了版本适配,故不需要声明版本号) <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jacks 阅读全文
posted @ 2022-03-16 00:25 JaxYoun 阅读(2525) 评论(0) 推荐(0) 编辑
摘要:SpringRestTemplate常用方法汇总 一、简介 现如今的 IT 项目,由服务端向外发起网络请求的场景,基本上处处可见! 传统情况下,在服务端代码里访问 http 服务时,我们一般会使用 JDK 的 HttpURLConnection 或者 Apache 的 HttpClient,不过这种 阅读全文
posted @ 2022-03-08 23:06 JaxYoun 阅读(215) 评论(0) 推荐(0) 编辑
摘要:SkyWalking 一、主程序 到官网下载SkyWalking主程序 https://dlcdn.apache.org/skywalking/8.9.1/apache-skywalking-apm-8.9.1.tar.gz 解压,其中webapp目录为web-ui位置,可以在其中的skywalki 阅读全文
posted @ 2022-03-03 23:46 JaxYoun 阅读(472) 评论(0) 推荐(0) 编辑
摘要:@Inherited是一个标记性注解,用于修饰用户自定义的注解类,作用是标记自定义注解被打在业务类上后,能不能被业务类通过继承关系传递下去。 在类继承关系中:子类会继承获得父类上的那些被@Inherited修饰的注解。 在接口继承关系中:子接口不能继承父接口中的任何注解,不管父接口上使用的注解有没有 阅读全文
posted @ 2022-03-02 00:57 JaxYoun 阅读(1006) 评论(0) 推荐(0) 编辑
摘要:maven GAV(1.4.11.1版本才兼容): <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.4.11.1</version> </depe 阅读全文
posted @ 2022-03-01 11:25 JaxYoun 阅读(55) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示