学会放弃

my blog is here

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2008年2月28日

摘要: 抄的CS里的一段代码。 protected override void OnInit(EventArgs e) { List recentPosts = CSCache.Get("HomePageSearch-" + CurrentCSContext.User.RoleKey) as List; if (recentPosts == null) ... 阅读全文
posted @ 2008-02-28 13:25 leohuang 阅读(626) 评论(0) 推荐(0) 编辑