码迷,mamicode.com
首页 >  
搜索关键字:packet tracer    ( 1425个结果
cocos2d-x 不能在android真机debug的问题
最近在做cocos2d-x开发的时候,发现在android真机上不能调试C++代码,显示如下警告信息Ignoring packet error, continuing...warning: unrecognized item "timeout" in "qSupported" response经过....
分类:移动开发   时间:2015-05-27 15:20:18    阅读次数:252
Android性能优化Google课程翻译一:Memory
Android内存性能优化,如何检测内存泄露。Memory monitor、Heap Viewer、Allocation tracer工具的特色与使用场景。...
分类:移动开发   时间:2015-05-27 07:26:38    阅读次数:225
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!