电子商务网站的设计与实现ASP+SQL

时间:2020-09-01 16:16:26 计算机应用毕业论文 我要投稿

电子商务网站的设计与实现ASP+SQL

毕业论文

电子商务网站的设计与实现

摘要:随着Internet的迅速发展,电子商务开始流行,越来越多的商家在网上建起了网上商店,向消费者展示出1种新的购物理念。
本系统运用HTML语言,VBScript技术,ADO,ASP与后台数据库连接等关键技术构建B2C的网上购物系统,它包括用户注册、登陆、商品查询、网上订购以及后台数据库管理,如商品管理、订单管理、用户管理、网站配置管理、新闻管理、留言管理等。实现了24小时方便快捷的在线订购服务和高效的商品信息的管理与维护。
本文详细的介绍了网上购物系统的设计与实现的过程,同时也简单的介绍了HTML语言,VBScript技术,ADO与SQL2000的'使用。
关键词:B2C;网上购物系统;ASP;数据库

The design and realization of the electronic business website

Abstract: Along with the rapid development of Internet, the electronic commerce starts popularly; more and more businesses have built up the net store to demonstrate one kind of new shopping idea to the consumers.
This system utilized the key technologies such as the HTML language, the VBScript technology, ADO, ASP, the backstage database connection and so on to construct the B2C net shopping system. This system including the user registration, debarkation, commodity inquiries, net order as well as backstage data administration. It includes the commodity management, order form management, user management, website disposition management, news management, message management and so on.  This system has realized 24 hour convenience quick online order service and the management and the maintenance of the highly effective commodity information.
This thesis detailed introduces the process of the design and realization of the online shopping system. It is also give a brief introduction of HTML language, VBScript technology, ADO and the use of SQL2000.
Keywords: B2C; Online shopping system; ASP; Database

目 录

1绪论 1
1.1网上购物系统的发展 1
1.2  网上购物的现状 1
1.3 网上购物系统的构建 1
2  程序开发的技术基础 2
2.1  HTML语言 2
2.2  VBSCRIPT语言 2
2.2.1VBScript概述 2
2.2.2 HTML页面中添加 VBScript代码 3
2.3  ASP技术 5
2.3.1  ASP概述 5
2.3.2 ASP工作原理 5
2.3.3 ASP的发布 6
2.4   数据库原理 6
2.4.1  SOL语言简单介绍 6
2.4.2 SQL语言的分类 7
2.4.3  SQLServer 2000简介 8
2.4.4  ADO技术介绍 9
3 系统需求 10
3.1功能需求 10
3.1.1 面向用户的功能: 10
3.1.2 面向管理员的功能: 10
3.2 数据需求 10
4 数据库设计 12
4.1 数据库需求分析 12
4.2 数据库概念结构设计 12
4.2.1 系统E—R图 12
4.2.2 关系模型 15
4.3 数据库逻辑结构设计 15
5 总体设计 20
5.1 系统功能模块图 20
5.2 系统数据流图 20
6 详细设计 22
6.1 面向用户的设计 22
6.1.1 注册模块 22
6.1.2 登陆模块 25
6.1.3 查询模块 27
6.1.4 购买模块 30
6.2 面向管理员的设计 34
6.2.1 商品管理 34
6.2.2 订单管理 37
6.2.3 用户管理 40
7  总结 41
参考文献 42
致谢 43

注:不包括源代码.

电子商务网站的设计与实现ASP+SQL

【电子商务网站的设计与实现ASP+SQL】相关文章:

1.城市旅游网站的设计与实现论文

2.标识电子商务平台设计与实现论文

3.浅析网站信息安全事件监测平台的设计与实现的优秀论文

4.如何设计自己的电子商务网站

5.浅谈电子商务网站设计论文

6.网络书店设计与实现

7.基于轻量级J2EE电子商务的设计与实现论文

8.客户关系管理的设计与实现

9.Java日志系统框架的设计与实现