Protocol Buffer
AI炼金师阿码
快人两步,吃透AI落地实战!
把大数据+知识库+大模型炼成赚钱工具:智能客服、知识问答、数据分析自动化...
Java/Python双刀流,K8s/Docker集群部署踩坑10年。
公众号:元气椰子(获取最新技术落地方案)
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ProtoBuf 常用序列化/反序列化API
source : http://blog.youkuaiyun.com/sealyao/article/details/69402451、C数组的序列化和反序列化API[cpp] view plaincopy//C数组的序列化和序列化API bool ParseFromArray(const void* data, int size); bool Serialize原创 2013-06-13 19:31:19 · 1068 阅读 · 0 评论 -
google protocol buffer (C++,Java序列化使用实例)
source: http://blog.youkuaiyun.com/eclipser1987/article/details/8525383转载,请注明出处: http://blog.youkuaiyun.com/eclipser1987/article/details/8525383 (eclipser@163.com)1.下载安装:google protocol buffe原创 2013-06-07 22:53:44 · 1154 阅读 · 0 评论 -
Linux下protobuf-c的安装
source: http://www.ccvita.com/507.html前言最近需要用到Google出的Protocol Buffer来做一些服务相互之间的通讯,由于Protocol Buffer原生没有对C的支持,只能使用protobuf-c这个第三方库,加上网上也没有完整的安装方式,就记录下来了。Protocol Buffer是什么?Protocol Buf原创 2013-06-07 22:42:11 · 1579 阅读 · 0 评论 -
linux下安装protobuf教程+示例(详细)
source: http://www.cppblog.com/colorful/archive/2012/05/05/173761.html1 在网站 http://code.google.com/p/protobuf/downloads/list上可以下载 Protobuf 的源代码。然后解压编译安装便可以使用它了。安装步骤如下所示: tar -xzf p转载 2013-06-07 10:50:38 · 1559 阅读 · 0 评论 -
arm-linux-gcc-4.4.3交叉编译google的protobuf。以及使用方法
source : http://hi.baidu.com/guccang/item/9205cbe25c3a1c03570f1dfb一:本机环境:Ubuntu64位操作系统uname -a 查询操作系统:Ubuntu 64位操作系统交叉编译器:arm-linux-gcc-4.4.3google protobuf:protobuf-2.4.1结果,原创 2013-06-07 22:52:07 · 7645 阅读 · 3 评论 -
protobuf 与xml,还有json
source : http://www.xue5.com/Developer/Software/689184.html 在网络之间传递可读性强的数据,有xml,还有json。相比之下,json比xml要好。但是他们有个弊端,传递的数据是可读的,也就是没有加密,使用网络抓包工具立马可以抓到what you send and what you receive,那么怎么才能传递加密了的jso原创 2013-06-07 22:28:33 · 3256 阅读 · 0 评论 -
Google的Protobuf安装及使用笔记
source : http://www.cnblogs.com/coderyoyo/archive/2011/08/23/google_protobuf_tutorial.html一、下载及安装protobuf项目主页:http://code.google.com/p/protobuf/下载:http://code.google.com/p/protobuf/downloa转载 2013-06-07 09:19:43 · 940 阅读 · 0 评论 -
Protocol Buffers
source: http://code.google.com/p/protobuf/Protocol BuffersWhat is it?Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffer转载 2013-06-07 07:42:42 · 854 阅读 · 0 评论 -
Protocol Buffers C++ API
source : https://developers.google.com/protocol-buffers/docs/reference/cpp/indexC++ APIPackagesgoogle::protobufCore components of the Protocol Buffers runtime library.转载 2013-06-07 08:10:46 · 1430 阅读 · 0 评论 -
Protocol Buffer Basics: C++
source: https://developers.google.com/protocol-buffers/docs/cpptutorialProtocol Buffer Basics: C++This tutorial provides a basic C++ programmer's introduction to working with protocol buffer转载 2013-06-06 22:39:54 · 995 阅读 · 0 评论 -
交叉编译 google protobuf
source: http://blog.youkuaiyun.com/yuezhiren/article/details/8094755 文章记录了交叉编译google protobuf 的整个过程。build 环境: OS/hardware-platform : Linux ubuntu 3.2.0-32-generic-pae #51-Ubuntu SMP转载 2013-06-07 15:50:56 · 1793 阅读 · 0 评论
分享