PPP协议简介 点到点协议(Point-to-Point Protocol,PPP)提供了一种在点到点链路上封装网络层协议信息的标准方法。PPP 最初设计是为两个对等节点之间的 IP 流量传输提供一种封装协议,在 TCP-IP 协议集中它是一种用来同步调制连接的数据链路层协议(OSI模式中的第二层) ...
分类:
其他好文 时间:
2020-03-31 23:08:50
阅读次数:
89
https://www.ibm.com/developerworks/cn/linux/l-cn-kernelmodules/index.html 解决方法 https://blog.csdn.net/hbcbgcx/article/details/88192223 http://blog.chin ...
分类:
系统相关 时间:
2020-03-30 16:18:54
阅读次数:
102
实践三 网络嗅探与协议分析 验收 (1)编写简单网络抓包工具 Winpcap是一个强大的网络开发库,可以实现许多功能:获取可用的网络适配器;获取指定适配器信息(比如名称和描述信息);捕获指定网卡的数据封包;发送数据封包;过滤捕获的包以获取特定包等。 Winpcap主要包含packet.dll与wpc ...
分类:
其他好文 时间:
2020-03-29 17:53:32
阅读次数:
100
When they are in balance, there is real visual magic. ...
分类:
其他好文 时间:
2020-03-29 01:14:35
阅读次数:
165
记住:永远使用 :binlog_format=row 记住:尽量使max_allowed_packet大,如:max_allowed_packet=32M:sets max size of any single message between the MySQL server and clients ...
分类:
数据库 时间:
2020-03-25 21:19:38
阅读次数:
95
进入mysql server 在mysql 命令行中运行 set global max_allowed_packet = 1048576*500 退出mysql命令行,然后重新登录。 show VARIABLES like '%max_allowed_packet%'; 查看下max_allowed ...
分类:
数据库 时间:
2020-03-21 14:56:28
阅读次数:
81
运行项目时,在登录页面输入账号密码后,控制台报数据库错误,排查了好久发现数据库的账号密码写错了,改正后就可以了。 之后又报数据库初始化错误: 1 init datasource error 2 The last packet sent successfully to the server was 0 ...
分类:
数据库 时间:
2020-03-21 14:49:27
阅读次数:
144
现象: 程序会不定时的出现连接错误,问题bug的异常信息如下: The last packet successfully received from the server was 116 milliseconds ago. The last packet sent successfully to t ...
分类:
编程语言 时间:
2020-03-17 21:17:43
阅读次数:
82
Dissecting the Disruptor: What's so special about a ring buffer? Trisha's Ramblings: Dissecting the Disruptor: Why it's so fast (part one) - Locks Are ...
分类:
其他好文 时间:
2020-03-14 15:06:15
阅读次数:
70
安装软件命令: apt get install [packet name] 如:安装StartDict(国外知名的字典框架) apt get install startdict ( 安装startdict下所有的) 更新软件: 可以通过再次安装覆盖 删除软件命令: apt get remove [p ...
分类:
其他好文 时间:
2020-03-07 09:31:24
阅读次数:
55