论文首页哲学论文经济论文法学论文教育论文文学论文历史论文理学论文工学论文医学论文管理论文艺术论文 |
基于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.
中英文题目、摘要、关键词 错误!未定义书签。
前言 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 (科教范文网http://fw.NSEAC.com编辑发布)
5.1.5 退出管理 46
5.2 系统维护 46
5.3 系统评价 46
6 结束语 47
参考文献 48
致谢 49