摘要: SessionManager.csCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 using System.Web; 2 3 public class SessionManager<T> 4 { 5 public static T GetSessionObject(string key) 6 { 7 object obj = HttpContext.Current.Session[key]; 8 if (obj == nul 阅读全文
posted @ 2010-09-16 08:41 很久以前我就知道博客园的昵称可以很长很长很长很长 阅读(1548) 评论(0) 推荐(0) 编辑