码迷,mamicode.com
首页 >  
搜索关键字:packet    ( 1385个结果
java Network programming using socket(1)
Java supports stream-based communication and packet-based communication,and the first is universal. Create ServerSocket 1.Create ServerSocketServerSocket serverSocket=new ServerSocket(port);2.Listen...
分类:编程语言   时间:2015-05-24 11:43:09    阅读次数:257
Windows 命令积累
经常使用Windows基本不会去使用命令,然而,学习了Linux之后,发现原来在Windows一些命令使用起来感觉挺装逼的,下面就一些最基本的命令做个介绍。 1、Ping(Packet Internet Grope) Windows下的一个命令...
分类:Windows程序   时间:2015-05-23 22:49:39    阅读次数:179
Haproxy报ip address associated with VRID not present in received packet
查看haproxy日志时发现报以下错误May2313:48:45mcuKeepalived_vrrp[20755]:VRRP_Instance(VI_1)ignoringreceivedadvertisment...May2313:48:52mcuKeepalived_vrrp[20755]:ipaddressassociatedwithVRIDnotpresentinreceivedpacket:10.10.1.50May2313:48:52mcuKeepalived_vrrp[20..
分类:其他好文   时间:2015-05-23 18:47:17    阅读次数:181
TCP的三次握手与四次分手
TCP的位置TCP工作在网络OSI的七层模型中的第四层——Transport层,IP在第三层——Network层,ARP在第二层——Data Link层;在第二层上的数据,我们把它叫Frame,在第三层上的数据叫Packet,第四层的数据叫Segment。 数据从应用层发下来,会在每一层都会加上头部...
分类:其他好文   时间:2015-05-23 15:30:35    阅读次数:127
C语言中字符串数组的遍历和比较
/* The list of known types of default packet. */static char *_default_packet_types[] = { "ddos client quota", "ddos server quota", "blocked ports", "b...
分类:编程语言   时间:2015-05-22 14:44:06    阅读次数:184
POJ 3094
QuicksumTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 14812Accepted: 10322DescriptionA checksum is an algorithm that scans a packet of data...
分类:其他好文   时间:2015-05-21 17:07:27    阅读次数:111
数据导入报错 Got a packet bigger than‘max_allowed_packet’bytes
数据导入报错:Got a packet bigger than‘max_allowed_packet’bytes的问题2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf,需重启mysql 在 [...
分类:其他好文   时间:2015-05-21 12:23:09    阅读次数:93
nf_conntrack: table full, dropping packet解决方法
在添加magent代理后,做memcached测试的发现,如果并发很高,数据库的连接数居高不下,按理讲随着将key存入缓存中,连接数应该慢慢降下来才对,但是当并发低的时候却很正常。 由于在启动memcached时,加入了-vvv参数打印内部状态信息,查看日志: 29: going from conn_parse_cmd to conn_write 29: going from conn_wri...
分类:其他好文   时间:2015-05-21 10:57:43    阅读次数:140
mysql编译安装后各种常见错误集锦
1.ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0Tcpwarpper阻挡了,编辑/etc/hosts.allow,加上这两行...
分类:数据库   时间:2015-05-20 00:19:07    阅读次数:199
ERROR 1160 (08S01) : Got an error writing communication packets
应用程序端碰到错误提示,MySQLNonTransientConnectionException:Got an error writing communication packets。与packet有关,之前一直都没有碰到过这个问题。数据库error日志也未见半点异常,到底是怎么一回事呢?...
分类:其他好文   时间:2015-05-19 22:44:28    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!