distribute-list分发列表 (2013-07-07
10:46:09)转载▼标签:distribute-list分发列表分类:Routing一、工具概述distribute-list分发列表是用于控制路由更新的一个工具,只能过滤路由信息,不能过滤LSA。如上图,R1、R2、R3运行RIP...
分类:
其他好文 时间:
2014-06-11 07:52:09
阅读次数:
323
无类别(现在)无类别域间路由(Classless Inter-Domain
Routing、CIDR)是一个用于给用户分配IP地址以及在互联网上有效地路由IP数据包的对IP地址进行归类的方法。CIDR用可变长子网掩码
(VLSM,Variable Length Subnet Masking),根据各...
分类:
Web程序 时间:
2014-06-09 13:14:04
阅读次数:
389
网络基础知识
1 Introduction
2 Connection
3 Routing Algorithm...
分类:
Web程序 时间:
2014-06-08 10:52:13
阅读次数:
394
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace mapReduce
{
public static class helper
{
public static Dictionary MapReduce(
...
分类:
其他好文 时间:
2014-06-08 10:39:41
阅读次数:
227
ASP.NET TextBox 当鼠标点击后清空默认提示文字[ 方法一]前台代码:后台代码:using
System;using System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.UI;usi...
分类:
Web程序 时间:
2014-06-08 00:16:04
阅读次数:
298
namespace KBEngine{ using UnityEngine; using
System; using System.Collections; using System.Collections.Generic; using
MessageID = System.UInt16...
分类:
其他好文 时间:
2014-06-07 23:34:08
阅读次数:
232
using System;using System.Collections.Generic;using
System.Linq;using System.Web;using System.Text;using System.Data.SqlClient;using
System.Data;using...
分类:
数据库 时间:
2014-06-07 21:59:54
阅读次数:
335
泛型泛型编程让你可以编写更具扩展性、易重用的功能,代码使用时的类型取决于你所定义的业务需求。你可以编写避免重复的代码,目标更加清晰明确,风格抽象。泛型是Swift语言的一项强大的特性,基本上所有的swift标准库都建立在泛型代码上。实际上,你在这本书的时候不知不觉地接触到泛型,它贯穿始终。例如Swi...
分类:
其他好文 时间:
2014-06-07 21:57:16
阅读次数:
358
下面是个人理解的单例模式:using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
ConsoleApplication6{ public sealed class Si.....
分类:
其他好文 时间:
2014-06-07 21:55:56
阅读次数:
277
什么是泛型?泛型(Generic type 或者
generics)是对Java语言的类型系统的一种扩展,以支持创建可以按类型进行参数化的类。可以把类型参数看作是使用参数化类型时指定的类型的一个占位符,就像方法的形式参数是运行时传递的值的占位符一样。可以在集合框架(Collection
framew...
分类:
编程语言 时间:
2014-06-07 21:13:09
阅读次数:
333