2011-12-28
google protobuf由于采用二进制打包,数据量很小,又支持主流的java,c,python语言,所以尤其适合于mobile客户端与服务器的通信。相对于xml,html,json等格式,有其独特优势。
下载:http://code.google.com/p/protobuf/downloads/list
解压后里面有个python目录。linux可以直接编译源码,对windows,可以将protoc.exe拷贝到python目录下,然后在cmd下,切换到该目录,执行python setup.py install
然后就可以用命令将proto文件编译成py:
protoc.exe –python_out=d:/test/ *.proto
示例:
完成测试test.proto
message TestMsg
{
required int32 id=1;
required int32 time=2;
optional string note=3;
}
protoc.exe –python_out=d:/test/ test.proto
#-*- coding:utf-8 -*-
import google.protobuf
import TestMsg_pb2
import time
#压缩
test = TestMsg_pb2()
test.id=1
test.time=int(time.time())
test.string="asdftest"
print test
test_str = test.SerializeToString()
print test_str
#解压
test1 = TestMsg_pb2()
test1.ParseFromString(test_str)
print test1
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