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
一个验证码的实现参考代码
System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using
System.Web
·
2015-12-09 13:12
验证码
PowerShell生成随机密码
$Assembly = Add-Type -AssemblyName
System.Web
$global:passwordrandom = [System.Web.Security.Membership
九叔
·
2015-11-23 17:53
powershell
随机密码
九叔
PowerShell生成随机密码
$Assembly = Add-Type -AssemblyName
System.Web
$global:passwordrandom = [System.Web.Security.Membership
九叔
·
2015-11-23 17:53
powershell
随机密码
九叔
PowerShell生成随机密码
$Assembly = Add-Type -AssemblyName
System.Web
$global:passwordrandom = [System.Web.Security.Membership
九叔
·
2015-11-23 17:53
PowerShell
随机密码
九叔
PowerShell
支付宝及时到帐接口
支付宝有一个类文件叫 AliPay 是一些加密算法的东西 using
System.Web
; using System.Text; using System.Security.Cryptography
·
2015-11-13 23:08
支付宝
远程文件抓取类
using System; using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security
·
2015-11-13 23:34
文件
公共上传文件类
using System; using System.Collections.Generic; using System.IO; using
System.Web
; namespace Common.FilesManagement
·
2015-11-13 22:31
上传文件
C#中ISpostback
响应客户端控件时ispostback为true 代码: using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-13 22:19
post
简化: ASP.NET 事件触发顺序
using System.Data; using System.Configuration; using
System.Web
; using System.Web.Security; using
·
2015-11-13 22:13
asp.net
共享一下SqlHelper(为后用)
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-13 22:43
help
sdd
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.UI;
·
2015-11-13 21:32
sd
sd
using System;using System.Collections.Generic;using System.Collections;using System.Linq;using
System.Web
·
2015-11-13 21:32
sd
修改
using System;using System.Collections.Generic;using System.Collections;using System.Linq;using
System.Web
·
2015-11-13 21:30
修改
TreeView样式控制TreeView.ImageSet 属性
命名空间: System.Web.UI.WebControls程序集:
System.Web
(在 system.web.dll 中) 异常类型 条件ArgumentOutOfRangeException
·
2015-11-13 21:12
treeview
用jQuery调用WCF
1,服务 using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.ServiceModel
·
2015-11-13 21:17
jquery
asp.net学习Request和Response的其他属性
using System.Collections; using System.Configuration; using System.Data; //using System.Linq; using
System.Web
·
2015-11-13 21:30
response
利用ASP.NET制作简单计数器的例子
using System.Collections; 3 using System.ComponentModel; 4 using
System.Web
·
2015-11-13 21:54
asp.net
asp.net中非常简单的一个连接ACCESS的类
using System;using System.Data;using System.Data.OleDb;using
System.Web
;namespace Guestbook{ ///
·
2015-11-13 21:52
asp.net
C# DataTable 转换成JSON数据
using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using
System.Web
·
2015-11-13 21:12
Datatable
c#中使用ABCpdf处理PDF
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.UI
·
2015-11-13 21:42
pdf
ADO.NET- 基础总结及实例介绍
net Framework提供的,用于开发web应用程序的类库,封装在System.Web.dll中,对应程序中是
System.Web
这个命名
·
2015-11-13 20:20
.net
silverlight调用MVC WebApi方法
3、新建一个数据模型类,代码如下: using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-13 20:16
silverlight
discuz !NT 3.5 论坛整合 .net 网站用户登录,退出
using
System.Web
; using System.Web.UI; using System.Web.UI.WebControls; using 
·
2015-11-13 20:05
discuz
【WinForm】操作web.config验证用户
然后呢,通过winform 小工具来操作(增删改)webconfig里面的用户 第一:设置web.config 能够用来判断用户是否能登录 在
system.web
的节点下
·
2015-11-13 20:40
WinForm
【ASP.NET】 Gridview合并单元格
Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using
System.Web
·
2015-11-13 20:35
GridView
网站发布后Session丢失问题
解决方法:1、开启系统服务:ASP.NET服务状态项——自动启动;2、把Session保存致数据库;在web.config中:在
System.web
节点中增加以下代码: <
·
2015-11-13 20:24
session
RIA Service中对于递归实体类型处理的问题及解决方案
为此,我们建立了如下的一个实体类型 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-13 20:41
service
使用npoi做excel导出真心方便
using System; using System.Data; using System.IO; using
System.Web
; using NPOI.HPSF; using NPOI.HSSF.UserModel
·
2015-11-13 20:28
Excel
aspx生成静态页面html 例子
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-11-13 19:54
html
最新的 PageValidate 类
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-13 19:51
validate
net des加密解密
System.Collections.Generic;using System.Text;using System.IO;using System.Security.Cryptography;using
System.Web
·
2015-11-13 19:35
加密解密
What’s the difference between <
system.web
> and
?
当你有自定义的HttpModule和HttpHandler时,需要同时在这两处添加 这个是为IIS6或者IIS7的经典模式用的 <system.web> <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*
·
2015-11-13 18:15
webserver
分享一个导出Excel的类
using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Linq; 5 using
System.Web
·
2015-11-13 18:15
导出Excel
silverlight 访问web类
在ORA_JSON中建立CommonDao.cs using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-11-13 18:38
silverlight
WebService
手动写webservice,代码代码如下: using System; using
System.Web
; using System.Xml; using System.Collections
·
2015-11-13 17:51
webservice
用WebRequest 调用WebService的方法
using System;using
System.Web
;using System.Xml;using System.Collections;using System.Net;using System.Text
·
2015-11-13 17:13
webservice
asp.net 2.0中傻瓜式使用soap header
可以简单地应用soap header来 进行傻瓜式的应用,更复杂的应用当然要更深入地去看了, 首先,我们写个简单的helloworld的webservice using System; using
System.Web
·
2015-11-13 17:23
asp.net
asp.net下载文件
using System;using System.IO;using System.Text;using
System.Web
;using System.Web.UI; public partial
·
2015-11-13 17:58
asp.net
System.Runtime.InteropServices.COMException: 拒绝访问.
打开web.config然后在
system.web
节点中添加一属性 <identity impersonate="true" />OK具体用法查看ms-h
·
2015-11-13 17:21
exception
再次理解asp.net的生命周期
,这里记录一下,方便自己以后再次学习,下午搜索了好几个博客,然后总结如下: 所谓最好的学习方法就是动手试试了,首先在我们的项目中新建一个default.aspx页面,然后在webconfig文件中的
system.web
·
2015-11-13 17:49
asp.net
Asp.Net Excel导出类
using System;using System.Collections;using System.IO;using
System.Web
;using System.Web.UI;using System.Web.UI.WebControls
·
2015-11-13 17:52
asp.net
MOSS 文档库操作类
using System;using System.Data;using System.Configuration;using
System.Web
;using System.Web.Security;
·
2015-11-13 17:47
OS
SignalR1
它基于Owin,可以脱离繁重的
System.Web
,随意寄宿在IIS,WindowsService,或者一个控制台程序,这样它即能用于b/s的Web应用,也能用在客户端程序或者服务
·
2015-11-13 16:44
SignalR
Sample ASP.NET IHttpHandler
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using
System.Web
·
2015-11-13 16:52
asp.net
Visual Studio 2014
06-06 18:04 by 梁逸晨, 2149 阅读, 29 评论, 收藏, 编辑 新特性:vNext又称MVC 6.0,不再需要依赖
System.Web
·
2015-11-13 16:27
mvc
asp.net
vNext
Unity 中Token的应用
using UnityEngine; using System; using System.Collections; using System.Net; using System.Text; using
System.Web
速度速度撒
·
2015-11-13 16:31
unity3d
Unity 中Token的应用
using UnityEngine; using System; using System.Collections; using System.Net; using System.Text; using
System.Web
速度速度撒
·
2015-11-13 16:31
unity3d
Unity 中Token的应用
using UnityEngine;using System;using System.Collections;using System.Net;using System.Text;using
System.Web
速度速度撒
·
2015-11-13 16:31
Unity3D
从服务器上通过token
javascript, json, xml
服务端,这是一个ashx文件 需要添加两个引用 System.Runtime.Serialization和System.ServiceModel.Web using
System.Web
; using
·
2015-11-13 15:51
JavaScript
c# asp.net cookies class(cookies操作类)
nbsp; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-13 15:41
asp.net
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他