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
Repeater嵌套,增删改查综合运用
using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using
System.Web
·
2015-11-11 14:23
增删改查
信息输出通用类
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 14:16
输出
随机函数类
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 14:15
函数
常用函数基类
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 14:14
常用函数
.Net常用工具类——Session操作类
using System;using System.Collections.Generic;using System.Text;using
System.Web
;using System.Web.SessionState
·
2015-11-11 14:19
session
.NET常用工具类——COOKIES操作类
System.Collections;using System.Collections.Generic;using System.Collections.Specialized;using System.Text;using
System.Web
·
2015-11-11 14:19
Cookies
.Net实现Md5加密字符串
using System;using System.Configuration;using System.Collections.Generic;using System.Text;using
System.Web
·
2015-11-11 14:17
MD5加密
.Net一个很有用的帮助类,包含获取获取浏览器版本号、 获取操作系统版本号、获取客户端IP地址、取客户端真实IP、获取公网IP、判断是否是IP格式
System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Threading.Tasks;using
System.Web
·
2015-11-11 14:15
.net
.NET中使用SMTP发送邮件
整个类的代码如下: using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Net.Mail
·
2015-11-11 14:14
.net
C#中回滚SQL语句
using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-11-11 14:06
sql语句
All Media to FLV asp.net在线视频自动转换并截图调试成功!
代码如下: using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.SessionState
·
2015-11-11 14:01
asp.net
自己写的SqlHelper
System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using
System.Web
·
2015-11-11 13:38
help
文件上传问题总结
1.C# 在类库文件无法使用Server.MapPath解决方法 这是因为在类库中缺少了using
System.Web
的组件引用 因此要先添加引入using
System.Web
,在导入命名空间或者在使用时候写全命名空间
·
2015-11-11 13:07
文件上传
ASP.NET怎样将注册信息写入Access
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-11 13:34
asp.net
C#各种反射动态赋值取值方法
System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using
System.Web
·
2015-11-11 13:16
C#
C# 比较不错的通用验证码
System.Drawing; 4 using System.Drawing.Imaging; 5 using System.IO; 6 using System.Linq; 7 using
System.Web
·
2015-11-11 13:33
验证码
一些常用的Js调用类
using System; using
System.Web
; using System.Web.UI; using System; using
·
2015-11-11 13:40
js
采集一个网站上的所有图片
csharp;gutter:false;">using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-11 13:43
图片
ExcelHelper
; using System.IO; using System.Data; using System.Collections; using System.Data.OleDb; using
System.Web
·
2015-11-11 13:13
Excel
基于.net的加密汇总(2)
EncryptPassWord类: using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 13:36
.net
基于.net的加密汇总(1)
引用C#加密汇总 方法一: //须添加对
System.Web
的引用 usingSystem.Web.Security; ... /// <summary
·
2015-11-11 13:35
.net
C#使用Gzip解压缩完整读取网页内容
; using System.Text.RegularExpressions; using System.IO.Compression; using System.IO; using
System.Web
·
2015-11-11 13:22
GZip
asp.net(C#)处理数据一个通用类,包括存储过程,适用于初学者
System.Data.OleDb; using System.Data.SqlClient; using System.Configuration; using
System.Web
·
2015-11-11 12:38
asp.net
asp.net 对xml文件的读写,添加,修改,删除操作
System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-11-11 12:37
asp.net
工作常用的操纵数据库的C#类
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-11 12:06
数据库
未能解析引用的程序集,因为它对不在当前目标框架具有依赖关系。请删除对不在目标框架中的程序集的引用,或考虑重新确定项目的目标
未能解析引用的程序集“E:\Develop\ShaftCAD\bin\ShaftCAD.exe”,因为它对不在当前目标框架“.NETFramework,Version=v4.0,Profile=Client”中的“
System.Web
·
2015-11-11 12:23
框架
GridView事件大全
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-11 12:22
GridView
asp.net实现显示在线会员
asp.net中: global.asax.cs using System; using System.Collections; using System.ComponentModel; using
System.Web
·
2015-11-11 12:47
asp.net
验证码生成器
System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using
System.Web
·
2015-11-11 12:48
验证码
.NET2.0抓取网页全部链接
以下为引用的内容: using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 11:46
.net
c#中操纵XML文件
1 using System; 2 using System.Xml; 3 using
System.Web
·
2015-11-11 11:39
xml
弹出窗口及转向url
代码 using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 11:54
弹出窗口
SqlHelper.cs
nbsp;2using System.Data; 3using System.Configuration; 4using
System.Web
·
2015-11-11 11:59
help
DataSet 转成 JSON 操作类
using System; using System.Collections.Generic; using
System.Web
; using System.Data
·
2015-11-11 11:21
json
自己正在用的url转义控件(带源码)
> <configuration> <
system.web
·
2015-11-11 11:32
url
asp.net 定时器
using System;using System.Collections.Generic;using
System.Web
;using System.IO;using System.Web.Security
·
2015-11-11 11:46
asp.net
c#高性能在WEB端产生验证图片
using System;using
System.Web
;using System.Drawing ; /// <summary> /// Png 的摘要说明。
·
2015-11-11 11:52
Web
ashx文件中使用session提示“未将对象引用设置到对象的实例”
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-11 11:53
session
MVC 本地运行可以发布到IIS 报Sorry, an error occurred while processing your request.解决方案
错误大部分的情况还是程序存在异常,但全部被MVC错误拦截成了友好提示, 只要在Web.config下添加一行配置即可 <system.web> \\其他配置代码 \\其他配置代码 \\其他配置代码 在
system.web
·
2015-11-11 11:07
request
2015-3-3
ASP.NET内置支持两层抽象 System.Web.UI:Web Forms 层,有服务器控件和ViewState等组成
System.Web
:管道程序,提供基本的Web堆栈,其中包括组件模块,处理程序和
·
2015-11-11 11:51
.net操作带命名空间的xml(仅列一个获取节点值的例子其他以此类推)
Origami不懂,走了一些弯路,现在总结下~ 附相关代码: using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 10:48
.net
服务器端弹出alert对话框(Ajax和非Ajax两种方式)
Code using System; using System.Collections.Generic; using System.Text; using
System.Web
·
2015-11-11 10:08
alert
在AspxGridView中动态添加模板列
AspxGridView using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-11 10:03
GridView
验证码实例
VerifyCode.cs using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-11 10:30
验证码
关于静态化网页
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Configuration
·
2015-11-11 10:37
静态
允许webservice远程测试
System.Web
节点下添加 <webServices> <protocols> <add name= "HttpPost"/> <add
·
2015-11-11 10:17
webservice
c#(.net) 导出 word表格
ExportWord.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using
System.Web
·
2015-11-11 10:24
.net
绘图(包括绘坐标,图片)
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
;using
·
2015-11-11 10:53
图片
动态生成图片热点
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
;using
·
2015-11-11 10:51
图片
ASP.NET搞定验证码
下面是自己写的一个验证码,分享给大家 源码如下: using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-11-11 09:56
asp.net
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他