基于Web的网上花店的设计与实现
摘 要:随着电子商务,网上商店的普及,商品的网上展示与订购逐渐成为时尚,网上商店的技术实现也成为了一个比较常见的课题。本文就网上花店的实现做了一些探索。
本系统设计《基于WEB的馨心电子花店》,主要采用JSP开发技术和SQL SERVER 2000数据库技术来开发,实现了客户购买的前台页面和管理员管理的后台管理页面。普通客户在浏览页面的时候可以进行商品的浏览、购买、下定单、注册成为会员,查看和修改用户信息等操作。管理员可以进入系统的后台进行管理,可以进行花品的添加、修改、删除,用户订单的处理、客户信息的查询以及其他基本信息的录入和修改等操作。本文详细阐述了整个应用系统的设计思路,并对各部分设计进行了详尽的分析,最终形成了一个完整的设计方案。
关键词:JSP SQL Server 2000 馨心电子花店 Web
毕业设计(论文)外文摘要
The Design and Implementation of florist shop on WEB
Abstract: With the popularization of the e-commerce and online shop, the goods showed on the line, ordered through web site are becoming more fashionable gradually, so the technology of the online-shop has become a more familiar subject too. This text has done some exploration on the realization of the online florist shop.
This system is ” the online system of florist shop based on WEB “, adopting JSP technology and SQL SERVER 2000 database technology to develop, the front-desk page for customers buying and back-desk for administrator’s management . The ordinary customer browsing the site can make purchase , make order form , register , revise user’s information and so on. The administrator can enter the systematic back-stage to manage , adding , modifying , deleting the product , to deal with the user’s order , to inquiry other basic information and so on . This text explaining the mentality of designing of the whole application system in detail , designing exhaustive analysis to every part, has formed an intact design plan finally.
Keywords: JSP,SQL Server 2000, florist shop, Web.
目 录
1 引言
1.1 课题内容简介
1.2 课题的研究背景与意义
1.2.1 课题的研究背景
1.2.2 课题的研究意义
1.3 课题的调研
1.4 可行性分析
1.4.1 技术可行性
1.4.2 经济可行性
1.4.3 法律可行性
1.4.4 操作可行性
1.5 论文各章介绍
2 需求分析
2.1 功能需求分析
2.2 业务流程分析
2.3 数据流分析
2.4 数据字典
3 系统设计
3.1 系统总体功能结构
3.2 系统数据模型设计
3.2.1 系统概念结构设计——E-R图
3.2.2 系统逻辑结构设计——关系模式
3.2.3 系统逻辑结构设计——关系表
3.2.4 数据表详细说明
3.3 开发环境及运行环境设计
3.3.1 开发环境
3.3.2 系统开发工具
3.3.3 运行环境
4 详细设计
4.1 数据库操作及中文字符处理JavaBean设计
4.1.1 数据库操作JavaBean设计
4.1.2 中文字符处理的JavaBean的设计
4.2 用户主界面设计
4.3 用户信息管理模块设计
4.3.1 会员登录模块设计
4.3.2 用户注册模块设计
4.3.3 用户信息的查看与修改模块设计
4.4 购物车模块和前台订单处理模块的设计
4.4.1购物车添加花品设计
4.4.2修改购买数量设计
4.43订单的提交的设计
4.5 后台用户管理模块设计
5 用户手册
5.1 系统功能与运行环境
5.2 系统开发工具安装与环境配置
5.2.1 JDK和Tomcat的安装
5.2.2 配置JDK和Tomcat的环境变量
5.3 系统运行与操作指南
5.3.1 数据库配置
6 系统评价
6.1 系统的特点和优点
6.2 系统存在的不足和改进方案
6.2.1 系统存在的不足
6.2.2 改进方案
6.3 设计收获和心得
结 论
致 谢
参 考 文 献