E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
System.web
个人学习代码保存:例4.在.net程序中使用事务处理
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-12 10:07
.net
个人学习代码保存:例2.小项目的sql简单的数据库操作类
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-12 10:06
sql
Config配置文件详解
(默认的配置设置)以下所有的代码都应该位于 <configuration> <
system.web
> 和 </
system.web
> </configuration> 之间,出于学习的目的下面的示例都省略了这段
·
2015-11-12 10:50
config
C#中常用的字符串加密,解密方法封装,包含只加密,不解密的方法
//方法一//须添加对
System.Web
的引用//using System.Web.Security;/// <summary>/// SHA1加密字符串/// </summary&
·
2015-11-12 10:49
字符串
ASP.NET导出EXCEL类
可以导出ASP.NET页面和DATAGRID(WebControl)数据,可以导出表单头 using System;using System.Data;using System.Text;using
System.Web
·
2015-11-12 10:31
asp.net
代码
using System; using System.Collections; using System.Security.Cryptography; using System.Text; using
System.Web
·
2015-11-12 10:56
代码
利用 Net.Mail 发送邮件
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using
·
2015-11-12 10:37
mail
利用反射,泛型,扩展方法快速获取表单值到实体类
最出的出发点就是太烦琐,一直为表单值付值,, Code using System; using System.Collections.Generic; using
System.Web
·
2015-11-12 10:21
反射
datatable与dataset加二维数组实现
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-12 09:32
Datatable
asp.net采集函数(采集、分析、替换、入库一体)
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-12 09:48
asp.net
c# asp.net 字符串加密解密的类
using System.Data; using System.Configuration; using
System.Web
·
2015-11-12 08:05
asp.net
c# asp.net 给一个图片打上水印,并且上传
using System.Data; using System.Configuration; using
System.Web
·
2015-11-12 08:00
asp.net
c# xml操作类
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Xml
·
2015-11-11 19:19
xml
xml操作类
using System; using System.Data; using
System.Web
; using System.Xml; namespace HuLangCms
·
2015-11-11 19:30
xml
repeater分页的实现
第一种方式: 数据库连接代码: using System; using System.Data; using System.Configuration; using
System.Web
;
·
2015-11-11 19:22
分页
ASP.NET操作文件(文件夹)简单生成html操作示例
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 19:17
asp.net
C#MD5
System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using
System.Web
·
2015-11-11 18:42
MD5
rdlc导出Excel
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 18:09
导出Excel
TreeView 绑定数据库应用
表字段:userid,username,superiorid using System; using System.Collections.Generic; using
System.Web
; using
·
2015-11-11 18:01
treeview
SQLHelper的简单应用,高手绕道,写出最近用的一个类,仅供初学者参考
增: add.ashx: using
System.Web
;using System.Data.SqlClient; namespace test_SQLHelper_{ &
·
2015-11-11 18:06
help
实现验证码
2 // 引用 3 using System.Drawing; 4 using
System.Web
·
2015-11-11 18:42
验证码
JSON Helper
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.ServiceModel.Web
·
2015-11-11 18:17
json
C# 生成word 文档 代码 外加 IIS报错解决方案
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-11-11 18:38
word
C#加密汇总
方法一: //须添加对
System.Web
的引用 using System.Web.Security; ...
·
2015-11-11 18:48
C#
C#加密算法汇总
方法一: //须添加对
System.Web
的引用 using System.Web.Security; ... /// <
·
2015-11-11 18:19
C#
C#加密方法汇总
//须添加对
System.Web
的引用 using System.Web.Security; ... /// <summary> /// SHA1
·
2015-11-11 18:41
C#
C#实现接口IHttpModule完成统一的权限验证
using System; using System.Collections.Generic; using System.Text; using System.Collections; using
System.Web
·
2015-11-11 17:21
Module
程序集已经添加 为何找不到???
System.DirectoryServices reference以后,点击重新build website,还是报不到System.DirectoryServices程序集,郁闷,接着 我到web.config中查看,在
system.web
·
2015-11-11 16:46
程序
excel数据读取到数据库
using System; using System.Collections.Generic; using
System.Web
; using System.Web.UI; using System.Web.UI.WebControls
·
2015-11-11 16:11
Excel
.net 环境下带加减法的验证码
nbsp;System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-11 16:58
.net
Requst.QueryString[]取得的值是中文时,有时少了一个或者多个字符的问题
后在网上查找得如下解决方案:要修改web.config文件,修改如下: <
system.web
>
·
2015-11-11 16:56
String
Gridview 导出excel
using System; using System.Collections.Generic; using
System.Web
; using System.Web.UI; using System.Web.UI.WebControls
·
2015-11-11 16:00
GridView
简单的封装一个HTML 弹出对话框的空间
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 16:35
html
c#文件下载代码
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-11-11 16:10
文件下载
转微软最新的Web服务器Katana发布了版本3
nbsp;,译者 邵思华 发布于 2014年8月28日 Katana是微软对OWIN(基于.NET的开放Web接口)标准自行开发的一套实现方案,它是一种相对于IIS及
System.Web
·
2015-11-11 16:38
web服务器
asp.net 文件上传类
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 15:01
asp.net
实现Web打印的方案,有些地方还需完善
using System;using System.Data;using
System.Web
;using System.Text;using System.Collections;using System.Web.UI
·
2015-11-11 15:26
web打印
Javascript+xmlhttp调用Webservice。
^_^using System;using
System.Web
;using System.Web.Services;using System.Web.Services.Protocols; [WebService
·
2015-11-11 15:53
JavaScript
登陆!!!
..csusing System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
·
2015-11-11 15:21
AJAX在VS2005中的简单应用
1,在VS2005引用AJAX2.0程序集(AjaxPro.2.dll) 2,在web.config文件中的<
system.web
>加入以下设置 <httpHandlers>  
·
2015-11-11 14:17
Ajax
c# 利用反射动态给实体类对象赋值
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.Mvc
·
2015-11-11 14:03
C#
让自定义登录程序像 Membership 一样
首先,我们要启用 Forms 验证 <configuration > <
system.web
>
·
2015-11-11 14:00
自定义登录
asp.net异步调用
直接看代码吧: using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 14:26
asp.net
C#写一个采集器、蜘蛛
using System.Collections.Generic; using System.Text; using System.Net; using
System.Web
·
2015-11-11 14:16
C#
反射帮助类
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-11 14:16
反射
利用反射,泛型,扩展方法快速获取表单值到实体类
System; using System.Data; using System.Configuration; using System.Linq; using
System.Web
·
2015-11-11 14:11
反射
sharepoint gridview webpart
4046871.aspx using System; using System.Runtime.InteropServices; using
System.Web
·
2015-11-11 14:38
SharePoint
使用 Request.QueryString 接受参数时,跟编码有关的一些问题
Cookie 集合类 System.Web.HttpCookieCollection 类 和 System.Net.CookieCollection 类 我们一般来理解他们的区别就是下面简单的一句:
System.Web
·
2015-11-11 14:16
request
MongoHelper.cs
using System; using MongoDB.Bson; using MongoDB; using
System.Web
; using MongoDB.Driver; namespace
·
2015-11-11 14:21
mongo
ExcelHelper.cs
; using System.IO; using System.Data; using System.Collections; using System.Data.OleDb; using
System.Web
·
2015-11-11 14:20
Excel
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他