2005年10月18日
摘要: 获取图片列表(进入相册管理的时候) GetPicturesCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override ThreadSet GetPictures(GalleryThreadQuery query) ... 阅读全文
posted @ 2005-10-18 16:18 Konimeter 阅读(329) 评论(0) 推荐(0)
摘要: 先新增一条新增相片的记录 CreatePictureCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override void CreatePicture(Picture picture) { ... 阅读全文
posted @ 2005-10-18 15:38 Konimeter 阅读(791) 评论(0) 推荐(0)
摘要: 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 阅读(238) 评论(0) 推荐(0)
摘要: 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 阅读(302) 评论(0) 推荐(0)
摘要: 返回为BlogPostResults类型自定义枚举类型参数为WeblogPost类型自定义对象变量 UpdatePostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public override BlogPostResults Up... 阅读全文
posted @ 2005-10-18 12:15 Konimeter 阅读(262) 评论(0) 推荐(0)
摘要: GetWeblogsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// Returns all of the Weblogs for the current settingsID ///... 阅读全文
posted @ 2005-10-18 11:55 Konimeter 阅读(252) 评论(0) 推荐(0)
摘要: 返回WeblogPost类型的自定义对象变量 GetWeblogPostCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//**//**//// /// Returns an instance of WeblogPost./// public o... 阅读全文
posted @ 2005-10-18 11:43 Konimeter 阅读(272) 评论(0) 推荐(0)
摘要: 获取每个月的Post数量,一般用于首页的“列表” @SectionID=BlogID=14,氯胺酮的Blog,结果样式如下:2005年10月(10)2005年9月(2) GetPostsBtMonthCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->pu... 阅读全文
posted @ 2005-10-18 11:28 Konimeter 阅读(230) 评论(0) 推荐(0)
摘要: 获取一个月内所有的帖子 @SectionID=14,表示氯胺酮的Blog@Year=2005,年份@Month=10,月份 public override Hashtable GetPostsByMonth(int BlogID, DateTime month){ using( SqlConnection connection = GetSqlConnection() ) { ... 阅读全文
posted @ 2005-10-18 11:16 Konimeter 阅读(254) 评论(0) 推荐(0)