
Community Server
文章平均质量分 63
LeeLin
这个作者很懒,什么都没留下…
展开
-
Community Server-->数据提供服务
CommunityComponents.DataProviders:数据连接提供者CommunityComponents.CommonDataProvider:应用服务数据提供者CommunityComponents.ProviderHelper:SQL提供帮助器SqlDataProvider.Data.SqlCommonDataProvider:实际数据提供者站点配置文件comm转载 2009-10-25 19:45:00 · 628 阅读 · 0 评论 -
Community Server-->多语言版本
这部分包括2部分:CommunityComponents.ResourceManager 资源提取类。CommunityComponents.Message 错误消息内容数据。资源文件Resources.xml,Messages.xml1.1 资源提取类 GetSupportedLanguages() :此方法获取当前系统能支持的语言,并将其缓存转载 2009-10-25 19:53:00 · 580 阅读 · 1 评论 -
Community Server-->缓存
这部分包括1部分:CommunityComponents. CSCache 缓存处理类。Static CSCache():提供取得当前上下文缓存,如当前上下文缓存尚未建立,则从公共语言运行时取得缓存。对于缓存时间,该缓存只提供方法ReSetFactor(int cacheFactor)提供传递比例因子Factor,由此因子乘以默认静态变量DayFactor、HourFactor、转载 2009-10-25 19:53:00 · 536 阅读 · 0 评论 -
Community Server-->HTTP处理
这部分包括2部分:CommunityComponents.HttpHandler.AvatarHttpHandler 处理用户虚拟形象。CommunityComponents.HttpHandler.VCardHttpHandler 处理用户电子签名卡。相应的在配置文件web.config配置如下: httpHandlers>转载 2009-10-25 19:49:00 · 608 阅读 · 0 评论 -
Community Server-->模板定制处理
这部分包括3部分: 1 所有模板控件的基类 CommunityControls.TemplatedWebControl 模板控件基类 CommunityControls.SecureTemplatedWebControl 安全模板控件基类2 自定义控件:所有控件继承上述基类,并在CommunityControls下画出相应的控件转载 2009-10-25 19:48:00 · 680 阅读 · 0 评论 -
Community Server-->权限处理
这部分包括3部分: 1 功能点:也就是权限集合Permissions。2 角色:系统定制的缺省的角色以及可新增的角色Role。3 用户:用户所属角色,以及映射的权限集合。1.1 功能点 根据不同的板块定制的不同的功能点,目前各板块可分为:论坛:浏览、读、投贴、回复、编辑自己帖子、删除、顶贴、发布通知、创建投票、允许投票、二级管理员权限、附件、编辑别人帖转载 2009-10-25 19:48:00 · 562 阅读 · 0 评论 -
Community Server-->多线程管理池
这部分包括3部分:CommunityComponents.Semaphore 检测类。CommunityComponents.ManagedThreadPool 线程管理池。CommunityComponents.WaitingCallback 等待回调的对象1.1 检测类 此类主要监控系统资源中多线程的锁定以及释放。P():锁定当前对转载 2009-10-25 19:52:00 · 610 阅读 · 0 评论 -
Community Server-->串行化处理
这部分包括3部分:CommunityComponents.Serializer 提供串行化服务类。CommunityComponents.SerializerData 串行化数据结构。CommunityComponents.ExtendedAttributes 提供串行化键值集合的基类。 1.1 串行化服务类 static Serialize转载 2009-10-25 19:52:00 · 587 阅读 · 0 评论 -
Community Server-->搜索处理
本模块目前只提供数据库搜索,暂不支持静态页面搜索。这部分包括9部分:CommunityComponents.IJob 提供从Xml节点执行方法的接口。Search 提供搜索引擎。.CommunityComponents.SearchJob 提供查询任务。CommunityComponents.SearchQuery 提供查询条件。Commu转载 2009-10-25 19:51:00 · 676 阅读 · 0 评论 -
Community Server-->工作任务
这部分包括3部分:Configuration.Job 单个任务的具体执行。CommunityComponents.Jobs 所有任务的调度。1.1 单个任务的具体执行 单个任务的执行,其执行由timer_Callback(object state) 调度,执行任务由ExecuteJob()开展,每个不同的模块的具体执行由执行接口Ijob方法void Execute(转载 2009-10-25 19:50:00 · 579 阅读 · 0 评论 -
Community Server-->异常日志处理
这部分包括2部分:CommunityComponents.CSException 异常定制类。CommunityComponents.CSExceptionType 异常定制枚举。1.1 异常定制枚举 异常定制枚举定义了系统中各个模块不同操作的枚举,以便于用户能够根据此类型快速定位相应模块相应操作异常的原因。转载 2009-10-25 19:54:00 · 584 阅读 · 0 评论