huangyiiiiii

此blog不再更新,大家都去我的新家吧http://codeplayer.blogbus.com

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

随笔分类 -  CommunityServer

CommunityServer
摘要:Application_BeginRequest 事件中调用CSContext.Create(context, ReWriteUrl(context)); 在ReWriteUrl(context)中调用了SiteUrls.RewriteUrl(path,context.Request.Url.Query,out newPath);SiteUrls类 的Instance方法中 读取配置文件中Site... 阅读全文
posted @ 2005-08-10 09:34 huangyi 阅读(677) 评论(0) 推荐(0)

摘要:communityserver 通过NameValueCollection 并通过将属性值变成字符串 然后将所有属性值序列化 存到数据库. 阅读全文
posted @ 2005-08-09 11:15 huangyi 阅读(734) 评论(0) 推荐(0)

摘要:程序执行流程 *.aspx -ContentContainer.cs Page.LoadControl(*MasterPage.ascx); and fill regions with contents -*MasterPage.ascx -LayoutControls Page.LoadControl(....ascx); -View-*.ascx -Controls Page.LoadControl(...ascx); 直接调用Components中的类 -Skin-*.ascx -Co 阅读全文
posted @ 2005-08-01 01:04 huangyi 阅读(2064) 评论(8) 推荐(0)