基于bs结构的网上鲜花销售系统的设计与实现_毕业论文 下载本文

内容发布更新时间 : 2024/5/19 13:12:40星期一 下面是文章的全部内容请认真阅读。

基于BS结构的网上鲜花销售系统的设计与实现

基于B/S结构的网上鲜花销售系统的设计与实现 摘 要:随着电子商务,网上商店的普及,商品的网上展示与订购逐渐成为时尚,网上商店的技术实现也成为了一个比较常见的课题。本文就网上花店的实现做了一些探索。 本设计主要采用JSP开发技术和SQL SERVER 2000数据库技术来开发,实现了客户购买的前台页面和管理员管理的后台管理页面。普通客户在浏览页面的时候可以进行商品的浏览、购买、下定单、注册成为会员,查看和修改用户信息等操作。管理员可以进入系统的后台进行管理,可以进行花品的添加、修改、删除,用户订单的处理、客户信息的查询以及其他基本信息的录入和修改等操作。本文详细阐述了整个应用系统的设计思路,并对各部分设计进行了详尽的分析,最终形成了一个完整的设计方案。 关键词:JSP;SQL Server 2000;花店;Web 基于BS结构的网上鲜花销售系统的设计与实现

毕业设计(论文)外文摘要

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 \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.

基于BS结构的网上鲜花销售系统的设计与实现

目 录

1 引言 ..................................................................... 1

1.1 课题内容简介 ....................................................... 1 1.2 课题的研究背景与意义 ............................................... 1

1.2.1 课题的研究背景 ................................................ 1 1.2.2 课题的研究意义 ................................................ 2 1.3 课题的调研 ......................................................... 2 1.4 可行性分析 ......................................................... 2

1.4.1 技术可行性 .................................................... 2 1.4.2 经济可行性 .................................................... 3 1.4.3 法律可行性 .................................................... 3 1.4.4 操作可行性 .................................................... 3

2 需求分析 ................................................................. 4

2.1 功能需求分析 ....................................................... 4 2.2 业务流程分析 ....................................................... 4 2.3 数据流分析 ......................................................... 6 2.4 数据字典 ........................................................... 8 3 系统设计 ................................................................ 14

3.1 系统总体功能结构 .................................................. 14 3.2 系统数据模型设计 .................................................. 15

3.2.1 系统概念结构设计——E-R图 ................................... 15 3.2.2 系统逻辑结构设计——关系模式 ................................. 16 3.2.3 系统逻辑结构设计——关系表 ................................... 17 3.3 开发环境及运行环境设计 ............................................ 18

3.3.1 开发环境 ..................................................... 18 3.3.2 系统开发工具 ................................................. 18 3.3.3 运行环境 ..................................................... 18

4 详细设计 ................................................................ 19

4.1 数据库操作及中文字符处理JavaBean设计 ............................. 19

4.1.1 数据库操作JavaBean设计 ...................................... 19 4.1.2 中文字符处理的JavaBean的设计 ................................ 20 4.2 用户主界面设计 .................................................... 21 4.3 用户信息管理模块设计 .............................................. 23

4.3.1 会员登录模块设计 ............................................. 23 4.3.2 用户注册模块设计 ............................................. 24 4.3.3 用户信息的查看与修改模块设计 ................................. 26 4.4 购物车模块和前台订单处理模块的设计 ................................ 27

4.4.1购物车添加花品设计 ............................................ 28 4.4.2修改购买数量设计 .............................................. 29 4.4.3订单的提交的设计 .............................................. 30 4.5 后台用户管理模块设计 .............................................. 32 5 用户手册 ................................................................ 34

5.1 系统功能与运行环境 ................................................. 34 5.2 系统开发工具安装与环境配置 ......................................... 34