标签(Tag)

所有标签(Tag) » CS Tips & Trick   (RSS)
抱歉,没有合乎条件的标签(Tag)可以显示。

[CS enhancement]ExtendedAttributes in Community Server

In this, the first of what I hope is a long line of articles based on customizing Community Server , I want to talk about a little know but very powerful property found in many places inside the CS API. One thing people often need to do in Community Server
发表于 作者 大兵 | 0 评论
相关主题:

Community Server资料收集

Community Server学习资料 uGoer 系列文章 Community Server专题一:概述Community Server Community Server专题二:体系结构 Community Server专题:附件(DOC&PPT)--2005年10月10日更新 Community Server专题三:HttpModule Community Server专题四:HttpHandler Community Server专题五:IHttpHandlerFactory Community
发表于 作者 大兵 | 0 评论
相关主题:

[转]Community Server用户注册过程

下面是 Community Server 用户的注册过程,是从 sql server 的 profiler 跟踪来的,下文从数据库的角度分析一下用户的注册过程,我们的 cs 论坛已转换为标准的 asp.net 2.0 的 membership ,经过对比 cs 的用户管理表和标准的 asp.net 2.0 的用户管理表结构一模一样,从 aspnet_Applications 到 aspnet_WebEvent_Events 共 11 个表。分析的目的就是为了下一步整合系统,作出自的会员注册系统。
发表于 作者 大兵 | 0 评论
相关主题:

相册业务分析

1、打开主页 a、未登录 i、GallerySqlDataProvider ii、GetGalleries iii、GetPictures b、登录 i、GetPictures 2、从主页进入相册 a、登录 i、GetPictures ii、GetPictures 3、从主页点击最新发布 a、GetPicture b、GetPictureMetadata c、GetComments d、GetPictureSortOrder e、GetPictureData 4、进入个人相册 a、GetPictures6次
发表于 作者 大兵 | 0 评论
相关主题:

CommunityServer数据部分名词解释

CommunityServer数据部分名词解释 Blog Forum Gallery Post 某一篇随笔及其评论 例如:我这个随笔+你们的回复 每一个帖子及其跟贴 相片及其评论 Thread 随笔 例如:我这个随笔 楼主的第一个帖子 相片 Section 可以嵌套 某人的博客 例如:我的Blog 嵌套:团队Blog,例如:太阳时代 论坛的分版块 嵌套:分版块下的分版块 某人的相册 嵌套:团队相册 Group Site+Application 多个博客的集合 例如:博客园 总论坛 总相册 Application
发表于 作者 大兵 | 0 评论
相关主题:

CommunityServer2.0中Blog业务详细分析

所有业务功能的分析都是针对SqlDataProvider项目里的WeblogSqlDataProvider.cs里的WeblogSqlDataProvider类 1、进入主页(整个CS的首页):列出最新的5个Blog,其中最新的2个Blog有简要摘要, a、GetWeblogs:获取最新的2个Blog? b、GetBlogThreads:获取其余3个Blog的主题 2、进入我的Blog页:列出最新的n(n可以设置)个Blog a、GetBlogThreads:获取主题 b、GetPostsByMonths:获取每个月的Blog统计数量
发表于 作者 大兵 | 0 评论
相关主题: