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[...
分类:
其他好文 时间:
2014-11-25 23:08:49
阅读次数:
158
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...
分类:
其他好文 时间:
2014-11-23 23:04:52
阅读次数:
268
基本映射 映射使用在根据不同URLs请求来产生相对应的返回内容.Bottle使用route()?修饰器来实现映射. 1
2
3
4
5 from?bottle?import?route,?run@route(‘/hello‘)def?hello():
????return?"Hello?World...
分类:
编程语言 时间:
2014-11-23 19:04:58
阅读次数:
211
链路捆绑1.实验拓扑:使用CiscoPacketTracer模拟器(版本5.3)2.实验需求:1把sw0的3个接口集合成一个接口2把sw1的3个接口集合成一个接口3.配置脚本因为生成树协议2个接口被阻断了给C1C2陪IP给sw0配置Switch>enableSwitch#conftSwitch(config)#intrangef0/10-12Switch(confi..
分类:
系统相关 时间:
2014-11-22 23:22:01
阅读次数:
1007
实现PC1与PC2的通信R1:Router>enable
Router#
Router#conft
Router(config)#interf0/0
Router(config-if)#ipaddress192.168.10.254255.255.255.0
Router(config-if)#noshut
Router(config-if)#exit
Router(config)#
Router(config)#inters0/0/0
Router(config-if)#ipaddres..
分类:
其他好文 时间:
2014-11-22 02:04:58
阅读次数:
262
转自此大神http://www.cnblogs.com/gunl/archive/2010/09/14/1826234.html留在好查阅linux 路由表维护查看 Linux 内核路由表使用下面的 route 命令可以查看 Linux 内核路由表。# routeDestination Ga...
分类:
系统相关 时间:
2014-11-22 01:59:40
阅读次数:
365
set clock timezone 0set vrouter trust-vr sharableset vrouter "untrust-vr"exitset vrouter "trust-vr"unset auto-route-exportexitset service "RDP-8888" p...
分类:
其他好文 时间:
2014-11-21 01:16:46
阅读次数:
376
远程登录:主机进入终端模式;Router>enable
Router#conft
Router(config)#enablesecret123456//设置enable密码
Router(config)#linevty04//设置远程登录机数为5台
Router(config-line)#passwordcisco//远程登录密码为cisco
Router(config-line)#login//登录时验证
Router(co..
分类:
其他好文 时间:
2014-11-20 23:55:21
阅读次数:
376
这是很多年前的事了。一天突然监控到一台2610的路由器中断,跑到现场用Console登录后,出现ROMMON1>提示,而无法进入到正式的IOS系统。第一反应就是Flash中的IOS被破坏或丢失了,经过简单的几个步骤,路由器很快就恢复了正常。网络上有介绍好几种方法,但我觉得TFTP的方法是..
分类:
移动开发 时间:
2014-11-20 23:54:44
阅读次数:
279
今天下午刚好有一台Cisco2960交换机出现故障,立即更换一台备用交换机上去,但备用交换机是从另一分支机构转移回来,密码已经忘了。正好用到恢复密码的过程,也一并分享出来。1、设置WINDOWS超级终端,名称自定义。建议用SecureCRT:波特率(每秒位数):9600数据位:8奇偶校验..
分类:
系统相关 时间:
2014-11-20 23:54:27
阅读次数:
312