A. BerstagramPolycarp recently signed up to a new social network Berstagram. He immediately published n posts there. He assigned numbers from 1 to n t ...
                            
                            
                                分类:
其他好文   时间:
2019-10-30 13:16:15   
                                阅读次数:
478
                             
                    
                        
                            
                            
                                server端页面显示: Received empty response from Zabbix Agent at [192.168.151.212]. Assuming that agent dropped connection because of access permission
agent端taif日志:Message from 192.168.151.220 is missing header. Message ignored.
                            
                            
                                分类:
其他好文   时间:
2019-10-29 17:08:58   
                                阅读次数:
232
                             
                    
                        
                            
                            
                                安装Query Rewrite Plugin 在MySQL的安装目录的share文件夹下,有两个文件用来安装和卸载Query Rewrite Plugin: 安装完成后,可以使用下面脚本查看功能是否启用: 演示Demo 1、插入重写规则 2、加载规则 3、测试重写: 可以发现SQL语句中的换行或空格 ...
                            
                            
                                分类:
数据库   时间:
2019-10-29 11:16:07   
                                阅读次数:
107
                             
                    
                        
                            
                            
                                    概述 本文主要对MSS相关的几个字段结合源码流程进行分析; 字段含义 user_mss(tcp_options_received)–用户配置的mss,优先级最高; mss_clamp(tcp_options_received)–对端通告的mss,即为对端能接受的最大mss,对端通告的mss与user ...
                            
                            
                                分类:
其他好文   时间:
2019-10-28 13:07:15   
                                阅读次数:
61
                             
                    
                        
                            
                            
                                TCP/IP协议栈 有限状态机FSM:Finite State Machine CLOSED 没有任何连接状态 LISTEN 侦听状态,等待来自远方TCP端口的连接请求 SYN SENT 在发送连接请求后,等待对方确认 SYN RECEIVED 在收到和发送一个连接请求后,等待对方确认 ESTABL ...
                            
                            
                                分类:
其他好文   时间:
2019-10-24 13:20:58   
                                阅读次数:
79
                             
                    
                        
                            
                            
                                1.在同级目录编辑app.js文件 文件内容如下 2.在同级目录编写Dockerfile文件 FROM node:7 ADD app.js /app.js ENTRYPOINT ["node", "app.js"] 3.运行Dockerfile文件 docker build -t kubia . ...
                            
                            
                                分类:
其他好文   时间:
2019-10-17 15:47:21   
                                阅读次数:
87
                             
                    
                        
                            
                            
                                    2019-10-14 关键字:C 语言的 UDP 编程与实例 UDP 连接是一种无连接的网络连接协议。 Linux 下的 UDP 编程的函数接口与 TCP 差不了多远。在 UDP 通信模型中,也是以 C/S 模型来通信的。 服务端的函数调用流程主要有以下几个: 1、socket() 2、bind() ...
                            
                            
                                分类:
系统相关   时间:
2019-10-14 23:46:32   
                                阅读次数:
135
                             
                    
                        
                            
                            
                                The status code is a 3-digit number: 1xx (Informational): Request received, server is continuing the process. 2xx (Success): The request was successfu ...
                            
                            
                                分类:
Web程序   时间:
2019-10-14 17:28:35   
                                阅读次数:
153
                             
                    
                        
                            
                            
                                在使用 Spring AMQP 发送消息到 RabbitMQ 的时候收到错误信息: inequivalent arg 'x-queue-type' for queue 'com.ossez.real.estate' in vhost '/': received none but current is ...
                            
                            
                                分类:
编程语言   时间:
2019-10-13 15:15:25   
                                阅读次数:
103
                             
                    
                        
                            
                            
                                Whats the difference between Pooled vs Unpooled and Direct vs Heap in ByteBuf? Like , what does pooled means in context of a message received , becaus ...
                            
                            
                                分类:
Web程序   时间:
2019-10-12 20:49:29   
                                阅读次数:
194