CS数据库反Generate的PowerDesigner的物理数据图
摘要:要做CS的二次开发(也可能重新开发CS相同的功能),所以要研究CS,在PowerDesigner里反Gen出物理数据图,挺过瘾,不过有些关系应该是没有画出来。
阅读全文
posted @
2006-04-07 17:53
Konimeter
阅读(748)
推荐(0)
CommunityServer数据部分名词解释
摘要:Blog Forum Gallery Post 某一篇随笔及其评论例如:我这个随笔...
阅读全文
posted @
2006-03-29 12:01
Konimeter
阅读(736)
推荐(0)
Blog需求
摘要:1、可以多风格选择(CSS,后台管理选择)2、Blog标题(支持xhtml 1.1,后台管理)3、Blog子标题(支持xhtml 1.1,后台管理)4、公告(支持xhtml 1.1,后台管理内容,并可以选择是否显示)5、日历(只显示一个月内的每个日,如果某日内有发表Blog,就在该日数字加连接,以日期作为筛选条件列出Blog,可以选择是否显示)6、随笔分类(分类可以自由添加,可以设置是否显示,点击...
阅读全文
posted @
2006-03-18 12:38
Konimeter
阅读(1039)
推荐(0)
BlogPostType
摘要:BlogPostTypeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//------------------------------------------------------------------------------// // ...
阅读全文
posted @
2005-10-24 14:19
Konimeter
阅读(304)
推荐(0)
User
摘要:UserCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//------------------------------------------------------------------------------// // Copyri...
阅读全文
posted @
2005-10-24 13:54
Konimeter
阅读(411)
推荐(0)
WeblogPost
摘要:Blog的Post记录对应自定义类WeblogPost各个属性其中保存序列化数据的2个字段,用GetExtendedAttribute和SetExtendedAttribute方法访问修改可以参见:WeblogPost修改示列 WeblogPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.C...
阅读全文
posted @
2005-10-24 12:41
Konimeter
阅读(442)
推荐(0)
BlogPostResults
摘要:成功=0 BlogPostResultsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//// /// Summary description for BlogPostResults./// public enum BlogPostResult...
阅读全文
posted @
2005-10-24 12:31
Konimeter
阅读(252)
推荐(0)
论坛业务详细分析
摘要:1、发表新贴 a、进入编辑状态 i、GetForums ii、GetForums b、发表 i、GetForums ii、AddPost iii、GetForumIDByPostID iv、GetForums v、GetForums vi、GetForumIDByPostID...
阅读全文
posted @
2005-10-20 12:21
Konimeter
阅读(462)
推荐(0)
DeletePicture
摘要:DeletePictureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public override void DeletePicture(int sectionID, int threadID){ using( SqlConnectio...
阅读全文
posted @
2005-10-20 11:33
Konimeter
阅读(289)
推荐(0)
DeletePictureData
摘要:DeletePictureDataCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public override void DeletePictureData(int postID){ using( SqlConnection connectio...
阅读全文
posted @
2005-10-20 09:54
Konimeter
阅读(269)
推荐(0)
GetPicture
摘要:GetPictureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public override Picture GetPicture(int postID, int userID){ // Create Instance of Connect...
阅读全文
posted @
2005-10-20 09:51
Konimeter
阅读(330)
推荐(0)
相册业务详细分析
摘要:1、打开主页 a、未登录 i、GallerySqlDataProvider ii、GetGalleries iii、GetPictures b、登录 i、GetPictures2、从主页进入相册 a、登录 i、GetPictures ii、GetPictures3、从主页点击最新发布 a、G...
阅读全文
posted @
2005-10-20 09:28
Konimeter
阅读(465)
推荐(0)
ThreadSet
摘要:ThreadSetCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Summary description for UserSet. /// [Serializable] ...
阅读全文
posted @
2005-10-19 21:36
Konimeter
阅读(351)
推荐(0)
BlogThreadQuery
摘要:BlogThreadQueryCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Provides consistent/simple access to the various blog thr...
阅读全文
posted @
2005-10-19 21:35
Konimeter
阅读(309)
推荐(0)
博客业务详细分析
摘要:如果没有了这一行字,表示我已经在不断的修改中修改完毕,以下是未完成之描述:所有业务功能的分析都是针对SqlDataProvider项目里的WeblogSqlDataProvider.cs里的WeblogSqlDataProvider类1、进入主页(整个CS的首页):列出最新的5个Blog,其中最新的2个Blog有简要摘要, a、GetWeblogs:获取最新的2个Blog? b、Get...
阅读全文
posted @
2005-10-19 11:52
Konimeter
阅读(626)
推荐(0)
GetBlogThreads
摘要:函数参数为BlogThreadQuery类型的自定义对象变量函数返回为ThreadSet类型的自定义对象变量 GetBlogThreadsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override ThreadSet Get...
阅读全文
posted @
2005-10-19 11:45
Konimeter
阅读(250)
推荐(0)
GetPictures
摘要:获取图片列表(进入相册管理的时候) GetPicturesCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override ThreadSet GetPictures(GalleryThreadQuery query) ...
阅读全文
posted @
2005-10-18 16:18
Konimeter
阅读(330)
推荐(0)
CreatePicture和CreatePictureData
摘要:先新增一条新增相片的记录 CreatePictureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override void CreatePicture(Picture picture) { ...
阅读全文
posted @
2005-10-18 15:38
Konimeter
阅读(792)
推荐(0)
GetPost
摘要:GetPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Get basic information about a single post. This method returns an ...
阅读全文
posted @
2005-10-18 14:36
Konimeter
阅读(240)
推荐(0)
AddPost
摘要:AddPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Adds a new Post. This method checks the allowDuplicatePosts settin...
阅读全文
posted @
2005-10-18 12:29
Konimeter
阅读(305)
推荐(0)