码迷,mamicode.com
首页 >  
搜索关键字:received    ( 759个结果
《Cloud Native Infrastructure》CHAPTER 1(2)
Cloud Native Infrastructure “Cloud Native”是一个被市场过度解读的术语,但是它对于工程与管理来说仍然具有意义,对于我们,这是公有云提供商的技术演变史。 “Cloud native” is a loaded term. As much as it has bee ...
分类:其他好文   时间:2019-05-05 01:26:48    阅读次数:159
RabbitMQ指南之五:主题交换器(Topic Exchange)
原文:RabbitMQ指南之五:主题交换器(Topic Exchange) 在上一章中,我们完善了我们的日志系统,用direct交换器替换了fanout交换器,使得我们可以有选择性地接收消息。尽管如此,仍然还有限制:不能基于多个标准进行路由。在我们的日志系统中,我们可能不仅希望根据日志等级订阅日志,... ...
分类:其他好文   时间:2019-05-04 16:12:40    阅读次数:138
企业级工作流解决方案(九)--微服务Tcp消息传输模型之客户端处理
客户端启动 客户端启动主要做三件事情,1. 从配置文件读取服务调用配置,存储到全局对象中。2. 指定客户端编解码器工厂。3. 预连接,即预先建立与服务端的通信Chanel。 客户端全局Chanel设计 每一个服务连接创建一个TransportClient与之对应,存储在全局变量中private re ...
分类:其他好文   时间:2019-05-03 18:15:22    阅读次数:121
[转]Doing more with Outlook filter and SQL DASL syntax
本文转自:https://blogs.msdn.microsoft.com/andrewdelin/2005/05/10/doing-more-with-outlook-filter-and-sql-dasl-syntax/ When I returned from an overseas trip ...
分类:数据库   时间:2019-05-02 09:52:42    阅读次数:193
.NET Core 跨平台物联网开发:设置委托事件(二)
系列教程目录 (一) 连接阿里云IOT (二) 设置委托事件 (三) 上报属性 (四) SDK文档 属性、方法、委托、类 http://pan.whuanle.cn/index.php?dir=uploads/阿里云IOT/AliIOTXFclient-dll类库&response 下载三个库,头部 ...
分类:Web程序   时间:2019-05-01 18:32:53    阅读次数:286
Network POJ - 3417(LCA+dfs)
Yixght is a manager of the company called SzqNetwork(SN). Now she's very worried because she has just received a bad news which denotes that DxtNetwor ...
分类:Web程序   时间:2019-04-27 00:50:17    阅读次数:173
Cause: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 78,050,512 milliseconds ago.
今天访问已经架上服务器的网站,报错: 具体原理参考:https://blog.csdn.net/frankcheng5143/article/details/50589264 ...
分类:数据库   时间:2019-04-15 16:45:37    阅读次数:206
HttpClient Received an unexpected EOF or 0 bytes from the transport stream
请求https链接时报错,奇怪的是pc1正常,pc2异常 Unhandled Exception: System.AggregateException: One or more errors occurred. ( Received an unexpected EOF or 0 bytes from ...
分类:Web程序   时间:2019-04-14 12:31:14    阅读次数:312
CF24D Broken robot
题意 D. Broken robottime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou received as a gift a very ...
分类:其他好文   时间:2019-04-07 22:21:04    阅读次数:178
网络部分
1)如何查看本机所开端口: 用netstat -a —n命令查看!再stat下面有一些英文,我来简单说一下这些英文具体都代表什么 LISTEN:侦听来自远方的TCP端口的连接请求 SYN-SENT:再发送连接请求后等待匹配的连接请求 SYN-RECEIVED:再收到和发送一个连接请求后等待对方对连接 ...
分类:其他好文   时间:2019-03-27 17:10:11    阅读次数:308
759条   上一页 1 ... 15 16 17 18 19 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!