转自:https://www.cnblogs.com/dcb3688/p/4608063.html Magic Packet Magic Packet白皮书介绍: The basic technical details of Magic Packet Technologyare simple and ...
分类:
其他好文 时间:
2019-07-15 14:52:55
阅读次数:
180
从log日志中抓取错误信息,如下: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 月初生 ...
分类:
其他好文 时间:
2019-07-14 14:41:43
阅读次数:
98
wireshark本身提供很多过滤方法,常用的比如根据ip、mac、通信协议等方式来过滤报文。但我一直觉得下面描述的这种过滤方式十分好用,灵活、简便且适用范围广。 这种方式可以过滤报文中的任何一个字节,以dhcp报文为例: 我只想统计discover报文数量,那就针对packet type这一个字段 ...
分类:
其他好文 时间:
2019-07-06 13:39:02
阅读次数:
350
思科官方的模拟软件:cisco packet tracer 网卡端口类型: Ethernet(以太网) 十兆 FastEthernet 百兆 GigabitEthernet 千兆 交换机的端口默认都是关闭的,插网线时,端口自动开/调试 PT灯颜色分类(端口状态): 绿色 仅代表该端口开启,不代表端口 ...
分类:
其他好文 时间:
2019-07-06 00:27:07
阅读次数:
189
1:当前默认配置 mysql> show VARIABLES like '%max_allowed_packet%';+ + +| Variable_name | Value |+ + +| max_allowed_packet | 4194304 || slave_max_allowed_pack ...
分类:
数据库 时间:
2019-07-05 09:45:11
阅读次数:
148
在链接数据库的时候,报错如下: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 上网查,一 ...
分类:
其他好文 时间:
2019-07-02 10:52:41
阅读次数:
75
max_allowed_packet指的是服务器接收的包的大小,该值设置过小,可能导致数据写入失败,通常可以通过修改my.cnf或者在命令行通过set max_allowed_packet来实现。 但是在实际情况中,我们很多时候会遇到这样的一种情况:通过各种方式设置了max_allowed_pack ...
分类:
数据库 时间:
2019-07-01 10:30:01
阅读次数:
108
计算机网络小常识 Tags :课程 [toc] asd + 丢包:指一个或多个数据包(packet)的数据无法透过网络到达目的地,丢失一些信息 + 掉帧:帧数就是在1秒钟时间里传输的图片的量, 每一帧都是静止的图象 ,快速连续地显示帧便形成了运动的假象。高的帧率可以得到更流畅、更逼真的动画。每秒钟帧 ...
分类:
其他好文 时间:
2019-06-30 19:10:10
阅读次数:
111
总览 #include <sys/socket.h> #include <linux/x25.h> x25_socket = socket(PF_X25, SOCK_SEQPACKET, 0); 描述 X25 sockets 为 X.25 数据包层协议(packet layer protocol)提 ...
分类:
其他好文 时间:
2019-06-28 14:26:18
阅读次数:
121
5.6.16-log导出、5.5.47-log导入 `addtime` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '记录生产时间', 需要修改为: `addtime` datetime DEFAULT NULL COMMENT '记录生产时间', SELE ...
分类:
数据库 时间:
2019-06-27 16:19:40
阅读次数:
154