毕业论文

当前位置 /首页/快乐学习/毕业论文/列表

基于JSP的共享资源发布站点JSP+SQL

毕业论文

基于JSP的共享资源发布站点的设计
 

基于JSP的共享资源发布站点JSP+SQL

摘要:尽管互联网出现的时间并不算长,但它却以惊人的速度在发展。以至于它对人类的活动的影响也越来越深,甚至可以说任何人都将无法离开它。与此同时,Netscape和Sun公司开发的Internet产品:浏览器和Java,将1个前所未有的、全新的'Web天地呈现在我们面前。世界上无数企业出于竞争、减少成本和进1步提高生产效率的目的与互联网相连,利用它进行电子商业操作,实现电子商业功能,如:互联网广告、电子化贸易等。在这些类似的商务网站中,JSP技术被广泛应用。
本文便是描述1个简单的基于JSP + Tomcat + Microsoft SQL Server 2000的共享资源发布站点的设计过程,所描述的主要内容包括:JSP相关技术及与数据库连接的技术;系统设计运行环境的配置过程;整个系统的功能和文件结构设计;整个设计过程,包括部分代码的具体描述。
关键词:JSP;Tomcat;Microsoft SQL Server 2000;JDBC


Design of A Publish WEB Site of Shared Resource Based on JSP
 

Abstract:Although It is not a long time that the Internet came to use, but it actually is developing by the astonishing speed. It influences humanitys activity more and more deeply , even may say any one all will be unable to do without it. At the same time, Netscape and Sun Corporation developed Internet products: The browser and ecedented, the brand-new Web world presents in front of us. The innumerable enterprises consider needs of the competition and, the reduced cost and further enhanceing the production efficiency , have connected to the  Internet,using it to carry on the commercial operation, for example: Advertisement, trade and so on. In these similar commercial websites, the JSP technology is widely applied.
This article described a simple WEB station based on JSP + Tomcat +Microsoft SQL the Server 2000 publish web site of shared resource. The main issues discussed are as follows: the first ,an introducation to the JSP correlation technology and with the database connection technology; the second, system design movement environment configuration process; the third, system functiones and file organization design; the last, system design process, including partial codes .
Key word:  JSP;Tomcat; Microsoft SQL Server 2000;JDBC


目  录
前言 4
1 相关知识 5
1.1 Web应用程序 5
1.2 HTTP和Servlet基础 6
1.3 JSP技术简介 8
1.4 JSP访问数据库编程 10
1.5 开发工具和平台介绍 11
1.6 运行环境配置 13
2网站结构设计 15
2.1 目标设计 15
2.2 系统功能分析与设计 16
3 需求分析 17
3.1 可行性分析 17
3.1.1 技术可行性 17
3.1.2 经济可行性 18
3.1.3 运行可行性 18
3.2 数据库需求分析 18
3.3 数据库概念结构设计 18
3.4 数据库逻辑设计 20
3.5 系统文件结构设计 22
3.6数据库的生成和连接 22
3.6.1 数据库的生成 22
3.6.2 数据库的连接 22
4 系统详细设计 24
4.1共享资源显示模块 24
4.2 共享资源搜索模块 28
4.3 共享资源栏目管理模块 31
4.4 共享资源管理模块 38
4.5 设计中的问题与解决 43
4.5.1 无法连接数据库 43
4.5.2 无法正常向数据库插入数据 43
4.5.3 中文显示乱码 43
5系统的测试与维护 44
5.1 系统的测试 44
5.2 系统的维护 44
结束语 45
参考文献 46
致谢 47

前言
本设计中的共享资源发布系统将分为前台用户界面和后台管理员页面。管理员登陆页面用于身份验证;后台的数据库操作页面是提供1个对数据库信息进行调整的人性化的友好界面。管理员在登陆后可以对发布的共享资源进行查询、添加和修改。前台用户页面将展示发布的共享资源的分类、搜索和下载排名等。它的设计目的是为了让下载用户可以更好的了解发布的共享资源,才能保证共享资源在网络上发布时能够吸引用户的眼球。需要说明的是,所有共享资源的发布将是基于某1个网站而发布的,并非是我们现在所设计的演示页面这么简单。
全文中将具体介绍设计的相关技术,描述对系统的需求分析,阐述系统设计思路和功能划分,详细说明各个页面与功能模块的具体设计过程以及给出测试结果等。

TAG标签:站点 jsp 共享资源 JSPSQL #