基于Web网上书店JSP+SQL

时间:2020-09-01 16:14:14 计算机应用毕业论文 我要投稿

基于Web网上书店JSP+SQL

毕业论文

基于Web的彬彬网上书店
 
摘要:随着中国加入WTO,全球经济1体化的逐步深入,互联网在我国得到了突飞猛进的发展,特别是电子商务网站如雨后春笋般涌现出来,网上购物更是已经逐渐成为1种时尚了。本文将介绍如何使用JSP(Java Server Pages)技术来开发网络购物系统,使网站具有基本的电子商务平台的特点。《网上书店系统》是1个基于Web、采用B/S(Browser/Server  浏览器/服务器)模式的电子商务系统。本着“科技带动经济”的发展思想,采用高科技的手段在计算机与通信网络的基础上,利用电子工具实现商业交换和行政作业。本系统主要采用超文本连接语言HTML、JSP、SQLServer2000等技术来实现网上书店系统。使用SQLServer2000建立基本表,确立好的数据来源并进行关联。只要通过JSP所提供的数据库操作接口,即可达到存取并修改数据库的目的。网上书店就是网络购物系统的典型应用。网上书店利用现代最新的信息技术,这种虚拟的购物系统有着传统的书店无法比拟的优势。(1)网上书店的经营成本要低很多;(2)网上书店突破了传统书店的地域限制和时间,市场扩张潜力极大;(3)网上书店可以更充分地利用信息资源。利用技术为客户提供各种个性化服务。有着这样强大功能本系统,虽然看起来比较复杂,1旦使用起来就比较直观,使用很方便。
关键词:JSP;SQL Server 2000;Servlet;JavaBean
 
Based in Web refined refined net Binbin’bookstore
 
Abstract:Along with China had joined the WTO, the economic integral whole in world turn gradually thorough, the Internet got the progress by leaps and bounds development in the our country, especially the electronic commerce website grows profusely and quickly the sort flows out to appear, on the net shopping also became a kind of vogue already and gradually. This article will introduce how to use the JSP(Java Server Pages) technique to develop the network shopping system, making the website have the characteristics of the basic electronic commerce terrace.Itis an electronic commerce system for according to Web, adopting B/S(Browser/Server) mode that 《 net ascends the shopping system the 》 .This" the technology arouse the economy" of development thought, means of high technology adoption is on the foundation of the calculator and correspondence network, make use of the electronics tool to realize the business to exchange with administration homework.Main adoption of this system text this conjunction language HTML, JSP, Java script the etc. technique comes realizing the net is on the shopping system.The usage SQLServer2000 establishes the basic form, establishment the data source that like and proceed connection.Only pass the purpose for database operation for providing connecting first, can immediately attain accessing to combine to modify the database of JSP.Net top the bookstore is a network shopping the systems typical model application.Bookstore that shopping system that net top the bookstore make use of modern and latest information technique, this kind of conjecture to have got the tradition cant advantage that compare to.(1)Net top operating of bookstore the cost want low and a lot of;(2)Ground that net the top bookstore broke the traditional bookstore to limit to extend the potential with time, market biggest;(3)Net top bookstore can more adequately make use of the information resources.Make use of the technique to provide the every kind of character the service for customer.Look to compare the complicacy, once use comparison the , usage is very convenient.
Keywords:JSP;SQL Server 2000;Servlet;JavaBean
 
