jsp网上书店系统的设计与实现
- 格式:doc
- 大小:1.02 MB
- 文档页数:43
学院毕业设计
网上书店系统的实现
学生姓名 X X X
系(部) 软件学院
专 业 软件技术
指导教师
2013年03月5日
摘 要
随着计算机技术的飞速发展,书店也已进入信息化时代。为了使书店商管理更高效、更科学,决定开发网上书店系统.
本文采用面向对象系统分析的方法,首先进行系统开发背景的介绍,系统的开发目的;接下来系统的关键技术介绍;之后是数据库分析;然后是网上书店的需求分析;接下来是网上书店的详细实现;最后是总结。
本系统用JSP+SQL Server 2000开发,开发过程中运用了页面模块化、信息发布的动态生成、静态页面显示等技术开发。系统开发模式采用B/S模式.本系统的实现更好的方便了书店对网上图书进行管理.
关键词:网上书店、系统、JSP、SQL 河南工程学院毕业设计(或论文)
Abstract
With the rapid development of computer technology, the bookstore also has entered the
information age。 In order to make the bookstore business management more efficient, more
scientific, decides the development of online bookstore system.
Based on the object-oriented system analysis method, first introduced the system development
background, system development purpose; The key technology of the system are introduced; After
the database analysis; Then the demand analysis of the online bookstore, Then the detailed
implementation of online bookstore, The last is summarized.
This system use JSP + SQL Server 2000 development, development process using a page
modular, information release dynamic generation, static page display technology development。
System development mode to use B/S mode。 The realization of the system better convenient to
online bookstore books management.
Keywords: online bookstore, system, JSP, SQL 河南工程学院毕业设计(或论文)
0 目录
摘 要 ....................................................................................................................................................
目录 ...................................................................................................................................................... 0
前 言 .................................................................................................................................................. 1
第一章 绪论 ........................................................................................................................................ 2
1.1 引言 ...................................................................................................................................... 2
1.2 研究课题的目的 .................................................................................................................. 2
1。3 国内外研究综述 ................................................................................................................ 3
第二章 技术的简介 ............................................................................................................................ 4
2。1JSP技术 ............................................................................................................................... 4
2.2 JavaBean技术 ..................................................................................................................... 5
2.3 JDBC技术 ............................................................................................................................. 6
2。4 用JDBC访问数据库 .......................................................................................................... 8
第三章 数据库 .................................................................................................................................. 12
3。1 SQL 2000的介绍 ............................................................................................................ 12
3。2 SQL语言 ......................................................................................................................... 13
第四章 网上书店系统的需求分析 .................................................................................................. 17
4。1 业务的分析 ...................................................................................................................... 17
4。2 会员注册分析 .................................................................................................................. 17
4。3 查询会员信息分析 .......................................................................................................... 18
4.4 删除会员信息分析 ............................................................................................................ 18
4。5 会员修改信息分析 .......................................................................................................... 19
第五章 网上书店系统的概要设计 .................................................................................................. 21
5。1 系统的目标 ...................................................................................................................... 21
第六章 网上书店系统的详细实现 .................................................................................................. 22