摘要: public void pro_ShowBook_tw(HttpContext context) { DataTable dt = null; string cacheKey = "GetList"; ///唯一的key值 if (HttpContext.Current.Cache[cacheKey 阅读全文
posted @ 2019-06-14 17:14 ITMrRight 阅读(1437) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace MCV.Models{ public class custormHandl 阅读全文
posted @ 2019-06-14 17:08 ITMrRight 阅读(246) 评论(0) 推荐(0) 编辑