摘要: 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。 3.timeout: 要求为Number类型的 阅读全文
posted @ 2018-04-02 15:30 称虚圆 阅读(52) 评论(0) 推荐(0) 编辑
摘要: var cache = MSCL.CacheHelper.GetCache("mydata"); List<TestTable> list = new List<TestTable>(); if (cache == null) { int recordCount = 0; int totalPage 阅读全文
posted @ 2018-04-02 15:25 称虚圆 阅读(84) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Caching; namespace WebApplication6.Comment { pub 阅读全文
posted @ 2018-04-02 15:21 称虚圆 阅读(90) 评论(0) 推荐(0) 编辑