04 2023 档案
使用Maven插件jaxb2-maven-plugin,xml生成JavaBean
摘要:1、使用 trang.jar生成xsd文件 java -jar trang.jar test.xml test.xsd tarng.jar下载链接:https://note.youdao.com/s/7qYsVXtQ 2、使用maven插件生成实体 在pom.xml文件中添加以下配置即可: <bui 阅读全文
posted @ 2023-04-25 09:50 小胡桐 阅读(889) 评论(0) 推荐(0)
Lz4 解压缩工具类
摘要:1、引入依赖 <dependency> <groupId>org.lz4</groupId> <artifactId>lz4-java</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> 2、工具类 p 阅读全文
posted @ 2023-04-07 17:23 小胡桐 阅读(3533) 评论(0) 推荐(0)