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

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


摘    要
电子商务形式的网上商店具有高效、快捷,信息畅通的特点,还可以很大程度上降低销售成本。
本文通过在线手机销售系统的建设以实现商业零售企业的信息化管理。着重论述了在线手机销售系统功能的实现与设计过程。在系统的设计与开发过程中严格遵守软件工程的规范,运用软件设计模式,从而减少系统模块间的偶合,力求做到系统的稳定性、可重用性和可扩充性。
本系统功能主要包括会员注册、帐户管理、购物车、搜索、在线支付等基本功能。此外,本系统也将实现在线手机销售系统的后端管理,包括手机的添加、帐单的处理等功能。很大程度上减轻了维护人员的劳动强度,提高了工作效率与管理水平,具有很大的使用价值。
本系统运用asp技术实现,后端数据库采用ACCESS 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 ACCESS 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 










目录
摘    要 4
Abstract 5
序言 6
第1章  绪  论 7
1.1  课题背景 7
1.2  课题研究的意义 7
1.3  手机销售网站的现状 7
第2章 asp技术简介 8
2.1 系统运行环境配置 9
2.2.1 asp的优点 10
2.2.2 简介asp的6大对象 10
2.2.3 asp的使用环境 12
2.2.4  配置Microsoft IIS 12
2.2.5 asp的脚本语言 13
2.3  开发工具Dreamweaver MX简介 14
第3章 可行性分析 15
3.1技术可行性 15
3.2 经济可行性 15
3.3 社会可行性 15
第4章 系统分析 16
4.1采用生命周期法和原型法相结合的方法开发本网站 16
4.2系统的名称和目标 16
4.3实施计划 16
4.4 数据流程图 16
4.5数据字典 18
4.6 E-R图 19
4.7 用例图 19
图4-5管理员用例图 20
第5章 系统总体设计 21
5.1系统总体功能 21
5.1.1网站客户端功能模块 21
5.1.2网站管理端模块功能: 22
5.2系统开发工具与数据库 25
5.3代码设计 26
5.4数据库设计 26
5.4.1数据库逻辑设计 26
第6章  网站的风格及页面设计 29
6.1  页面设计的原则 29
6.1.1线条的使用 29
6.1.2色彩的选择 29
6.2  网站设计构思 30
6.3  网站的风格版面设计 30
6.4  商城主页设计 31
6.5  客户端界面结构设计 31
6.5.1界面头、尾设计 31
6.5.2界面左恻快捷菜单设计 32
6.6  管理端界面结构设计 32
第7章  系统详细设计 33
7.1  管理端界面设计 33
7.1.1商品(手机)管理设置 33
7.1.2会员维护模块 36
7.1.3订单维护模块 38
7.1.4管理员维护模块 40
7.1.5用户登陆模块 40
7.2  客户端界面设计 42
7.2.1商品(手机)信息浏览模块 42
7.2.2购物车管理模块设计 43
7.2.3提交订单模块设计 44
7.3  系统调试运行 46
结    论 47
致    谢 48
参考文献 49
附录代码 50
1.商城核心设置模块 50
2.商品管理设置模块 50