1、 毕业设计毕业设计( (论文论文) )中文摘要中文摘要 题目:个人博客系统设计与实现 摘要:从发展之初,博客就带有双重功能,一方面它是很棒的在线写日志的工具, 它可以记录个人的文章、日记或者其他一些值得记录分享的东西;另一方面博客也 是绝佳的交流工具,利用博客可以发一些重要的新闻,以最直接、最高效的方式来 与他人沟通。2000 年博客开始进入中国,并迅速发展,一直到今天博客应用都非常 广泛。 现在 Web 开发的理念就是追求较好的用户体验,一般都体现在 RIA(Rich Internet Application)开发上。 一些老的技术已经不能满足当今 Blog 发展的需求, 利用一些新的技术如
2、 Silverlight、WCF、Ajax 等来开发一个新的 Blog 系统就是基 于这样的背景。 本课题的任务是利用一些新的技术来开发一套完整的 Blog 系统,主要技术有 WCF、Silverlight、Ajax 等,是基于.NET 3.5 的平台来开发的。整个系统是基于 传统的三层架构的一套系统。数据访问层对 ADO.NET 进行了进一步封装,利用 Ioc 容器注入、反射来动态加载对象,同时利用缓存提高整个系统的整体性能。UI 层利 用了一些比较成熟的库和插件,比如 jQuery 库、FCKeditor 富文本编辑插件等,同 时也利用了一些比较新的技术,如 Silverlight。整个系
3、统界面采用 Div + CSS 来 设计界面,共有两套主题可供选择。 最后经过测试,系统能正常运行,功能完善,性能较高。总得来说这个系统的 开发是比较成功的。 关键词:博客 三层架构 WCF Silverlight 对象设计模式 缓存 毕业设计毕业设计( (论文论文) )外文摘要外文摘要 Title : Design and Implementation of a Personal Blog System Abstract: From the start, The Blog has two functions, first, its a useful tool who can use to w
4、rite articles, diary or something valuable to record and share with others, second, it is also a good tool to communicate with other people, we can use the most direct and most efficient way to publish some latest news to communicate with other people. In the year of 2000, the blog came to China, and spread quickly, grow rapidly,until now, it is also used extensively. The concept of todays web develop is users experience, mainly be embodied in the RIA(Rich Internet Application) developing.