码迷,mamicode.com
首页 >  
搜索关键字:gns3 配置static p2p gre over    ( 16147个结果
Codeforces Amusing Joke 题解
So, the New Year holidays are over. Santa Claus and his colleagues can take a rest and have guests at last. When two "New Year and Christmas Men" meet, thear assistants cut out of cardboard the letter...
分类:其他好文   时间:2014-07-22 23:03:53    阅读次数:521
Windows 7下阻止系统关机
从Vista开始,想阻止系统关机就开始变麻烦了,不能只拦截WM_QUERYENDSESSION了,操作系统只给一个应用程序两秒钟的时间去保存自己的东西,两秒钟之后,不管做完了没有,Game Over!可是如果你正在刻录一张光盘呢?两秒钟是都不够的,所以Vista之后也给提供了一种方式阻止系统关机,就是ShutdownBlockReasonCreate函数,只要调用这个函数,第一个参数传递创建主窗口...
分类:Windows程序   时间:2014-07-22 23:02:15    阅读次数:618
[递推dp] zoj 3747 Attack on Titans
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5170 Attack on Titans Time Limit: 2 Seconds      Memory Limit: 65536 KB Over centuries ago, mankind faced a new enemy, th...
分类:其他好文   时间:2014-07-22 23:00:16    阅读次数:536
oracle行转列
针对oracle数据查询的数据,行转列1.wm_concat函数:例一:select c1,c2,wm_concat(c3) from T where.... group by c1,c2查询结果自动用“,”分割例二:select c1,c2,wm_concat(c3)over(partition ...
分类:数据库   时间:2014-05-10 02:10:46    阅读次数:430
android File存储
文件存储的用途: A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around. For example, it's good for image files or anything exchanged over a netw...
分类:移动开发   时间:2014-05-05 13:01:21    阅读次数:339
Linux服务器集群运维经验
公司大概有5000+以上的服务器节点,包括各种应用,我和同事共同维护大约2500+的服务器,主要包括一些视频cdn,直播视频cdn,webcdn和p2p服务器。以下是自己在运维工作中的一点经验和看法,希望对大家有所帮助1. 服务器型号的区分,为以后的统一化和标准化作硬件上的准备,很多人忽视这一点,其...
分类:系统相关   时间:2014-05-05 11:56:15    阅读次数:542
《modern operating system》 chapter 3 MEMORY MANAGEMENT 笔记
Over the years, people discovered the concept of a memory hierarchy,...
分类:其他好文   时间:2014-05-04 09:03:17    阅读次数:247
JAVA之IO技术键盘录入 System.in
package ioTest.io2; import java.io.IOException; import java.io.InputStream; /* *键盘录入:如果录入的是一行数据打印,如果录入了over就结束录入 *System.in:标准输入流对象 *System.out:标准输出流对象 */ public class ReadIn { public static v...
分类:编程语言   时间:2014-05-03 17:07:53    阅读次数:268
Linux下DHCP4.1.1的基本配置
DHCP目前已经到了第4版,作为初学者,搜网搜书找到的教程都还是3的教程,dhcp的版本不同,配置差异很大,对着3去配4,有种摸不着北的感觉...今天终于搞定了,特此记录,备用,这里记录的只是最最原始的配置,仅供参考运行环境Centos6.5,VMware10,dhcp4.1.1,webmin1.68,gns3模拟器(webmin..
分类:系统相关   时间:2014-05-02 04:22:37    阅读次数:514
UDT: Breaking the Data Transfer Bottleneck
http://udt.sourceforge.net/DT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide ...
分类:其他好文   时间:2014-05-01 13:21:54    阅读次数:488
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!