java
hezuchao
这个作者很懒,什么都没留下…
展开
-
Log4j2安全漏洞
Log4j2版本2以上安全漏洞,受影响版本2.0 ≤ Apache Log4j <= 2.14.1原创 2021-12-10 15:30:32 · 917 阅读 · 0 评论 -
XStream之CannotResolveClassException的问题
String str = "<People><Age>11</Age><Name>何</Name></People>" XStream xStream = new XStream(); xStream.autodetectAnnotations(true); //xStream.toXml(new People()); ...原创 2019-03-20 17:43:29 · 7928 阅读 · 2 评论