码迷,mamicode.com
首页 >  
搜索关键字:ospf lesson 3    ( 1993个结果
笨方法学Python,Lesson 35, 36
Exercise 35 代码 from?sys?import?exit? def?gold_room(): ????print?"This?room?is?full?of?gold.?How?much?do?you?take?" ???? ????choice?=?raw_input(">?") ????if?"...
分类:编程语言   时间:2015-10-28 19:42:46    阅读次数:250
笨方法学Python,Lesson 32 - Lesson 34
Exercise 32 代码 the_count?=?[1,?2,?3,?4,?5] fruits?=?[‘apples‘,?‘oranges‘,?‘pears‘,?‘apricots‘] change?=?[1,?‘pennies‘,?2,?‘dimes‘,?3,?‘quarters‘] #?this?first?kind?of?for...
分类:编程语言   时间:2015-10-28 12:56:47    阅读次数:253
[Angular 2] Template property syntax
This lesson covers using the [input] syntax to change an element property such as “hidden” or “content-editable”. Using properties eliminates the need...
分类:其他好文   时间:2015-10-26 07:01:48    阅读次数:157
LintCode "Expression Tree Build"
Lesson learnt: for any calculator problems, keep 2 stacks: 1 for operators and 1 for operands.class Solution { stack op; stack data; void...
分类:其他好文   时间:2015-10-19 15:40:22    阅读次数:281
实验设计与排错之一静态路由
一、理解路由协议路由协议(RoutingProtocol):用于路由器动态寻找网络最佳路径,保证所有路由器拥有相同的路由表。一般路由协议决定数据包在网络上的行走的路径。这类协议的例子有OSPF、RIP、IGRP、EIGRP等。可路由协议(RoutedProtocol):当所有的路由器知道了整个网络的拓..
分类:其他好文   时间:2015-10-16 06:29:54    阅读次数:289
实验设计与排错之四OSPF配置、分析与排错
1、OSPF协议简述OSPF(开放最短路径优先)是一种内部网关协议。不同于IGRP,OSPF是一种无类链路状态路由选择协议,而不是一种分类距离矢量协议。OSPF被标准化,广泛用于公共和私有网络中。下面简单介绍一下链路状态路由协议工作过程,如下:每台路由器学习激活的直接相连的网络..
分类:其他好文   时间:2015-10-16 06:29:12    阅读次数:1470
【Quartz】将定时任务持久化到数据库
> 参考的优秀文章Lesson 9: Job Stores> 用数据库存储定时任务信息之前的文章所做的demo是将定时任务的信息保存在内存中的,见以下配置org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore如果用内存记录定时任务信息,应用重...
分类:数据库   时间:2015-10-08 22:50:49    阅读次数:218
[Reactive Programming] RxJS dynamic behavior
This lesson helps you think in Reactive programming by explaining why it is a beneficial paradigm for programming. See how reactive programming helps ...
分类:Web程序   时间:2015-10-02 17:20:47    阅读次数:204
Paths on a Grid(规律)
Paths on a GridTime Limit:1000MSMemory Limit:30000KTotal Submissions:23270Accepted:5735DescriptionImagine you are attending your math lesson at school...
分类:其他好文   时间:2015-09-26 22:34:24    阅读次数:224
Poj1942--Paths on a Grid(组合数)
Paths on a GridTime Limit: 1000MSMemory Limit: 30000KTotal Submissions: 23227Accepted: 5726DescriptionImagine you are attending your math lesson at sc...
分类:其他好文   时间:2015-09-26 17:09:48    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!