- 1、本文档共57页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE
摘 要
随着互联网技术的高速发展,生活节奏的加快,博客被越来越多的人选择作为学习和交流的工具。博客的内容丰富多彩,有对其他网站的超链接和评论,有个人构思,还有新闻日志、照片、诗歌和散文等。博客具有自主性、开放性、互动性和共享性的特点,是一个很好的交流的渠道,思想展现的舞台和学术探讨的园地。
本文首先对博客产生背景、发展现状及研究意义进行了介绍;然后介绍了相关开发工具及开发技术;最后以博客日志发布管理为基础,结合实际需要,详细描述了多用户博客系统的设计、开发全过程。
本系统开发基于B/S架构,使用Java作为开发语言、MySQL为数据库,结合MVC分层思想,采用JSP+Servlet+Javabean的“高内聚,低耦合”的设计模式进行博客管理系统的开发,以加快整个系统的开发进度,达到软件复用的目的。
关键词:博客;Web2.0;B/S架构;MVC;JSP
Abstract
With the rapid development of Internet technology and high speed of life rhythm, Blog has being chosen by more and more people as the tool of study and communication. The content of Blog is very rich and colourful: some has hyperlink and comment of other website, some about personal thinking, news, music, article and so on. Because of the character of independence, open, interaction and share of Blog, it is regarded as an outlet of good exchange channel, the stage of personal thought displaying, and the garden area of knowledge studying.
This article talk about blog background, development status and significance firstly; and describes related development tools and technologies; and finally to blog post management as the basis, combined with actual needs, more describes multi-user blogging system design and development process.
This system development framework based on the B/S, using Java as the development language, MySQL database, combined with MVC delaminating, take the high cohesion and low coupling proven JSP + Servlet + JavaBean for blog management system development, and to accelerate the development of the entire system to achieve the purpose of software reuse.
Key words: Blog; Web2.0; B/S; MVC; JSP
目 录
TOC \o 1-3 \h \z \u 摘 要 I
Abstract II
1 绪 论 1
1.1 课题背景 1
1.1.1 博客系统概述 1
1.1.2 博客系统发展现状及趋势 1
1.2 系统技术方案 2
1.2.1 方案分析 2
1.2.2 设计技术 2
1.3 关键技术 4
1.3.1 JSP 4
1.3.2 Servlet 5
1.3.3 JavaBean 5
2 需求分析 6
2.1 系统可行性分析 6
2.1.1 市场可行性分析 6
2.1.2 经济可行性分析 6
2.1.3 技术可行性分析 6
2.2 系统性能要求 7
2.3 系统运行环境要求 7
2.4 系统功能分析 7
文档评论(0)