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
Webservice超时问题
服务器端设置超时 在 web.config 的
system.web
里添加如下配置项: < httpRuntime executionTimeout="300000" /
·
2015-11-07 14:53
webservice
ASP.NET中在自定义类中使用Session,Request,Response,Server
方法1:using
System.Web
; HttpContext.Current.Session["a"]="hello"; 另:需要你先定义 public
·
2015-11-07 14:51
response
ASP.NET 生成缩略图
生成四种模式的图片缩略图 using System; using System.Collections; using System.Configuration; using System.Data; using
System.Web
·
2015-11-07 14:41
asp.net
点滴积累【C#】---错误日志记录到txt文本里。
System.Collections.Generic; 3 using System.Configuration; 4 using System.IO; 5 using System.Linq; 6 using
System.Web
·
2015-11-07 14:55
txt
ASP.NET JScript公共类(非常有用)
using
System.Web
; public class JScript { /// <
·
2015-11-07 14:54
asp.net
Web Service 中的身份验证策略--使用自定义SOAP 标题
下面是个例子: using System; using
System.Web
; using System.Web.Services; using System.Web.Services.Protocols
·
2015-11-07 14:21
web Service
System.Web
Namespce
System.Web
概述:
System.Web
是.NET中web应用开发的一个基础类库,定义浏览器与服务器之间的所有操作方法,包括请求输入流(HttpRequest)、输出流(HttpResponse
·
2015-11-07 14:16
System
ASP.NET生成验证码源代码
生成验证码代码,来源于eping的博客,挺简单,内容细节都说得很清楚,实现方法下文using System;using System.Data;using System.Configuration;using
System.Web
·
2015-11-07 14:13
asp.net
asp.net 生成中文验证码
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
;using
·
2015-11-07 14:12
asp.net
在gridview 中显示百分比
%@ WebHandler Language="C#" Class="ChartHandler" %> using System; using
System.Web
·
2015-11-07 14:44
GridView
asp.net mvc4 signalR后台自推送
Startup.cs类然后就会报错 代码如下 using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-07 13:36
asp.net
C# json 序列化 扩展类
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Runtime.Serialization.Json
·
2015-11-07 13:56
json
微信开发-Jssdk调用分享实例
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.IO
·
2015-11-07 13:58
微信开发
MapGuide公共静态方法
using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-07 13:49
静态方法
关于asp.net impersonation的一些谣传
system.web
下面的配置节 <identity impersonate="true" /> 或者<identity impersonate="true
·
2015-11-07 13:45
asp.net
Webservice自动表生成TableForGen
using System;using System.Linq;using
System.Web
;using System.Collections.Generic; namespace SVL{ 
·
2015-11-07 13:42
webservice
用Xmlhttp无刷新更新DIV
using System;using System.Collections.Generic;using System.Linq;using
System.Web
;using System.Web.Services
·
2015-11-07 13:41
xmlhttp
重复表操作
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-07 13:26
操作
CustomerSOList
using System; using System.Collections.Generic; using System.Linq; using
System.Web
; using System.Web.UI
·
2015-11-07 13:44
list
Ajax 加載數據庫中的圖片
<%@ WebHandler Language="C#" Class="GetImage" %> using System; using
System.Web
·
2015-11-07 13:39
Ajax
C# http 发送接收xml数据
using System;using System.Collections.Generic;using System.Text;using
System.Web
;using System.Web.Security
·
2015-11-07 13:32
http
支付宝及时到帐接口
支付宝有一个类文件叫 AliPay 是一些加密算法的东西 using
System.Web
; using System.Text; using System.Security.Cryptography
·
2015-11-07 13:01
支付宝
ASP.NET MVC 上传文件
首先创建一控制器文件UpFileController.cs: using System;using System.Collections.Generic;using System.Linq;using
System.Web
·
2015-11-07 13:56
asp.net
asp.net页面事件执行顺序
using System;using System.Data;using System.Configuration;using
System.Web
;using&
·
2015-11-07 13:29
asp.net
关于URL的地址重写,自己也实验了一把!
开始试验了: 第一步我现在web.config的<
system.web
></
system.web
>中加入 : &
·
2015-11-07 13:23
url
Asp.net 字符串操作类(补充--引用)
nbsp;2using System.Data; 3using System.Configuration; 4using
System.Web
·
2015-11-07 12:56
asp.net
asp.net 使用IHttpModule 做权限检查 登录超时检查
using System;using System.Collections.Generic;using System.Linq;using
System.Web
; /// <summary>
·
2015-11-07 12:58
asp.net
C#文件帮助类FoderHelper
代码如下: using System; using System.Data; using System.Configuration; using System.Linq; using
System.Web
·
2015-11-07 12:04
RHEL
CacheHelper
System.Collections; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using
System.Web
·
2015-11-07 12:49
cache
不生成Excel文件,将Datatable数据 Response.write 输出生成Excel
using System;using System.Data;using System.Configuration;using System.Collections;using
System.Web
·
2015-11-07 12:52
Datatable
Button.OnClientClick 属性
命名空间:System.Web.UI.WebControls程序集:
System.Web
(在 system.web.dll 中) 先执行 OnClientClick 再执行
·
2015-11-07 12:07
client
怎么处理404 错误页面 、处理404页面、asp.net 处理404页面
system.web
元素 下添加下边的代码 <customErrors mode="
·
2015-11-07 12:19
asp.net
使用LINQ查询非泛型类型
System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Web.UI;using
System.Web
·
2015-11-07 12:57
LINQ
实用的文件操作类
using System.Xml; using System.Data; using System.Collections; using
System.Web
·
2015-11-07 12:05
文件操作
HttpContext
HttpContext的命名空间:
System.Web
HttpContext的程序集:
System.Web
(在 system.
·
2015-11-07 12:15
context
jquery ajax数据操作 DropDownList级联
using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-07 12:52
jQuery ajax
创建一个验证码图片类
using System; using System.Data; using System.Configuration; using System.Collections; using
System.Web
·
2015-11-07 12:49
验证码
asp.net加密算法
方法一: //须添加对
System.Web
的引用 using System.Web.Security
·
2015-11-07 12:30
asp.net
C#基础继承和多态
View Code using System; using System.Collections.Generic; using System.Linq; using
System.Web
·
2015-11-07 11:27
C#
c# 水晶报表中处理TextObject
代码 using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-07 11:17
object
WEB开发常用的几个函数(获取IP,MD5加密解密,HTML转义字符)
代码 using System; using System.Data; using System.Configuration; using
System.Web
·
2015-11-07 11:31
web开发
ASP.NET字符串过滤
Code using System; using System.Text.RegularExpressions; using
System.Web
; /**////&
·
2015-11-07 11:39
asp.net
ASP.NET图片验证码学习!
Validate.aspx.cs编写代码: using System;using System.Collections;using System.ComponentModel;using System.Data;using
System.Web
·
2015-11-07 11:38
asp.net
Remoting Demo
using System.Configuration; 4 using System.Collections; 5 using
System.Web
·
2015-11-07 11:27
demo
asp.net长文章插入分页符^进行分页
using System.Collections; using System.Configuration; using System.Data; using
System.Web
·
2015-11-07 11:19
asp.net
MOSS User Profile(一):获取和遍历
SharePoint Server 2007的User Profile首先需要添加3个DLL组件的引用: Microsoft.SharePoint Microsoft.Office.Server
System.Web
·
2015-11-07 11:30
profile
(原创)cookie用法详解
本节将介绍COOKIE的基本用法. 1、COOKIE原理 当客户端首次访问服务器端时 当客户端再次访问服务器端时 2、创建COOKIE 首先引用
System.Web
命名空间  
·
2015-11-07 11:12
cookie
山寨版Windows.Forms用户控件
本文转自http://www.cnblogs.com/chf/archive/2009/07/07/1518742.html 园子里的大虾们总是讨论
System.Web
·
2015-11-07 11:57
windows
在ashx文件中读写session
Class="codeImage" %> 2 3using System; 4using
System.Web
·
2015-11-07 11:33
session
安全--解密
using System.ComponentModel; using System.Data; using System.Drawing; using
System.Web
·
2015-11-07 11:23
安全
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
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
其他