摘要:
package test_namespace;message ChildMsg { optional string child = 1;}message FatherMsg { optional string father = 1; optional ChildMs... 阅读全文
posted @ 2015-01-08 16:24
helloweworld
阅读(1124)
评论(0)
推荐(1)
摘要:
package pkg_flag; // message service的命名空间, 小写message MsgFlag { // MsgFlag是一个类, 驼峰 ... 阅读全文
posted @ 2015-01-08 16:14
helloweworld
阅读(362)
评论(0)
推荐(0)