摘要:
Log4Net配置笔记 首先,添加对log4net.dll的引用。 在Web.config文件下的Configuration节点下添加Log4Net的配置信息: 添加一个类MyExceptionFilterAttribute.cs: 在Common类库中添加LogHelper.cs,添加日志写入函数 阅读全文
摘要:
1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。 3.timeout: 要求为Number类型的 阅读全文
摘要:
var cache = MSCL.CacheHelper.GetCache("mydata"); List<TestTable> list = new List<TestTable>(); if (cache == null) { int recordCount = 0; int totalPage 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Caching; namespace WebApplication6.Comment { pub 阅读全文