generic 相关的软件列表

asp.net动态读取Excel文件最简方法
Asp.net

asp.net动态读取Excel文件最简方法

2020-06-17 标签:asp,net,动态,读取,excel,文件,方法,注意,页面,分别,拖拽,fileupload,button,label,gridview,控件,新建

注意:页面分别拖拽一个FileUpload、Button1、Label1、GridView控件,并新建一个UploadedExcel文件夹Default.aspx.cs代码:using System;using System.Collections.Generic;using System.Data

asp.net TripleDES加密、解密算法
Asp.net

asp.net TripleDES加密、解密算法

2020-04-08 标签:asp,n,et,tripledes,加密,解密,算法,using,system,collections,generic,linq,text,security,io,amespace,region

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;using System.IO;namespace Windows

asp.net遍历目录文件夹和子目录所有文件
Asp.net

asp.net遍历目录文件夹和子目录所有文件

2020-04-04 标签:asp,n,et,遍历,目录,文件夹,子目录,文件,实现,代码,如下,using,system,collections,generic,text,io,threading,amespace,copefile

实现代码如下:using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Threading; namespace copefile {class Program{s

asp.net MVC 在Controller控制器中实现验证码输出功能
Asp.net

asp.net MVC 在Controller控制器中实现验证码输出功能

2020-03-14 标签:asp,n,et,mvc,controller,控制器,实现,验证,输出,功能,项目,使用,以前,webform,代码,利用,上代,经过,稍微

asp.net mvc项目使用到验证码,为了让以前的WebForm代码能利用上代码经过稍微的改动即可使用代码如下:using System;using System.Collections.Generic;using System.Web;using System.Web.Mvc;using Sys

asp.net利用ashx文件实现文件的上传功能
Asp.net

asp.net利用ashx文件实现文件的上传功能

2020-03-14 标签:asp,n,et,利用,ashx,文件,实现,的上,传功,原来,上传,比较简单,功能,结果,搞了,晚上,搞定,主要,介绍,两种

原来以为文件上传是一个比较简单的功能,结果搞了一个晚上才搞定~这里主要介绍两种方法实现。方法一:Form表单提交html代码:上传文件UploadHandler.ashx代码:using System;using System.Collections.Generic;using System.Lin

首页

linq 查询 Linq 高级查询实例代码

2020-02-16 标签:linq,查询,高级,实例,代码,实现,如下,using,system,collections,generic,web,ui,webcontrols,text,io,data,n,amespace

实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; usi

通过RadioButton对DataList控件进行单选实例说明
首页

通过RadioButton对DataList控件进行单选实例说明

2020-02-16 标签:通过,radiobutton,datalist,控件,进行,单选,实例,说明,本例,实现,参考,下面,演示,准备好,星座,对象,定义,好一个

本例实现通过RadioButton对DataList控件进行单选。你可以参考下面演示。准备好一个星座对象,并定义好一个泛型List来存储每一个星座名称。 实现代码如下: Constelltion.cs using System; using System.Collections.Generic; u

首页

asp.net 数据类型转换类代码

2020-02-16 标签:asp,n,et,数据,类型,转换,代码,实现,如下,using,system,collections,generic,text,amespace,typeclass,public,class

实现代码如下: using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace TypeClass { public class Ty

首页

asp.net字符串处理类代码

2020-02-16 标签:asp,n,et,字符串,处理,代码,实现,如下,using,system,collections,generic,text,security,io,amespace,stringclass

实现代码如下: using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using Syste

首页

一步步做自己的webinstall安装包

2020-02-16 标签:一步步,自己的,webinstall,安装,更好,操作,iis,添加,项目,代码,实现,如下,using

1、 为了能更好的操作IIS,先添加个类库(InstallClassLibrary)到项目中。附代码 实现代码如下: using System; using System.Collections; using System.Collections.Generic; using System.Comp