Tekka

导航

 

2015年6月3日

摘要: 【struct】1、五个方法。 2、Struct类。 阅读全文
posted @ 2015-06-03 12:31 Tekka 阅读(168) 评论(0) 推荐(0) 编辑
 
摘要: 【Format Characters】 A format character may be preceded by an integral repeat count. For example, the format string '4h' means exactly the same as '... 阅读全文
posted @ 2015-06-03 12:29 Tekka 阅读(173) 评论(0) 推荐(0) 编辑
 
摘要: 【Byte Order, Size, and Alignment】 By default, C types are represented in the machine’s native format and byte order, and properly aligned by skipping... 阅读全文
posted @ 2015-06-03 11:08 Tekka 阅读(296) 评论(0) 推荐(0) 编辑
 
摘要: 【TProtocol】 protocol提供抽象的写入与读取的方法。 1、消息(Message)的读写。消息就是一个完整的包。name一般是方法名,如get(),则name为"get"。 ttype是TMessageTYpe消息类型,指明是调用(call)、还是回复(reply)、或是... 阅读全文
posted @ 2015-06-03 10:20 Tekka 阅读(1170) 评论(0) 推荐(0) 编辑