http://blog.csdn.net/cynhafa/article/details/19676865: The last packet successfully received from the server was 222,794,988 milliseconds ago. The las...
分类:
数据库 时间:
2014-10-20 09:47:47
阅读次数:
295
session.BeginDataAccess(); if (session.GotoFirstSource()){ do{ RTPPacket *packet; while ((packet = session.GetNextPacket()) != 0){ ...
分类:
其他好文 时间:
2014-10-19 17:04:28
阅读次数:
1156
前段时间出差在现场开发的时候,导入数据库老是出问题。最后发现了一个神奇sql语句交给实施,只要导入出错就把如下语句执行就可以了。至今屡试不爽。
set global max_allowed_packet=100 000 000;
set global net_buffer_length=100000;
SET GLOBAL interactive_timeout=28800 000;
...
分类:
数据库 时间:
2014-10-17 15:33:47
阅读次数:
187
五:数据的接收和发送 1、 发送过程: 应用发送数据时调用接口 rtp_session_send_with_ts 完成。参数为会话句柄,数据缓冲区地址,数据长度以及应用当前的时间戳。在该接口中,会先调用 rtp_session_create_packet 接口,根据缓冲区地址及数据长度,构造一个新的...
分类:
其他好文 时间:
2014-10-16 21:19:13
阅读次数:
750
dpdk.orgWhat it isIntel® DPDK is a set of libraries and drivers for fast packet processing on x86 platforms. It runs mostly in Linux userland.This pro...
分类:
其他好文 时间:
2014-10-11 14:08:05
阅读次数:
266
winpcap和libpcap winpcap windows packet capture WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network ...
通信信息包是发送至MySQL服务器的单个SQL语句,或发送至客户端的单一行。当MySQL客户端或mysqld服务器收到大于max_allowed_packet字节的信息包时,将发出“信息包过大”错误,并关闭连接。对于某些客户端,如果通信信息包过大,在执行查询期间,可能会遇到“丢失与MySQL服务器的...
分类:
其他好文 时间:
2014-10-08 15:20:45
阅读次数:
138
由于pptp要用到NAT,但是默认的Linaro内核是不支持的,首先要配置内核支持NAT和PPP,具体的配置如下:[*] Networking support —> Networking options —> [*] Network packet filtering framework (Netfi...
分类:
其他好文 时间:
2014-10-04 16:11:46
阅读次数:
182
1. ps------process status2. tty-----teletype3. ping----packet internet groper4. nohup-----no hangup5. su-------switch user6. df--------disk free7. cat...
分类:
其他好文 时间:
2014-10-03 18:06:44
阅读次数:
308
1、二层交换机配置1、VTP学生宿舍/教学Switch(config)#vtpdomainYeyuPeiSwitch(config)#vtpmodeclient2、接口划入vlan学生宿舍Switch(config)#interfacefastEthernet0/1Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan10Switch(config-if)spann..
分类:
其他好文 时间:
2014-10-03 15:41:25
阅读次数:
433