posts - 570,  comments - 96,  views - 171万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
01 2023 档案
使用XMLEncoder和XMLDecoder对xml进行序列化和反序列化
摘要:public class AAA { private String a; private String b; public String getA() { return a; } public void setA(String a) { this.a = a; } public String get 阅读全文
posted @ 2023-01-27 14:55 你不知道的浪漫 阅读(121) 评论(0) 推荐(0) 编辑
org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory Nested exception: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
摘要:dom4j的神秘bug,本地使用1.6.1改成1.1既可以了 <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> 改成 <depende 阅读全文
posted @ 2023-01-14 19:34 你不知道的浪漫 阅读(260) 评论(0) 推荐(0) 编辑
Freebsd
摘要:Problem root@freebsd13:~ # pkg-static install intellij Updating FreeBSD repository catalogue... FreeBSD repository is up to date. Updating ustc reposi 阅读全文
posted @ 2023-01-11 18:39 你不知道的浪漫 阅读(195) 评论(0) 推荐(0) 编辑

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