摘要:
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 阅读全文