码迷,mamicode.com
首页 >  
搜索关键字:gns3 配置gre(generic routing encapsulation)    ( 8689个结果
C# 实现扫雷
这次写的是小游戏扫雷,由于时间问题,扫雷的成功失败判断还没有写的很好,只是把大体的思路写出来了。 这次最主要的是有两个类 第一个是地雷类 :lanmine 1 using System; 2 using System.Collections.Generic; 3 using System.Drawi ...
分类:Windows程序   时间:2020-11-11 16:12:15    阅读次数:25
java 泛型 增强for循环
泛型: Generics 安全校验机制 可以在类或者方法中预支的使用未知的类型,在JDK1.5之后引入的新特性 让你在设计API时可以指定类或者方法支持泛型,这样我们使用API时,变得更为简洁,安全 并且得到了在程序编译时期的语法安全检查. 将运行时期ClassException,转移到编译时期变成 ...
分类:编程语言   时间:2020-11-07 15:48:31    阅读次数:17
动态调用WebService服务
方法一: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Web.Services.Description; usi ...
分类:Web程序   时间:2020-11-04 17:48:18    阅读次数:35
c#序列化反序列化
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System. ...
分类:Windows程序   时间:2020-11-01 22:06:15    阅读次数:31
分享一个Mysql操作方法类(MySql数据库连接、执行MySqlCommand命令、创建MySqlDataReader对象)
帮助类: using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using MySq ...
分类:数据库   时间:2020-11-01 21:58:38    阅读次数:29
【IT技术分享】思科CCNA/CCNP/CCIE 实验环境GNS3+IOU的安装
TCP的三次握手和四次握手TCP三次握手?在一些文化中,两个人见面时常常通过握手来问好。双方都把握手的行为理解为友好问候的信号。网络中的连接是类似的。第一次握手请求同步。第二次握手确认初始同步请求,并同步相反方向上的连接参数。第三次握手网段是一次确认,用于通知目标两端同意建立连接。?当两台主机采用TCP协议进行通信时,在交换数据前将建立连接。通信完成后,将关闭会话并终止连接。连接和会话机制保障了T
分类:其他好文   时间:2020-10-30 12:02:25    阅读次数:20
C# 生成二维码
添加引用: ThoughtWorks.QRCode.dll System.Drawing using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Mi ...
分类:Windows程序   时间:2020-10-27 11:12:22    阅读次数:34
依赖注入 Castle.Windsor高级应用
原文:https://blog.csdn.net/liuweitoo/article/details/8281213 _Castle.Windsor.3.1.0 一. 使用代码方式进行组件注册【依赖服务类】 using System;using System.Collections.Generic;... ...
分类:Windows程序   时间:2020-10-21 21:16:01    阅读次数:39
.NET Core自定义TagHelper
代码: using Microsoft.AspNetCore.Razor.TagHelpers; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; name ...
分类:Web程序   时间:2020-10-21 20:55:42    阅读次数:36
C#宿舍管理系统之用户类和用户登录类
用户类,保存登录信息:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespaceGroupProject{///<summary>///此类专门用来保存登录用户的信息///方便使用之时调用///</summar
分类:Windows程序   时间:2020-10-19 22:46:51    阅读次数:93
8689条   上一页 1 ... 9 10 11 12 13 ... 869 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!