随笔 - 70, 文章 - 0, 评论 - 9, 引用 - 0
数据加载中……

数据

sqlite命令

posted @ 2011-01-28 12:04 seahouse 阅读(341) | 评论 (0)  编辑

Protocol Buffers (协议缓冲) 之 Language Guide
     摘要: Protocol Buffers (协议缓冲) 之 Language Guide

http://code.google.com/intl/zh-CN/apis/protocolbuffers/docs/proto.html#updating

protoc.exe -I=/e/workspace/test/qt/test2/ --cpp_out=/e/workspace/test/qt/test2/ /e/workspace/test/qt/test2/protobuf/personalmain/LPersonalMainCategory.proto  阅读全文

posted @ 2011-01-26 09:19 seahouse 阅读(1362) | 评论 (1)  编辑

Protocol Buffers (协议缓冲) 简单使用
     摘要: protoc -I=$SRC_DIR --cpp_out=$DST_DIR $SRC_DIR/addressbook.proto
  阅读全文

posted @ 2011-01-24 09:27 seahouse 阅读(2201) | 评论 (0)  编辑

Protocol Buffers (协议缓冲) 介绍及安装
     摘要: Protocol Buffers是Google公司开发的一种数据描述语言,类似于XML能够将结构化数据序列化,可用于数据存储、通信协议等方面。现阶段支

持C++、JAVA、Python等三种编程语言。

它是一种二进制的格式,比使用 xml 进行数据交换快许多。可以把它用于分布式应用之间的数据通信或者异构环境下的数据交换。


http://code.google.com/intl/zh-CN/apis/protocolbuffers/docs/overview.html (介绍)
http://code.google.com/p/protobuf/downloads/list (下载)
  阅读全文

posted @ 2011-01-20 09:20 seahouse 阅读(3394) | 评论 (0)  编辑