java transient与注解@Transient
Java 关键字transient与注解@Transient的区别用途解析
在Java中,transient 是一个关键字,用于声明一个字段不会被序列化。当一个对象被序列化时,被声明为 transient 的字段将不会被保存到序列化的结果中[详细]
2025-05-28 10:27 分类:开发Resources for learning how to better read code
I recently inherited a large codebase and am having to read it.The thing is, I\'ve usually been the dev starting a project.As a result, I don\'t have a lot of experience reading code.[详细]
2022-12-29 02:25 分类:问答