码迷,mamicode.com
首页 >  
搜索关键字:magic packet    ( 2626个结果
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (关于jdbc)
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.今天操作数据库较大数据库访问量的时候出现问题...
分类:数据库   时间:2014-12-28 12:55:27    阅读次数:2220
GoogleCpp风格指南 4)Google奇技
4 来自Google的奇技 Google-Specific Magic Google用了很多自己的实现技巧/工具使 C++代码更加健壮, 我们使用C++的方式可能和你在其他地方见到的有所不同; [Removed] 4.1 智能指针 Tip 如果确实需要使用智能指针的话, scoped_ptr完全可以胜任; 你应该只在非常特定的情况下使用 std::tr1::shared...
分类:其他好文   时间:2014-12-28 00:33:50    阅读次数:218
无法加载JSP类
HTTP Status 500 - java.lang.ClassFormatError: Incompatible magic value 0 in class file org/apache/jsp/properties_jsptype Exception reportmessage java....
分类:Web程序   时间:2014-12-25 12:59:36    阅读次数:224
误访问AJP端口报错
2014-12-23 18:31:23 org.apache.jk.common.MsgAjp processHeader严重: BAD packet signature 205592014-12-23 18:31:23 org.apache.jk.common.ChannelSocket proc...
分类:其他好文   时间:2014-12-23 19:25:20    阅读次数:402
php get_magic_quotes_gpc() addslashes()
最近学了学PHP,看到这段代码function daddslashes($str){ return (!get_magic_quotes_gpc())?addslashes($str):$str; }发现get_magic_quotes_gpc())和addslashes()函数不太熟悉,就查了下资...
分类:Web程序   时间:2014-12-22 22:48:22    阅读次数:223
(转)VLC播放RTP打包发送的.264文件
VLC播放RTP打包发送的.264文件1,要有一个发送RTP包的264文件的服务器;具体代码如下:rtp.h#include #pragma comment(lib,"ws2_32.lib") #define PACKET_BUFFER_END (unsigned int)0...
分类:其他好文   时间:2014-12-22 10:56:08    阅读次数:146
静态路由配置及RIP配置实验
【实验环境】Packet Trace 5.3 模拟软件。【实验步骤】1、首先要进行IP地址规划。(例如下图格式)网络名网络地址子网掩码网关主机IPvlan110.10.1.0255.255.255.0-----10.10.1.110.10.1.2vlan10192.168.10.0255.255.2...
分类:其他好文   时间:2014-12-22 02:05:32    阅读次数:401
EX4200上如何实现ECMP功能
EX4200上如何实现ECMP功能一、如果网关启用在EX4200上,EX4200上联两台路由器,那怎么在EX4200上实现链路负载,使得数据包能分担在两台路由器上。二、具体的命令如下:1、在EX4200上:setpolicy-optionspolicy-statementlbthenload-balanceper-packet//lb是自己起的名字2、setr..
分类:其他好文   时间:2014-12-19 15:58:15    阅读次数:180
engine.io客户端分析2--socket.io的基石
转载请注明:TheViperhttp://www.cnblogs.com/TheViper 上一篇说到收到握手响应后的packet.type=open。接着是onHandshake()Socket.prototype.onHandshake = function (data) { this.emi....
分类:其他好文   时间:2014-12-18 18:31:42    阅读次数:181
How to monitor Linux UDP buffer available space?
How to monitor Linux UDP buffer available space? You are trying to solve the wrong problem. UDP is?unreliable?communication, period. If packet loss is a problem for you, you should either impleme...
分类:系统相关   时间:2014-12-17 19:08:00    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!