在线手机销售系统的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:


摘    要
电子商务形式的网上商店具有高效、快捷,信息畅通的特点,还可以很大程度上降低销售成本。
本文通过在线手机销售系统的建设以实现商业零售企业的信息化管理。着重论述了在线手机销售系统功能的实现与设计过程。在系统的设计与开发过程中严格遵守软件工程的规范,运用软件设计模式,从而减少系统模块间的偶合,力求做到系统的稳定性、可重用性和可扩充性。
本系统功能主要包括会员注册、帐户管理、购物车、搜索、结帐等基本功能。此外,本系统也将实现在线手机销售系统的后端管理,包括手机的添加、帐单的处理等功能。很大程度上减轻了维护人员的劳动强度,提高了工作效率与管理水平,具有很大的使用价值。
本系统运用asp技术实现,后端数据库采用SQL SERVER 2000作为数据库服务器,前端开发工具使用Macromedia Dreamweaver 4。本系统具有用户使用简单、界面直观等优点,可以帮助顾客更快更准的了解手机市场信息,以便取得物美价廉的手机。

关键词:电子商务,网上商店,手机购物

Abstract
The on-line store of the electronic commerce form is efficient, fast and unimpeded information, which can also lower the sale cost up.
This text mainly describes to construct about the marketing system of an on-line cellular phone, provides the information-based management for the retailing business.Emphasized to discuss the realization and the design processes of the on-line cellular phone sale system.At the design and the development processes of the system in the norm of the strict observance software engineering, the usage about software design mode, thus reduce the system mold piece of match accidentally, try hard to make the system stability.
This system function mainly includes the member register, the bank account management, shopping car, search, settle an account the basic function and so on.In addition, this system also will carry out the hypervisor management about the on-line cellular phone sale system, including the cellular phone increase and the processing of the bill etc. function.Eased to support the personnel's labor strength on the very big degree, raise the work efficiency and manager the level, is big value of using.
This system is realized through asp technique, hypervisor database adopt SQL SERVER 2000 as the database server, client applications development tool use the Macromedia Dreamweaver 4.This system is simple of using for customer, the interface keeps the view etc., help customer sooner and more precise understanding cellular phone market information, in order to obtain the cellular phone of the beautiful but low price.

Key words  Electronic commerce  On-line store  Cellular phone shopping

系统功能概述
在线手机销售系统是以电子商务为运营模式,其模型是典型的网上购物实践中最为普遍的电子商务企业对客户 (B2C) 模式,主要包括会员注册、帐户管理、购物车、搜索、结帐等基本功能。此外,本系统也将实现在线手机销售系统的后端管理,包括手机的添加、帐单的处理等功能。本系统完全基于asp技术,在系统的设计与开发过程中严格遵守软件工程的规范,运用软件设计模式,从而减少系统模块间的偶合,力求做到系统的稳定性、可重用性和可扩充性。

系统功能分析
在线手机销售系统主要的功能如下:
(1)客户界面部分:
①选购手机(可按厂商查找手机,或通过关键字进行查询)
②可以查看热门手机和最优惠手机
③购物车功能
④查看手机详细情况
⑤用户注册
⑥用户登陆
⑦查看用户的订单信息
⑧修改用户个人信息
⑨找回密码功能
⑩购物帮助功能
(2)管理界面部分:
①厂商维护:增加,修改和删除厂商
②现有手机管理:修改,删除,查看
③用户管理:查看,修改,删除
④订单管理:查看订单清单,更新订单付款,出货状态,删除订单
⑤添加新手机:可以分别上传手机的小图片和大图片
⑥维护购物帮助:增加,修改和删除购物帮助 











目   录
摘    要 I
ABSTRACT II

第1章  绪  论 1
1.1  课题背景 1
1.2  课题研究的意义 1
1.3  手机销售网站的现状 2
第2章  系统需求分析 3
2.1  手机销售网站背景 3
2.2  网站的市场定位分析 3
2.3  网站的开发工具 3
2.4  网站业务流程 4
2.5  网站数据流图 5
第3章  系统总体设计 6
3.1  系统功能概述 6
3.2  系统功能分析 6
3.3  系统功能模块划分 7
第4章  数据库的设计与实现 9
4.1  数据库需求分析 9
4.2  数据库概念结构设计 10
4.3  数据库逻辑结构设计 12
第5章  网站的风格及页面设计 17
5.1  页面设计的原则 17
5.1.1线条的使用 17
5.1.2色彩的选择 17
5.2  网站设计构思 18
5.3  网站的风格版面设计 19
5.4  商城主页设计 20
5.5  客户端界面结构设计 20
5.5.1界面头、尾设计 21
5.5.2界面左恻快捷菜单设计 21
5.6  管理端界面结构设计 21
第6章  系统详细设计 22
6.1  管理端界面设计 22
6.1.1商品(手机)维护模块 22
6.1.2会员维护模块 25
6.1.3订单维护模块 27
6.1.4管理员维护模块 30
6.1.5用户登陆模块 31
6.2  客户端界面设计 32
6.2.1商品(手机)信息浏览模块 32
6.2.2购物车管理模块设计 34
6.2.3提交订单模块设计 36
6.3  系统调试运行 38
结    论 40
致    谢 41
参考文献 42
附录1 43
附录2 46