码迷,mamicode.com
首页 >  
搜索关键字:route 53    ( 3964个结果
TCP套接字编程
下图是一对TCP客户与服务器进程之间发生的一些典型事件的事件表:famliy参数指明协议族:famliy说明AF_INETIPv4协议AF_INET6IPv6协议AF_LOCALUnix域协议AF_ROUTE路由套接字AF_KEY秘钥套接字type参数指明套接字类型:type说明SOCK_STREA...
分类:其他好文   时间:2015-01-28 23:45:27    阅读次数:215
Windows路由表配置:双网卡同时上内外网
原文来自:http://www.cnblogs.com/lightnear/archive/2013/02/03/2890835.html一、windows 路由表解释route print -4====================================================...
分类:Windows程序   时间:2015-01-28 12:46:10    阅读次数:450
【leetcode】Gas Station
Gas StationThere areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it...
分类:其他好文   时间:2015-01-27 00:29:31    阅读次数:151
静态黑洞路由应用及实例讲解
黑洞路由:主要是指指向null接口的路由,null接口是一个虚拟的接口 无法被配置ip地址,转发到该接口上的数据包都会被丢掉,所以对于所 有可能因为中断故障产生路由回路的路由都加上一条黑洞路由。 例如在配置有默认路由的环境中如果该路由器中的某一个路由项因为故障 中断,那么很可能在两个路由器中造成路由环路 实验环境:H3C ENSP 配置要点: (系统模式)ip route-s...
分类:其他好文   时间:2015-01-24 22:51:31    阅读次数:228
Gas Station
There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it costscost[...
分类:其他好文   时间:2015-01-24 18:41:32    阅读次数:153
[C++]LeetCode: 119 Gas Station
题目: There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from statio...
分类:编程语言   时间:2015-01-23 23:12:37    阅读次数:464
Gas Station
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from station i to ...
分类:其他好文   时间:2015-01-23 23:09:02    阅读次数:399
Linux下网络配置
Linux网络配置 1. 临时更改的网络配置 ①设置ip地址和子网掩码 #ifconfig eth0 192.168.1.33 netmask 255.255.255.0 up //eth0是要设置的网卡,192.168.1.33是要设置的IP,255.255.255.0是子网掩码 ②设置网关 #route add default gw 192.168.1...
分类:系统相关   时间:2015-01-22 13:27:12    阅读次数:240
MVC中的URL路由(一)
URL路由系统通过对请求地址进行解析从而得到以目标Controller名称为核心的路由数据。Url路由系统最初是为了实现请求url与物理文件路径分离而建立的,MVC的Url Route是将Url地址与物理文件映射转移到了目标Controller的映射。Url路由不是ASP.NET MVC特有的,.....
分类:Web程序   时间:2015-01-22 00:01:32    阅读次数:298
思科CCNA第二学期第五章答案
1.以下行显示在 show ip route 命令的输出中。 R 192.168.3.0/24 [120/3] via 192.168.2.2, 00:00:30, Serial0/0 该路由度量的值是什么? 3 12 20 30 120   ...
分类:其他好文   时间:2015-01-21 13:29:08    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!