摘要: 本文是该文章的后续(https://www.cnblogs.com/Binhua-Liu/p/5577622.html),该文章介绍了在ProtoBuf上再加一层Header从来归避ProtoBuf在Netty框架下只能有一有对象的局限。 在蘑菇街开源的TeamTalk中,也是加了一个Header, 阅读全文
posted @ 2018-06-23 11:00 imzywj 阅读(201) 评论(0) 推荐(0)
摘要: 《Thinking in Java》说: 1. The storage allocated for the object is initialized to binary zero before anything elsehappens.2. The base-class constructors 阅读全文
posted @ 2018-06-11 17:27 imzywj 阅读(93) 评论(0) 推荐(0)
摘要: 《Thinking in Java》说: Because the inner-class constructor must attach to a reference of the enclosing class object,things are slightly complicated when 阅读全文
posted @ 2018-06-08 16:54 imzywj 阅读(175) 评论(0) 推荐(0)