最近在做cocos2d-x开发的时候,发现在android真机上不能调试C++代码,显示如下警告信息Ignoring packet error, continuing...warning: unrecognized item "timeout" in "qSupported" response经过....
分类:
移动开发 时间:
2015-05-27 15:20:18
阅读次数:
252
Android内存性能优化,如何检测内存泄露。Memory monitor、Heap Viewer、Allocation tracer工具的特色与使用场景。...
分类:
移动开发 时间:
2015-05-27 07:26:38
阅读次数:
225
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基本不会去使用命令,然而,学习了Linux之后,发现原来在Windows一些命令使用起来感觉挺装逼的,下面就一些最基本的命令做个介绍。 1、Ping(Packet Internet Grope) Windows下的一个命令...
查看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工作在网络OSI的七层模型中的第四层——Transport层,IP在第三层——Network层,ARP在第二层——Data Link层;在第二层上的数据,我们把它叫Frame,在第三层上的数据叫Packet,第四层的数据叫Segment。 数据从应用层发下来,会在每一层都会加上头部...
分类:
其他好文 时间:
2015-05-23 15:30:35
阅读次数:
127
/* 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
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的问题2个解决方法:1.临时修改:mysql>set global max_allowed_packet=524288000;修改 #512M2.修改my.cnf,需重启mysql 在 [...
分类:
其他好文 时间:
2015-05-21 12:23:09
阅读次数:
93
在添加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