码迷,mamicode.com
首页 >  
搜索关键字:protobuf 异步通讯 数据缓冲    ( 1172个结果
Protobuf
主要分2种 P1:Google.Protobuf:分v2和v3; V3的类型对照表,地址见这里 V2的类型对照表,见这里 V3的用法 1、NET4.5的项目,安装Nuget包<Google.Protobuf>和<Google.Protobuf.Tools> 2、编写proto文件,类型参照上文定义; ...
分类:其他好文   时间:2019-08-14 16:41:46    阅读次数:91
Boost库进程通信
https://github.com/bakkot/unix-socket-protobuf/tree/master/CPP/src https://github.com/bakkot/unix-socket-protobuf/blob/master/CPP/src/server_sync.cc ...
分类:系统相关   时间:2019-08-13 15:52:46    阅读次数:133
protobuf使用
一、protobuf环境搭建 Github 地址: https://github.com/protocolbuffers/protobuf 然后进入下载页 https://github.com/protocolbuffers/protobuf/releases 下载系统对应版本编译器 我这里使用的是 ...
分类:其他好文   时间:2019-08-10 21:47:45    阅读次数:529
Netty集成Protobuf与多协议消息传递
一、创建Personproto.proto 创建Personproto.proto文件 2、重新生成 D:\workspace\study\basic\netty_demo>protoc --java_out=src/main/java src/protobuf/Person.proto 二、创建N ...
分类:Web程序   时间:2019-08-10 21:39:10    阅读次数:194
activemq
(1)消息中间件可以做什么:应用解耦,异步通讯,流量削峰 应用解耦:没有使用消息中间件之前是A应用要和B应用,C应用通讯,一般采用http接口方式,这时A和B,C是耦合的。采用消息中间件后,A,B,C只和消息中间件通讯,实现了应用之间的解耦 异步通讯:对于非主要业务的逻辑可以采用发送消息的方式 流量 ...
分类:其他好文   时间:2019-08-08 13:24:33    阅读次数:83
Protobuf(一)——Protobuf简介
Protobuf简介 ? 什么是 Google Protocol Buffer? 假如您在网上搜索,应该会得到类似这样的文字介绍: ? Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,目前已经正在使用的有超过 48,162 种报 ...
分类:其他好文   时间:2019-08-03 10:47:09    阅读次数:141
游戏game
1.log4cxx 日志 2.protobuf 数据交互(类似json 3.boost.asio 网络库 4.boost.python 脚本支持 5.语法树 + c++处理excel资源 ...
分类:其他好文   时间:2019-07-26 11:59:45    阅读次数:136
Netty使用Google Protocol Buffer完成服务器高性能数据传输
一、什么是Google Protocol Buffer( "protobuf官方网站" ) 下面是官网给的解释: Protocol buffers are a language neutral, platform neutral extensible mechanism for serializin ...
分类:Web程序   时间:2019-07-20 00:22:05    阅读次数:148
记一次protobuf和hbase自带protobuf版本冲突的解决
使用protobuf生产模板代码,使用的版本是: hbase的版本是:1.2.1-cdh5.1.4.0 如果打印maven依赖树的话,可以看到hbase的protobuf版本是2.5.0 这种情况下打包不会报错,但是一旦运行就会出错: 那么应该咱么解决? 答案是想办法向下兼容~ , 就是保留高版本, ...
分类:其他好文   时间:2019-07-02 19:08:44    阅读次数:174
1172条   上一页 1 ... 16 17 18 19 20 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!