课程设计---网上购物系统设计与实现 下载本文

内容发布更新时间 : 2024/4/28 14:17:05星期一 下面是文章的全部内容请认真阅读。

网上购物系统设计与实现

[摘要] 伴随着Internet的蓬勃发展,网络购物中心作为电子商务的一种形式正以其高效、低成本的优势,逐

步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。网络购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。网上购物系统以其安全性、易用性、灵活性等特点被越来越多的消费者接受。文中给出了一种基于数据关联规则采集技术的用户个性化页面动态生成方案,此方案与现今网上已采用的一些方案相比,具有用户使用更简单、反映用户更明显细致等优点。本文主要完成的工作概括如下:

(1)介绍了个性化页面的背景及IIS+ASP系统的一般原理;(2)介绍数据库开发已经连接、存储、显示、查询等功能;(3)设计实现用户注册/登录、查询、购买;管理员对网站的系统管理;(4)建立完整的实验网站,进行测试并分析结果。

全文共分五部分,第一部分系统的概述,说明网上购物的发展、现状和构建;第二部分讲述系统开发相关技术,包括HTML、ASP、JAVASCTIPT、数据库、构建结构等进行阐述;第三部分主要是系统功能分析和系统结构分析,包括系统的需求以及模块的设计;第四部分为数据库的开发,包括数据库需求分析与逻辑结构设计两方面;第五部分主要是界面设计与系统实现。

[关键字] 网上购物系统 asp 动态网站 access数据库

第 1 页 共 5 页

On-line shopping system

Abstract:With the vigorous development of Internet and Internet shopping mall as a form of e-commerce is in its highly

efficient, low-cost advantages, gradually become the new business model and philosophy, people no longer meet the use and dissemination of information here, but eager To the full enjoyment of the network brought about by more and more convenience. Internet shopping is adapted to the fast-paced society today live in homes so that customers can easily convenient to buy their favorite products. Internet shopping system for its security, ease of use, flexibility and other characteristics of the growing number of consumers to accept. In this paper, the association rules based on data acquisition technology users personalized pages dynamically generated programmes, this programme and now the Internet has been used in a number of programmes compared with users more simple, more clearly reflect the users and meticulous advantages. In this paper, the work can be summarized as follows:

(1), introduced a personalized pages of background and IIS + ASP system of general principles, (2) connected on database development, storage, display, query, and other functions, (3) Design and Implementation of the user registration / login, for the purchase of ; Administrator of the site's management system, (4) establish a complete test site, testing and analysis. The full text is divided into five parts, the first part of the system outlined that the development of online shopping, the status quo and build the second part on the development of system-related technologies, including HTML, ASP, JAVASCTIPT, databases, build elaborate structures; Part III Main features of the system and structure of systems analysis, including system requirements and module design; fourth into the database development, including database needs analysis and structural design of both logic; Part V is the main interface design and systems.

Keyword:On-line shopping system dynamic state website asp access database

第 2 页 共 5 页

目 录

引言 ...................................................... 1 1 概述 .................................................... 1

1.1 网上购物系统的发展 ...................................... 1 1.2 网上购物的现状 .......................................... 1 1.3 网上购物系统的构建 ...................................... 1

2 程序开发的技术基础 ...................................... 1

2.1 HTML语言 ............................................... 1 2.1 JAVASCRIPT语言 ......................................... 2 2.2 ASP技术 ................................................ 2

2.2.1 ASP概述 ........................................... 2 2.2.2 ASP特点 ........................................... 2 2.2.3 ASP工作原理 ....................................... 2 2.2.4 ASP的发布 ......................................... 2 2.3 数据库原理 .............................................. 2

2.3.1 SOL语言简单介绍 ................................... 2 2.3.2 ADO技术介绍 ....................................... 2 2.3.3 Access数据库 ...................................... 3 2.4 浏览器/服务器(Browser/Server)体系结构 ................... 3

3系统需求功能分析 ......................................... 3

3.1、需求分析 ............................................... 3

3.1.1 系统需求 ........................................... 3 3.1.2 功能需求 ........................................... 4

第 3 页 共 5 页