毕业设计 网上购物系统设计与实现.rar
毕业设计 网上购物系统设计与实现,[摘要] 伴随着internet的蓬勃发展,网络购物中心作为电子商务的一种形式正以其高效、低成本的优势,逐步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。网络购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。网上购物...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 ljjwl8321 发布
[摘要] 伴随着Internet的蓬勃发展,网络购物中心作为电子商务的一种形式正以其高效、低成本的优势,逐步成为新兴的经营模式和理念,人们已经不再满足用途信息的浏览和发布,而是渴望着能够充分享受网络所带来的更加多的便利。网络购物正适应了当今社会快节奏地生活,使顾客足不出户便可以方便快捷轻松地选购自己喜欢的商品。网上购物系统以其安全性、易用性、灵活性等特点被越来越多的消费者接受。文中给出了一种基于数据关联规则采集技术的用户个性化页面动态生成方案,此方案与现今网上已采用的一些方案相比,具有用户使用更简单、反映用户更明显细致等优点。本文主要完成的工作概括如下:
(1)介绍了个性化页面的背景及IIS+ASP系统的一般原理;(2)介绍数据库开发已经连接、存储、显示、查询等功能;(3)设计实现用户注册/登录、查询、购买;管理员对网站的系统管理;(4)建立完整的实验网站,进行测试并分析结果。
全文共分五部分,第一部分系统的概述,说明网上购物的发展、现状和构建;第二部分讲述系统开发相关技术,包括HTML、ASP、JAVASCTIPT、数据库、构建结构等进行阐述;第三部分主要是系统功能分析和系统结构分析,包括系统的需求以及模块的设计;第四部分为数据库的开发,包括数据库需求分析与逻辑结构设计两方面;第五部分主要是界面设计与系统实现。
[关键字] 网上购物系统 asp 动态网站 access数据库
On-line shopping system
Yeli chan
(Grade04,Class4,Information and computing science Major,mathematics Dept,Shaanxi University of Technology,Hanzhong 723000,Shaanxi)
Tutor: Lihua Liu
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
目 录
引言 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.1.3 性能需求 4
3.2 平台功能模块的设计 4
3.2.1系统设计的总体规则 4
3.2.2 系统流程分析 5
4网站数据库设计 7
4.1 网站数据库需求分析 7
4.2 数据库逻辑结构设计 10
5界面设计与实现 10
5.1 连接方式 10
5.2 前台显示与会员管理 11
5.2.1 主界面设计与实现 11
5.2.2 登陆页面设计与实现 12
5.2.3 会员个人管理设计与实现 12
5.2.4 购物车设计与实现 13
5.2.5 订单生成设计与实现 13
5.2.6 其它设计与实现 14
5.3 后台设计与实现 14
5.3.1 登陆界面设计 14
5.3.2 后台管理主界面设计与实现 14
5.3.3 网站设置设置实现 15
5.3.4 商品管理设计与实现 17
5.3.5 人员管理设计与实现 18
5.3.6 其它管理设计与实现 19
5.3.7 其它设计与实现 20
5.4 查询功能的实现 20
6 设计总结 20
致谢 22
参考文献 23
附录A 24
(1)介绍了个性化页面的背景及IIS+ASP系统的一般原理;(2)介绍数据库开发已经连接、存储、显示、查询等功能;(3)设计实现用户注册/登录、查询、购买;管理员对网站的系统管理;(4)建立完整的实验网站,进行测试并分析结果。
全文共分五部分,第一部分系统的概述,说明网上购物的发展、现状和构建;第二部分讲述系统开发相关技术,包括HTML、ASP、JAVASCTIPT、数据库、构建结构等进行阐述;第三部分主要是系统功能分析和系统结构分析,包括系统的需求以及模块的设计;第四部分为数据库的开发,包括数据库需求分析与逻辑结构设计两方面;第五部分主要是界面设计与系统实现。
[关键字] 网上购物系统 asp 动态网站 access数据库
On-line shopping system
Yeli chan
(Grade04,Class4,Information and computing science Major,mathematics Dept,Shaanxi University of Technology,Hanzhong 723000,Shaanxi)
Tutor: Lihua Liu
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
目 录
引言 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.1.3 性能需求 4
3.2 平台功能模块的设计 4
3.2.1系统设计的总体规则 4
3.2.2 系统流程分析 5
4网站数据库设计 7
4.1 网站数据库需求分析 7
4.2 数据库逻辑结构设计 10
5界面设计与实现 10
5.1 连接方式 10
5.2 前台显示与会员管理 11
5.2.1 主界面设计与实现 11
5.2.2 登陆页面设计与实现 12
5.2.3 会员个人管理设计与实现 12
5.2.4 购物车设计与实现 13
5.2.5 订单生成设计与实现 13
5.2.6 其它设计与实现 14
5.3 后台设计与实现 14
5.3.1 登陆界面设计 14
5.3.2 后台管理主界面设计与实现 14
5.3.3 网站设置设置实现 15
5.3.4 商品管理设计与实现 17
5.3.5 人员管理设计与实现 18
5.3.6 其它管理设计与实现 19
5.3.7 其它设计与实现 20
5.4 查询功能的实现 20
6 设计总结 20
致谢 22
参考文献 23
附录A 24