1 / 40
文档名称:

网上花店系统的设计与实现 毕业论文.doc

格式:doc   大小:1,312KB   页数:40页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网上花店系统的设计与实现 毕业论文.doc

上传人:aqlsxc66 2018/7/22 文件大小:1.28 MB

下载得到文件列表

网上花店系统的设计与实现 毕业论文.doc

文档介绍

文档介绍:网上花店系统的设计与实现
Design and Implementation of Online Flower Shop System
学院(系): 计算机与信息工程学院
专业: 计算机科学与技术
学生姓名: xxx
学号: xxx
指导教师(职称): xxx
评阅教师: xxx
完成日期: 2014年5月
南阳理工学院
Nanyang Institute of Technology
网上花店系统的设计与实现

[摘要]本系统使用Java语言,采用MVC模式进行开发,使用JSP和Servlet进行前台页面的开发,使用JavaBean进行后台业务逻辑的处理,实现了简单的网上平台的交易,用户在网上注册账号,可以对鲜花商品进行浏览以及购买,管理员可以登录后台对鲜花信息进行相应的操作,还可以对用户信息进行相应的维护,解决了人们在实体店中浪费了大量的时间,却无法买到符合心意的商品的问题。使得电子商务平台的应用更加广泛。本系统初步达到了电子商务平台网上交易的基本目标。以MyEclipse为主要的开发工具,Oracle为系统数据库。
[关键词]网上交易平台;信息化;网上花店系统
Design and Development of Online Flower Shop
Computer Science and Technology Major Chen qing
Abstract: This system uses Java language, uses the MVC pattern of development, JSP and Servlet development using the front page of the business logic using javaBean for background processing, to achieve a simple online trading platform,users register online account,you can browse and purchase goods basic objective of the system reached a perliminary deal online merce platform,The admininstrator can log on the backstage and operate on the flowers,he can also maintain the information of the users,solving the problem of people wasting lots of time but can not buy satisfied products in the entity shop. Above of all make the application of merce platform more as the main development tools, the Oracle database of the system.
Key words: Online Trading Platform; Informatization; Online Flower System
目录
1 绪论 1
研究背景 1
MVC的发展现状 1
研究的目的和意义 2
本文研究内容及可行性分析 2
2 系统总体分析 3
系统概述 3
系统分析与设计原则 3
系统需求分析 4
系统数据流图分析 5
系统E-R图 6
3 系统设计 6
系统基本结构 6
系统体系结构设计 7
系统数据库设计 8
数据库的设计原则 8
数据库连接设计 9
数据库表格设计 10
系统主要功能模块设计 17
用户注册模块设计 17
商品查询模块设计 18
购物车管理模块设计 18
定单管理模块设计 18
后台管理模块设计 18
4 系统关键技术描述与实现 20
开发工具和相关技术简介 20
系统主要功能模块的实现 20
注册模块的实现 21
登录模块的实现 22
商品查询模块的实现 23
购物车模块的实现 24
定单模块的实现 26
系统关键技术及实现 28
.