摘要:
这篇文章发布自windows live writer. 看看效果怎么样呀. 阅读全文
posted @ 2011-09-24 00:46
Hauk.Wong
阅读(106)
评论(0)
推荐(0)
摘要:
1 //清除所有缓存 2 protected void RemoveAllCache() 3 { 4 System.Web.Caching.Cache _cache = HttpRuntime.Cache; 5 IDictionaryEnumerator CacheEnum = _cache.GetEnumerator(); 6 ArrayList al = new ArrayList(); 7 while (CacheEnum.MoveNext()) 8 { 9 al... 阅读全文
posted @ 2011-09-24 00:28
Hauk.Wong
阅读(362)
评论(0)
推荐(0)