asp.net
文章平均质量分 63
liuay
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
asp.net DataCache缓存
获取缓存 string CacheKey = "BrandsModel-" + BrandId; object objModel = Maticsoft.Common.DataCache.GetCache(CacheKey); if (objModel == null) {原创 2017-05-15 11:53:00 · 2115 阅读 · 0 评论 -
c# 转换json
Response.ContentType = "application/json"; System.Web.Script.Serialization.JavaScriptSerializer ser = new System.Web.Script.Serialization.JavaScriptSerializer(); ArrayList Or原创 2017-10-09 13:08:21 · 431 阅读 · 0 评论
分享