
Object
自驱
ALOHA HEJA HE
展开
-
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "desc"
1 直接给出两个解决方案 import java.io.IOException; public class SerializeTest { @Data static class User{ private String name; private String desc; } @Data @JsonIgnorePro...原创 2020-04-13 16:21:23 · 350 阅读 · 0 评论 -
Obejct--clone (44)
/** * Creates and returns a copy of this object. The precise meaning * of “copy” may depend on the class of the object. The general * intent is that, for any object {@code x}, the ex原创 2016-12-09 18:00:29 · 344 阅读 · 0 评论 -
Error: Could not find or load main class 修改二进制class文件后重新运行 出错
1 要修改的目标类 public class Test1 { public static void main(String[] args) { Test1 t1 = new Test1(); int result = t1.addNumber(3, 5); System.out.println("result is: "+res...原创 2018-11-28 17:15:03 · 1170 阅读 · 0 评论