基于ASP的在线商品销售系统的设计与实现ASP+SQL

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

基于ASP的在线商品销售系统的设计与实现ASP+SQL

毕业论文

基于ASP的在线商品销售系统的设计与实现

摘要:本论文介绍了ASP技术、ADO技术以及SQL Server 2000技术,探讨了基于ASP技术和SQL Server 2000技术构建在线商品销售系统的过程,详细介绍了该系统各个功能模块的设计思想与实现方法,包括前台的网页制作,后台数据库模块的设计,前后台系统的动态链接等。本系统主要利用了ASP与ADO结合起来连接和访问数据库的方法开发适合中小型企业使用的在线商品销售系统,具体研究并实现了前台用户注册、登录、浏览商品、商品的搜索、收藏与购买商品、订单的管理、后台用户对商品的添加、删除、修改和类别的管理、用户管理、信息管理以及网站基本配置等功能。同时,本系统还使用了MD5加密算法。
关键词:ASP; ADO; WEB数据库; 在线商品销售; SQL Server 2000

The Design and Implementation of the On-line Merchandise Sale System Based on the ASP Technology

Abstract: This paper introduces the ASP, ADO and SQL Server 2000 technology, discusses the procedure of designing the On-line Merchandise Sale System that based on the ASP and SQL Server 2000 technology. The design and implementation  of various functional modules of the system is also presented in the paper, web page making ,module of the database designing and the dynamic connection technology of web and SQL Server 2000 included. The various functions, including user register, login, browse, searching merchandise collection and purchase the merchandise, the management of the orders, and the management of users, merchandises, information basic configuration by administrator, compose the whole system through the connection and accessing to the database method with ASP technology combined with ADO technology for medium or small-sized enterprises. At the time, some functional modules of the system use MD5 encryption algorithm.
Keywords:ASP; ADO; WEB Database; On-line Merchandise Sale; SQL Server 2000

目 录
前言 1
1 ASP概述 2
1.1 什么是ASP 2
1.2 ASP的'运行环境 2
1.2.1 运行ASP的要求 2
1.2.2 关于IIS 3
1.3 ASP内建对象和组件 3
1.3.1 ASP的内建对象 3
1.3.2 组件 3
1 .4 ASP的功能和特点 4
1.4.1 ASP的特点 4
1.4.2 ASP的功能 4
2 HTML和脚本语言介绍 6
2.1 HTML简介 6
2.2 JAVASCRIPT脚本语言简介 6
2.3 VBScript脚本语言简介 7
3 数据库介绍 8
3.1 SQL Server 2000数据库介绍 8
3.2 ASP访问数据库的方法 8
4 需求分析和概要设计 9
4.1 功能需求分析 9
4.2 功能模块设计 10
4.3 系统设计方案 12
5 数据库的设计与实现 13
5.1 数据库的需求 13
5.2 数据库ER图分析 13
5.3 数据库设计 14
6 详细设计 19
6.1 数据库的连接 19
6.2 注册和登录 19
6.2.1 填写注册信息 19
6.2.2 提交注册信息 21
6.2.3 用户登录和注销 22
6.2.4 MD5加密算法介绍 24
6.3 用户管理中心 24
6.3.1 进入用户中心 24
6.3.2 修改个人资料 25
6.3.3 修改个人密码 26
6.3.4 取回用户密码 27
6.3.5 我的订单界面 28
6.3.6 我的收藏架的实现 30
6.3.7 收货人信息 31
6.4 商品查询 31
6.4.1 简单查询 31
6.4.2 高级查询 31
6.5 销售信息统计 32
6.6 购买商品和订单提交 32
6.6.1 购买商品 32
6.6.2 订单提交 33
6.7 后台管理 34
6.7.1 商品大类管理 34
6.7.2 商品信息管理 36
6.7.3 管理商品订单 39
6.7.4 用户管理 42
7 系统测试与发布 44
8 结束语 45
参考文献 46
致谢 47

注:不包括源代码.

基于ASP的在线商品销售系统的设计与实现ASP+SQL

【基于ASP的在线商品销售系统的设计与实现ASP+SQL】相关文章:

1.基于J2EE在线考试系统的设计与实现

2.基于ASP.NET的学生信息管理系统的设计与实现

3.浅谈基于RFID 的会议签到系统设计与实现论文

4.基于LED的光通信系统的设计与实现论文

5.基于ASP与SQL的呼叫中心知识库系统的设计

6.基于OpenGL的邦宝模型积木分析系统设计与实现

7.尾矿库在线监测系统的研究与实现

8.基于Perl的DoS工具设计与实现

9.关于网络工程师在线学习系统的设计与实现的论文