{$cfg_webname}
主页 > 计算机 > JSP >

JSP个人网站的设计与实现

来源:wenku168.com  资料编号:WK1687561 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1687561
资料介绍

JSP个人网站的设计(SQL2000)(含毕业论文说明书15000字,答辩ppt,程序代码,数据库)
摘要
在已跨入21世纪的今天,人类使用和学习信息的方式以及信息的包装方式正在进行着不可阻挡的革命,这次革命将比印刷术的出现所产生的影响以及对社会发展的推动远为复杂而巨大。目前,我国上网的人口已近一个亿,成立世界上网民最多的国家,许多人在需要查询信息,首先想到的就是上网。无可置疑, 网站已成为最吸引人的也最有效的信息传递手段和方式。
在当今社会中有自己的个人网站是一种时尚。本论文中,将软件工程的基本原理和方法应用到整个系统,并对其进行需求分析,提出了解决问题的具体方法。在具体制作中,用JSP技术来实现B/S系统,JSP技术与数据库技术结合,用户在浏览器端可以随意浏览及查询各种文章,而数据的后台操作则由服务器端处理。这样提高了网页的互动性,使整个系统能更好的为用户服务。

关键词   个人网站  JSP  网站设计

Abstract
In strided in the 21st century's today, the human use and the study information way as well as the information packing way is carrying on the irresistible revolution, this revolution the influence which as well as will produce the printing method appearance to be far more complex than to the social development impetus and be huge. At present, our country accesses the net population nearly hundred million, in the tenable world web cam most countries, many people have been needing the polling message, first thinks is accesses the net. Indubitable, the website has become the most appealing also most effective information transmission method and the way.
Has own individual website in now the society is one fashion. In the present paper, applies software engineering's basic principle and the method the overall system, and carries on the demand analysis to it, proposed solves the question concrete method. In the concrete manufacture, realizes the B/S system with the JSP technology, the JSP technology and the data bank technology union, the user may glance over and the inquiry at will in the browser end about Liu Yong's each kind of article, but the data backstage operation processes by the server end. Like this enhanced homepage interactive, enables the overall system better to serve for the user

Key word    Individual website    JSP    Website design

基于以上的需求分析,可将系统划分为以下几个功能:
a)    管理员登录功能:只要有管理员姓名,和密码就可以用管理员身份进行登录。并对其网站进行一系列的操作,如论坛管理,留言板管理,个人信息管理,信息发布管理等操作。
b)    留言板系统功能:用于网站管理员与游客交流的一个渠道,管理员可以随时对留言进行回复和对一些没有必要的留言进行删除。游客同样也可以留言。如果想有自己的留言姓名,就必须注册,这样留言板上将会留下用户的姓名,留言时间,和留言内容。
c)    个人信息管理功能:无论是管理员还是注册后的用户都可以对自己的个人信息进行修改,如姓名,性别,属性,生日,职业等操作。
d)    论坛管理功能:论坛管理功能是一种复杂的应用系统,需要综合应用的数据库、javabean等技术操作。和所有论坛几乎很相似有它特有的发帖,回帖,设置不同用户权限的问题,通过它管理员可以发表自己的任何文章,让所有游客可以进行浏览,只有当游客想发表回复或评论时,可以通过注册用户的方式进行发表文章或是修改自己的文章。
e)    信息发布及浏览功能:其主要是由管理员发布每天信息的内容,显示每天的最新消息的标题,作者,日期,详细内容等,使管理员能借助该系统对信息发布的增加,修改和删除等功能。随时都能提供给经过本网站的游客浏览
 

JSP个人网站的设计
JSP个人网站的设计
JSP个人网站的设计
JSP个人网站的设计
JSP个人网站的设计
JSP个人网站的设计
JSP个人网站的设计
JSP个人网站的设计


目    录
摘要    1
Abstract    2
1、引言    3
2、项目概述    4
2.1 课题简要说明    4
2.2 可行性研究    4
2.2.1 经济可行性    4
2.2.2 技术可行性    4
2.2.3运行可行性    5
2.2.4 时间可行性    5
2.2.5 法律可行性:    5
3、需求分析    5
3.1 功能需求    5
3.2 性能需求    6
4、相关技术介绍    6
4.1 JSP技术简介    6
4.2 JSP工作原理    7
4.3 JSP体系结构    7
4.4 JSP的特点    8
4.5 系统数据库连接    8
4.6 SQLSERVER 2000 数据库    13
4.7 BS模式与C/S模式的比较分析    13
4.8 JDBC介绍    15
5、概要设计    17
5.1 系统的总体结构图    17
5.2 数据库设计    18
5.3 系统的E-R图    20
5.4 处理流程设计    21
5.4.1 数据增加流程    21
5.4.2 数据修改流程    23
5.4.3 数据删除流程    23
6、详细设计    24
6.1 登录管理模块    24
6.2 论坛管理模块    25
6.3 留言板模块管理    27
7、系统调试与测试    28
7.1 程序调试    28
7.2 程序的测试    28
7.2.1 测试的重要性及目的    28
7.2.2 测试的步骤    30
7.2.3 测试的主要内容    30
结束语    32
致谢    34
参考文献    35

推荐资料