码迷,mamicode.com
首页 >  
搜索关键字:gns3 配置gre(generic routing encapsulation)    ( 8689个结果
API 读写cookie的方法
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net.Http; ...
分类:Windows程序   时间:2021-06-17 16:27:43    阅读次数:0
生产者消费者demo
using System; using System.Collections.Generic; using System.Threading; namespace 生产者消费者 { class Program { static int r; static Queue<int> q = new Que ...
分类:其他好文   时间:2021-06-16 18:05:33    阅读次数:0
TcpIp
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Sockets; using Sy ...
分类:其他好文   时间:2021-06-16 18:02:41    阅读次数:0
每日总结
计算机网络 动态路由配置 RIP:Routing Information Protocol,路由信息协议,是应用较早、使用较普遍的IGP内部网关协议,适用于小型同类网络,是典型的距离矢量协议。 RIP协议跳数作为衡量路径开销的,RIP协议里规定最大跳数为15。 RIP协议有两个版本RIPv1和RIP ...
分类:其他好文   时间:2021-06-09 15:31:19    阅读次数:0
windows form 登录
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System. ...
分类:Windows程序   时间:2021-06-05 17:42:00    阅读次数:0
2.0注册界面
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System. ...
分类:其他好文   时间:2021-06-05 17:38:06    阅读次数:0
路由-静态路由实现非三层转发跨网段通信
验证理论 当配置出接口方式的静态路由时,不管目的地址是否为接口的同网段地址,路由器都会认为目的地址是该出接口直连,所以直接发送ARP请求。详细解释参考:路由基础-选路+直连+静态 基于上面的观察,设置两个不同的网段的地址,相互之间应该也能Ping通(灵感来源于PPP自动生成对方的主机路由) 实验拓扑 ...
分类:其他好文   时间:2021-06-04 18:59:00    阅读次数:0
文件以及文件夹帮助类(FileHelper)
文件以及文件夹帮助类(FileHelper) 代码: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threadi ...
分类:其他好文   时间:2021-06-03 17:58:33    阅读次数:0
unity拖动UI代码
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class ImageDrap : MonoBehaviour, ...
分类:编程语言   时间:2021-06-02 20:56:54    阅读次数:0
裁剪PNG图片透明部分
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-06-02 20:39:46    阅读次数:0
8689条   上一页 1 2 3 4 ... 869 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!