
【protobuf】
protobuf库。
paradox_1_0
自由、努力、向上。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
baidu-brpc学习之文件传输实例编写
file.proto// Licensed to the Apache Software Foundation (ASF) under one// or more contributor license agreements. See the NOTICE file// distributed with this work for additional information// r...原创 2019-11-30 18:27:52 · 1073 阅读 · 3 评论 -
基于protobuf service使用的rpc入门教程
https://blog.youkuaiyun.com/nk_test/article/details/72682780转载 2019-08-08 21:29:07 · 976 阅读 · 0 评论 -
protobuf简单介绍和ubuntu 16.04环境下安装
https://blog.youkuaiyun.com/kdchxue/article/details/81046192转载 2019-08-09 11:17:15 · 154 阅读 · 0 评论 -
基于protobuf-rpc的简单echo server实现
1.源码目录结构: 2.编译运行:protobuf库的编译安装:$ sudo apt-get install autoconf automake libtool curl make g++ unzip//如果需要编译成指定版本只需要切换分支即可$ git clone https://github.com/google/proto...原创 2019-08-13 11:24:05 · 197 阅读 · 0 评论