sens,sent=feel present 存在的 presence 出席 represent 代表 representative 代表人 consent 所有人都感觉到的 v同意 答应 dissent v反对, 抗议 resent 厌恶 反感 essential substitute impor ...
分类:
其他好文 时间:
2020-03-01 10:37:38
阅读次数:
103
一、三次握手图 第一次握手 客户端向服务器发出连接请求报文,这时报文首部中的同部位SYN=1,同时随机生成初始序列号 seq=x,此时,TCP客户端进程进入了 SYN-SENT(同步已发送状态)状 态。TCP规定,SYN报文段(SYN=1的报文段)不能携带数据,但需要消耗掉一个序号。这个三次握手中的 ...
分类:
其他好文 时间:
2020-02-06 10:42:48
阅读次数:
90
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds a ...
分类:
数据库 时间:
2020-02-04 11:05:13
阅读次数:
91
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.Native ...
分类:
其他好文 时间:
2020-01-25 18:17:32
阅读次数:
135
程序简介 通过分析nginx日志,统计出nginx流量(统计nginx日志中 $body_bytes_sent 字段),能自定义时间间隔,默认时间间隔为5分钟,单位为分钟。 输出结果 开始时间结束时间分割线统计流量 2019-11-23 03:26:00 2019-11-23 04:26:00 < ...
分类:
其他好文 时间:
2020-01-16 19:19:23
阅读次数:
373
#Java#Spring#WebFlux#WebClient#Reactor#EventSource# 页面EeventSource如何接收SSE推送的数据 讲解: https://www.bilibili.com/video/av82416469/ WebfluxServerApplication ...
分类:
Web程序 时间:
2020-01-08 12:19:00
阅读次数:
72
#编程#入门#java#spring#webflux#SSE#reactor# SSE和Websocket区别 视频讲解: https://www.bilibili.com/video/av82133200/ WebfluxServerApplication.java package com.exa ...
分类:
Web程序 时间:
2020-01-06 19:26:16
阅读次数:
89
一:作用 Ngx_http_log_module:定义日志格式,并且以指定的格式保存。 二:示例配置 log_format compression '$remote_addr - $remote_user [$time_local] ' '"$request" $status $bytes_sent... ...
分类:
其他好文 时间:
2020-01-05 17:12:27
阅读次数:
87
问题描述:因为objc是动态语言,对象的类型在运行时才会被确认,所以很容易出现一个定义为NSString类型的变量,在运行时的类型变成了NSNull,从而导致如下错误出现:-[NSNull stringByAppendingFormat:]: unrecognized selector sent t ...
分类:
其他好文 时间:
2019-12-30 17:10:07
阅读次数:
125
参数详细解释: Sample#:编号类似id Start Time:开始时间 Thread Name:线程名称 Label:请求名称 Sample Time:取样时间ms Status:状态 Bytes:接受字节数 Sent Bytes:发送字节数 Latency:等待时间 Connect Time ...
分类:
其他好文 时间:
2019-12-30 17:09:49
阅读次数:
280