码迷,mamicode.com
首页 >  
搜索关键字:gns3 配置gre(generic routing encapsulation)    ( 8689个结果
世界奇妙周刊 第1期
世界奇妙周刊 第1期 之前有个说法是现在是一个信息爆炸的时代,现代人平均每天接触到的信息要比古代人一辈子都多。 我平时也会通过RSS或者各种APP阅读到一些有意思的文章或者视频,不过大多数时间都是一笑而过,毕竟国内的社交媒体嘛,微信是熟人圈,微博是垃圾桶,实在没有一个适合的分享平台。 今天突发奇想, ...
分类:其他好文   时间:2021-07-28 21:35:32    阅读次数:0
HCNA Routing&Switching之OSPF度量值和基础配置命令总结
在ospf里cost是用来描述到达一个目标网络的度量值,该度量值可以从两个层面来描述,如果从数据层面,我们就说这个cost是用来描述从源到目标,沿途所经过的路由器出站接口的cost值的累加;如果从路由学习方向(控制层面)来讲,cost是指从源到目标,沿途所经过的路由器入站接口的cost的值的累加;... ...
分类:其他好文   时间:2021-07-28 21:33:59    阅读次数:0
HCNA Routing&Switching之动态路由协议OSPF基础(二)
对于ospf的包来讲,其ospf包头结构不会发生变化,头部主要信息有版本信息,默认ipv4是使用ospf v2版本;类型是用来表示ospf包类型,ospf包的类型有五中类型;分别是hello包,dd包(database description),LSR(Link-State Request ),L... ...
分类:其他好文   时间:2021-07-19 16:47:31    阅读次数:0
winform提取文本(txt)中想要的内容
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
分类:Windows程序   时间:2021-07-02 16:23:21    阅读次数:0
winform简易计算器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
分类:Windows程序   时间:2021-07-02 16:20:16    阅读次数:0
winform文本内容对比
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2021-07-02 16:19:59    阅读次数:0
C# Async Streams
先看代码 using System; using System.Collections.Generic; using System.Threading.Tasks; namespace AsyncStream { class Program { static async Task Main(stri ...
分类:Windows程序   时间:2021-07-02 15:58:46    阅读次数:0
static
package com.encapsulation.demo04; // static public class Student { private static int age; // 静态变量 private double score; // 非静态变量 // 匿名代码块 赋初始值 { Syst ...
分类:其他好文   时间:2021-06-29 16:06:14    阅读次数:0
装饰器模式
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt ...
分类:其他好文   时间:2021-06-25 17:21:57    阅读次数:0
C# 检查硬盘分区是ssd还是hdd
C# detect driver ssd/hdd 来自github的代码,略做了一丢丢修改。 using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Compone ...
分类:Windows程序   时间:2021-06-17 17:07:02    阅读次数:0
8689条   1 2 3 4 ... 869 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!