毕业论文 网上商城系统.doc
约65页DOC格式手机打开展开
毕业论文 网上商城系统,摘要伴随着计算机技术日益广泛和深入的应用,网络的概念早已深入人心,网络在各行各业中发展中占据了重要位置。商品的买卖已经不再局限于普通的商店,网上商店已经成为商家展示自己舞台的另一舞台,也为商家带来了更高的利益。本论文研究的内容就是网上商城的具体功能及实现。实现了商品查询、商品管理、商品显示、购物车、订单管理、用户管理等...
内容介绍
此文档由会员 ljjwl8321 发布
摘 要
伴随着计算机技术日益广泛和深入的应用,网络的概念早已深入人心,网络在各行各业中发展中占据了重要位置。商品的买卖已经不再局限于普通的商店,网上商店已经成为商家展示自己舞台的另一舞台,也为商家带来了更高的利益。
本论文研究的内容就是网上商城的具体功能及实现。实现了商品查询、商品管理、商品显示、购物车、订单管理、用户管理等功能。基本上实现了网上商城功能和购物流程,能够完成网上商品的交易。其开发主要包括:数据库的建立,前台Web页面设计,后台管理。本系统采用Oracle数据库和Tomcat 6.0 服务器实现。
关键词:网上商城、JSP、Oracle数据库
Online shopping system
Abstract
Follow the technology of the computer in the enterprise and deep application day
by day, the concept internet has been deeply taken up people’s heart, the internet takes
an very important part in the development of all trades and professions. The trade of goods has not only limited in normal shop, the internet has became another stage which company can display themselves, it also bring more yield for company.
The contents of this paper studies are online shopping system's function and realizes. Has realized the goods query, the goods management, the goods display, the shopping cart, the order management, the users management and so on. Basically has realized online shopping function and shopping flow, can realize the commodity exchange on the internet. Its developments mainly include database setting-up, web design of the foreground pages and back-stage management. The system realized by Oracle database and Tomcat 6.0 Web server.
Key word: Online shop, JSP, Oracle database
目录
摘 要 1
Abstract 2
目录 3
1. 绪 论 5
1.1 开发背景 5
1.2 开发目的和意义 5
1.3 网上商城简介 5
2. 软件开发环境 7
2.1 JSP简介 7
2.2 JavaBean技术简介 8
2.3 Servlet技术简介 9
2.4 Oracle数据库简介 10
2.5 MyEclipse 简介 10
2.6 Tomcat 服务器介绍 11
2.7 开发环境的配置 13
2.7.1 JDK的安装与配置 13
2.7.2 Tomcat的安装 14
2.7.3 数据库后台环境配置 15
3. 网上商城系统需求分析 16
3.1 需求分析 16
3.2 可行性分析 17
3.2.1 技术可行性分析 17
3.2.2 运行可行性分析 17
3.2.3 经济可行性分析 17
3.3运行环境 18
4. 网上商城系统总体设计 19
4.1 系统的功能模块 19
4.1.1 系统前台 19
4.1.2 系统后台 19
4.2 数据库设计 20
4.2.1 数据库系统概述 20
4.2.2总体结构E-R图 20
4.2.3 数据库表设计 21
4.3 数据流程分析 22
4.4 主要业务流程分析 23
4.4.1 用户注册 23
4.4.2 用户登录 24
4.4.3 网上购物 25
5.网上商城系统详细设计 26
5.1 系统主要文件 26
5.1.1 com.frl.model包 26
5.1.2 com.frl.servlet包 26
5.1.3前台系统 27
5.1.4后台系统 27
5.2详细功能设计及实现 27
5.2.1 用户注册模块 27
5.2.2 用户登录模块 28
5.2.3 商品显示模块 30
5.2.4 购物车模块 31
5.2.5 生成订单模块 34
5.2.6 订单模块 34
5.2.7 管理员登录模块 36
5.2.8 添加商品模块 37
5.2.9 用户管理模块 38
5.2.10 订单管理模块 38
6 系统测试 40
6.1 软件测试的方法和步骤 40
6.2 测试及评价 41
总 结 42
参考文献 43
致 谢 44
外文原文 45
中文翻译 52
附录 56
伴随着计算机技术日益广泛和深入的应用,网络的概念早已深入人心,网络在各行各业中发展中占据了重要位置。商品的买卖已经不再局限于普通的商店,网上商店已经成为商家展示自己舞台的另一舞台,也为商家带来了更高的利益。
本论文研究的内容就是网上商城的具体功能及实现。实现了商品查询、商品管理、商品显示、购物车、订单管理、用户管理等功能。基本上实现了网上商城功能和购物流程,能够完成网上商品的交易。其开发主要包括:数据库的建立,前台Web页面设计,后台管理。本系统采用Oracle数据库和Tomcat 6.0 服务器实现。
关键词:网上商城、JSP、Oracle数据库
Online shopping system
Abstract
Follow the technology of the computer in the enterprise and deep application day
by day, the concept internet has been deeply taken up people’s heart, the internet takes
an very important part in the development of all trades and professions. The trade of goods has not only limited in normal shop, the internet has became another stage which company can display themselves, it also bring more yield for company.
The contents of this paper studies are online shopping system's function and realizes. Has realized the goods query, the goods management, the goods display, the shopping cart, the order management, the users management and so on. Basically has realized online shopping function and shopping flow, can realize the commodity exchange on the internet. Its developments mainly include database setting-up, web design of the foreground pages and back-stage management. The system realized by Oracle database and Tomcat 6.0 Web server.
Key word: Online shop, JSP, Oracle database
目录
摘 要 1
Abstract 2
目录 3
1. 绪 论 5
1.1 开发背景 5
1.2 开发目的和意义 5
1.3 网上商城简介 5
2. 软件开发环境 7
2.1 JSP简介 7
2.2 JavaBean技术简介 8
2.3 Servlet技术简介 9
2.4 Oracle数据库简介 10
2.5 MyEclipse 简介 10
2.6 Tomcat 服务器介绍 11
2.7 开发环境的配置 13
2.7.1 JDK的安装与配置 13
2.7.2 Tomcat的安装 14
2.7.3 数据库后台环境配置 15
3. 网上商城系统需求分析 16
3.1 需求分析 16
3.2 可行性分析 17
3.2.1 技术可行性分析 17
3.2.2 运行可行性分析 17
3.2.3 经济可行性分析 17
3.3运行环境 18
4. 网上商城系统总体设计 19
4.1 系统的功能模块 19
4.1.1 系统前台 19
4.1.2 系统后台 19
4.2 数据库设计 20
4.2.1 数据库系统概述 20
4.2.2总体结构E-R图 20
4.2.3 数据库表设计 21
4.3 数据流程分析 22
4.4 主要业务流程分析 23
4.4.1 用户注册 23
4.4.2 用户登录 24
4.4.3 网上购物 25
5.网上商城系统详细设计 26
5.1 系统主要文件 26
5.1.1 com.frl.model包 26
5.1.2 com.frl.servlet包 26
5.1.3前台系统 27
5.1.4后台系统 27
5.2详细功能设计及实现 27
5.2.1 用户注册模块 27
5.2.2 用户登录模块 28
5.2.3 商品显示模块 30
5.2.4 购物车模块 31
5.2.5 生成订单模块 34
5.2.6 订单模块 34
5.2.7 管理员登录模块 36
5.2.8 添加商品模块 37
5.2.9 用户管理模块 38
5.2.10 订单管理模块 38
6 系统测试 40
6.1 软件测试的方法和步骤 40
6.2 测试及评价 41
总 结 42
参考文献 43
致 谢 44
外文原文 45
中文翻译 52
附录 56