前言
当前,世界经济正在开始新1轮的增长,经济全球化趋势不断增强,以信息技术产业为先导的“新经济”方兴未艾,虽然对新经济的提法还没有统1的意见,如有电子经济、网络经济、信息经济、知识经济等说,但是各界已经1致认为近期的重点是建立在互联网基础上的电子商务新经济。
    电子商务对传统的商务活动带来了巨大的冲击,它突出的标志就是增加贸易机会,降低贸易成本,简化贸易流程,提高贸易效率。电子商务极大地改变了商务模式。带动了经济结构的变革。在发达国家,电子商务发展空前繁荣,通过互联网进行交易已成潮流。
    电子商务对发展中国家,是1个重要的机遇。由于历史的原因,我国在前两次工业革命中失去了与世界齐驱并进的大好机遇。但是在新经济的竞争中,我国正在努力同世界先进国家同步。
    我国在1994年开始出现电子商务的初级形式,到目前为止,证券公司、金融结算机构、民航订票中心、信用卡发放等方面均已成功进入电子商务领域,并进行了大量的、可靠的交易。这些已构成电子商务发展的基础,同时也为进1步发展积累了丰富的经验。
    1996—1999年,IT厂商和媒体是推动电子商务发展的主角,1999年之后,1些参与电子商务的大企业,主要指电子商务网络服务商成为推动电子发展的主体,从这时起,中国的'电子商务才算真正开始。在全国各地,特别是大中城市,电子商务如春潮涌动,8848、当当书店、优雅网站等1批优秀电子商务企业迅速崛起,京、粤、沪成为中国电子商务3强,其中以上海为最。目前,国内电子商务企业逐渐开始由贸易、0售等行业扩展到传统制造业,电子商务已经成为中国新经济的1道重要的风景线。
目  录

中英文题目、摘要、关键词 错误!未定义书签。
前言 3
1 应用背景 4
1.1 关于网络购物系统 4
1.2 开发环境 4
1.3 开发工具 4
1.4 运行环境的安装与配置 4
1.4.1 应用服务器介绍 4
1.4.2 JSP运行环境的安装与配置 5
2 所用的工具以及语言说明 13
2.1 JSP概述 13
2.1.1 什么是JSP 13
2.1.2 JSP和JAVA 13
2.1.3 Servlet介绍 14
2.1.4 JavaBean介绍 15
2.1.5 JSP的运行原理 16
2.1.6 如何利用JDBC访问数据库 16
2.2 SQL SERVER概述 21
2.2.1 SQL Server概述 21
2.2.2 SQL Server的历史和发展 21
2.2.3 关系型数据库的基本概念 22
2.2.4 SQL Server 2000 的新特点 22
3 需求分析 23
3.1 总体分析 23
3.1.1 系统目标 23
3.1.2 系统分析 23
3.1.3 B/S模式 23
3.1.4 数据流图 24
3.1.5 结构及功能设计(如图21所示) 25
3.2 数据库设计 25
3.3 需求概述 25
3.4 表结构 27
3.5 实体关系图: 29
4 系统页面的设计以及实现 31
4.1 数据库的连接 31
4.1.1 数据库创建 31
4.1.2 JSP页面与数据库连接 31
4.2 系统登录界面功能实现及代码介绍 31
4.2.1 后台管理功能实现及文件介绍 31
4.2.2 分页显示功能实现及源代码 34
4.2.3 管理员登陆 37
4.2.4 会员注册与登陆页面的设计与实现 38
4.2.5 图书分类页面的功能实现 40
4.2.6 图书查询方式功能实现 41
4.2.7 顾客留言功能设计与实现 44
4.2.8 购书界面的设计与实现 45
5 测试与瞻望 46
5.1系统测试 46
5.1.1 用户打开彬彬网上书店 46
5.1.2 管理员登陆功能 46
5.1.3 管理员对书店修改操作功能 46
5.1.4 会员登陆功能 46
5.1.5 退出管理 46
5.2 系统维护 46
5.3 系统评价 46
6 结束语 47
参考文献 48
致谢 49

 

【基于Web网上书店JSP+SQL】相关文章:

1.基于ASP的网上书店设计

2.基于web的综合测评与分析

3.基于Web技术的网络考试系统

4.基于Unix的Web服务器安全

5.我国网上书店发展现状解析

6.科技论文发表基于Web数据挖掘技术的研究论文

7.基于语义Web的旅游信息服务的研究与应用

8.基于ASP技术开发Web数据库检索程序

9.Web Workers加速移动Web应用