码迷,mamicode.com
首页 >  
搜索关键字:open vitual network    ( 35887个结果
chrome extension message passing 消息传递
Chrome插件开发笔记360翻译了Chrome插件开发的文档 (仍然建议出去看看)看这里http://open.chrome.360.cn/extension_dev/overview.html什么是扩展一个应用(扩展)其实是压缩在一起的一组文件,包括HTML,CSS,Javascript脚本,图...
分类:其他好文   时间:2014-05-28 01:49:25    阅读次数:896
修改故障转移群集心跳时间
Windows Server Failover Clustering is a high availability platform that is constantly monitoring the network connections and health of the nodes in a ...
分类:其他好文   时间:2014-05-27 23:48:23    阅读次数:550
2014中国未来网络产业高峰论坛 6月4日开幕
2014中国未来网络产业高峰论坛将于6月4日隆重开幕!本次大会以“未来网络的中国思维China’s Thinking on Future Network” 为主题,众多国内外著名专家及产业链相关名企高层将出席论坛,并对中国未来网络核心技术创新及产业发展等议题进行深层次的研讨。随着互联网在信息安全、网...
分类:其他好文   时间:2014-05-27 16:21:12    阅读次数:333
Definition of:payload
(1)Refers to the "actual data" in a packet or file minus all headers attached for transport and minus all descriptive meta-data. In a network packet, ...
分类:其他好文   时间:2014-05-27 15:39:17    阅读次数:277
Network Load Balancing Technical Overview--reference
http://technet.microsoft.com/en-us/library/bb742455.aspxAbstractNetwork Load Balancing, a clustering technology included in the Microsoft Windows 2000...
分类:Web程序   时间:2014-05-26 20:19:00    阅读次数:469
How Network Load Balancing Technology Works--reference
http://technet.microsoft.com/en-us/library/cc756878(v=ws.10).aspxIn this sectionNetwork Load Balancing Terms and DefinitionsNetwork Load Balancing Arc...
分类:Web程序   时间:2014-05-26 19:49:22    阅读次数:375
A星寻路算法以及C++实现
A星寻路算法真是我一生接触的第一个人工智能算法了。。。 A星寻路算法显然是用来寻路的,应用也很普遍,比如梦幻西游。。。算法的思路很简单,就是在bfs的基础上加了估值函数。 它的核心是 F(x) = G(x) + H(x) 和open、close列表: G(x)表示从起点到X点的消耗(或者叫...
分类:编程语言   时间:2014-05-26 19:16:57    阅读次数:413
编译内核启用iptables及netfilter
在Network Packet Filtering Framework(Netfilter)一节中还有两个额外的配置节——Core Netfilter Configuration(核心Netfilter配置)和IP:Netfilter Configuration(IP:Netfilter配置)。1....
分类:Web程序   时间:2014-05-25 22:17:30    阅读次数:487
kafka.network.AbstractServerThread中的线程协作机制
这个虚类是kafka.network.Acceptor和kafka.network.Processor的父类,提供了一个抽象的Sever线程。它的有趣之处在于为子类的启动和停止提供了线程间的协作机制。当子类的shutdown方法被调用时,子类可以得知自己被停止,在子类做了适当的处理和清理后,调用自己...
分类:编程语言   时间:2014-05-25 19:19:18    阅读次数:328
ElasticSearch Remote Code Execution (CVE-2014-3120)
Elasticsearch is a powerful open source search and analytics engine. The vulnerability allows attackers read from or append to files on the system hos...
分类:其他好文   时间:2014-05-25 16:40:56    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!