电子商务网站的开发.doc
约39页DOC格式手机打开展开
电子商务网站的开发,the developing e-business website全文40页约13000字 论述翔实目录摘 要3abstract31绪论51.1课题背景52需求分析62.1农业发展的需求62.2市场需求72.2.1市场调查82.2.2数据分析102.2.3总结122.3公司发展的需求122.3.1必要...
内容介绍
此文档由会员 痴狂少年 发布
电子商务网站的开发
The Developing E-Business Website
全文40页 约13000字 论述翔实
目录
摘 要 3
ABSTRACT 3
1 绪论 5
1.1 课题背景 5
2 需求分析 6
2.1 农业发展的需求 6
2.2 市场需求 7
2.2.1 市场调查 8
2.2.2 数据分析 10
2.2.3 总结 12
2.3 公司发展的需求 12
2.3.1 必要性 13
2.3.2 可能性 15
3 系统结构分析 16
3.1 系统逻辑结构图 16
3.2 系统组成 17
3.2.1 电子商务网站前台 17
3.2.2 电子商务网站后台 18
4 数据库设计 19
4.1 Access 数据库的选择 19
4.2 数据库具体设计 19
4.2.1 ER图设计 20
4.2.2 数据流 22
4.2.3 数据库表格 22
5 系统功能 25
5.1 前台功能 25
5.1.1 会员注册及登录模块 26
5.1.2 商品分类模块 26
5.1.3 商品搜索模块 26
5.1.4 购物车模块 26
5.1.5 收款台模块 27
5.1.6 生成订单模块 27
5.1.7 订单查询模块 27
5.2 后台管理功能 27
5.2.1 订单管理 28
5.2.2 编辑订单 28
5.2.3 商品类别管理 29
5.2.4 商品子类别管理 29
5.2.5 商品管理 30
5.2.6 用户管理 30
5.2.7 管理员权限管理 31
5.2.8 菜单管理 31
5.2.9 历史纪录管理 32
5.2.10 运输方式管理 32
5.2.11 公司信息管理 32
6 系统安全性说明 33
6.1 用IIS+ASP建网站的安全性分析 33
6.1.1 安全隐患分析 33
6.1.2 提高IIS+ASP网站安全性的方法 34
结 束 语 36
参考文献 37
致 谢 38
摘 要
本文介绍了用ASP和Access数据库建立一个电子商务网站的开发与设计过程。该设计遵循了软件工程中软件生命周期法;按照软件分析、软件设计、软件编码、和软件维护分为定义系统目标、可行性分析、需求分析、概要设计、详细功能设计、软件编码。并将面对用户的WEB界面采用B/S结构和对于后台数据挖掘的管理逻辑采用C/S。在本文数据库的设计过程中,采用了结构化设计方法,采用了数据流程图(DFD)、程序流程图等工具清晰的展示数据存储及调用过程。保证了系统的健壮性,可维护性,可扩充性。建立后的网站是一个动态、交互式、具有网上购物、商品提供、系统管理等功能的BTOC电子商务网站。
关键词: 电子商务,ASP,Access数据库,软件开发方法
Abstract
This thesis expounds how to build an E-Business website by use of software tools such as ASP, Access and so on. The design keeps to the classic life cycle of software engineering.According to software analysis, software design, software code and software maintenance, the design is divided into nine processes such as define systematic goal, feasibility analysis, demand analysis, outline design, design, software code, software test in detail, software maintain. This thesis just include define systematic goal, feasibility analysis, demand analysis, outline design, design, and software code.
In this website interface of user, we adopt B/S structure. And we adopt C/S to backstage supporter management logic layer that needs data mining. Course of the Data Base design, adopt the structure design method in this text, use data flow chart( DFD), data dictionary, procedure flow chart, etc. tool to clear show the course of data saving and data using. The ones that have guaranteed the system are stalwart, the maintainability, and expandability. The main process is in the three part which descriptions the analysis and design. In that part we use a structured system develop methodology --the structure analysis and structure design. We use a lot of method such as data flow diagram and data dictionary to describe the process of building the system.The building of website is a dynamic and interactive BTOC E-Business website that has functions of sales online, commodities supply and system management.
Keywords: E-Business, B2C Website of Ecommerce, ASP, Access, Classic develop circle
部分参考文献
[7] 宋远方等。管理信息系统[M]北京:中国人民大学出版社,1999 ,12
[8] Beier T. and Neely S. ,Feature based image metamorphosis ,Pro. SIGGRAPH 92 In Computer Graphics (1992) ,pp135~42.
[9] Chen S. E. ,Quicktime VR - An image based approach to virtual environ2 mental navigation ,Pro. SIGGRAPH 92 In Computer Graphics (1992) ,pp129~38.
[10] Nurarad ,Image Warping by Radial Basis Functions :application to Facial Ex2 pressions[J ] . Graphical Models and Image Processing ,1994 , (2) .
The Developing E-Business Website
全文40页 约13000字 论述翔实
目录
摘 要 3
ABSTRACT 3
1 绪论 5
1.1 课题背景 5
2 需求分析 6
2.1 农业发展的需求 6
2.2 市场需求 7
2.2.1 市场调查 8
2.2.2 数据分析 10
2.2.3 总结 12
2.3 公司发展的需求 12
2.3.1 必要性 13
2.3.2 可能性 15
3 系统结构分析 16
3.1 系统逻辑结构图 16
3.2 系统组成 17
3.2.1 电子商务网站前台 17
3.2.2 电子商务网站后台 18
4 数据库设计 19
4.1 Access 数据库的选择 19
4.2 数据库具体设计 19
4.2.1 ER图设计 20
4.2.2 数据流 22
4.2.3 数据库表格 22
5 系统功能 25
5.1 前台功能 25
5.1.1 会员注册及登录模块 26
5.1.2 商品分类模块 26
5.1.3 商品搜索模块 26
5.1.4 购物车模块 26
5.1.5 收款台模块 27
5.1.6 生成订单模块 27
5.1.7 订单查询模块 27
5.2 后台管理功能 27
5.2.1 订单管理 28
5.2.2 编辑订单 28
5.2.3 商品类别管理 29
5.2.4 商品子类别管理 29
5.2.5 商品管理 30
5.2.6 用户管理 30
5.2.7 管理员权限管理 31
5.2.8 菜单管理 31
5.2.9 历史纪录管理 32
5.2.10 运输方式管理 32
5.2.11 公司信息管理 32
6 系统安全性说明 33
6.1 用IIS+ASP建网站的安全性分析 33
6.1.1 安全隐患分析 33
6.1.2 提高IIS+ASP网站安全性的方法 34
结 束 语 36
参考文献 37
致 谢 38
摘 要
本文介绍了用ASP和Access数据库建立一个电子商务网站的开发与设计过程。该设计遵循了软件工程中软件生命周期法;按照软件分析、软件设计、软件编码、和软件维护分为定义系统目标、可行性分析、需求分析、概要设计、详细功能设计、软件编码。并将面对用户的WEB界面采用B/S结构和对于后台数据挖掘的管理逻辑采用C/S。在本文数据库的设计过程中,采用了结构化设计方法,采用了数据流程图(DFD)、程序流程图等工具清晰的展示数据存储及调用过程。保证了系统的健壮性,可维护性,可扩充性。建立后的网站是一个动态、交互式、具有网上购物、商品提供、系统管理等功能的BTOC电子商务网站。
关键词: 电子商务,ASP,Access数据库,软件开发方法
Abstract
This thesis expounds how to build an E-Business website by use of software tools such as ASP, Access and so on. The design keeps to the classic life cycle of software engineering.According to software analysis, software design, software code and software maintenance, the design is divided into nine processes such as define systematic goal, feasibility analysis, demand analysis, outline design, design, software code, software test in detail, software maintain. This thesis just include define systematic goal, feasibility analysis, demand analysis, outline design, design, and software code.
In this website interface of user, we adopt B/S structure. And we adopt C/S to backstage supporter management logic layer that needs data mining. Course of the Data Base design, adopt the structure design method in this text, use data flow chart( DFD), data dictionary, procedure flow chart, etc. tool to clear show the course of data saving and data using. The ones that have guaranteed the system are stalwart, the maintainability, and expandability. The main process is in the three part which descriptions the analysis and design. In that part we use a structured system develop methodology --the structure analysis and structure design. We use a lot of method such as data flow diagram and data dictionary to describe the process of building the system.The building of website is a dynamic and interactive BTOC E-Business website that has functions of sales online, commodities supply and system management.
Keywords: E-Business, B2C Website of Ecommerce, ASP, Access, Classic develop circle
部分参考文献
[7] 宋远方等。管理信息系统[M]北京:中国人民大学出版社,1999 ,12
[8] Beier T. and Neely S. ,Feature based image metamorphosis ,Pro. SIGGRAPH 92 In Computer Graphics (1992) ,pp135~42.
[9] Chen S. E. ,Quicktime VR - An image based approach to virtual environ2 mental navigation ,Pro. SIGGRAPH 92 In Computer Graphics (1992) ,pp129~38.
[10] Nurarad ,Image Warping by Radial Basis Functions :application to Facial Ex2 pressions[J ] . Graphical Models and Image Processing ,1994 , (2) .