毕业设计 电子商务-体育用品网站设计.doc
约72页DOC格式手机打开展开
毕业设计 电子商务-体育用品网站设计,电子商务-体育用品网站设计全文75页 约50000字 程序语言精准内容丰富摘要asp(active server pages动态网页)是微软公司推出的一种用于取代cgi(common gateway interface 通用网关接口)的技术。目前,internet上的许多基于windows平台的web站点已开始应用as...
内容介绍
此文档由会员 棉花糖糖 发布
电子商务-体育用品网站设计
全文75页 约50000字 程序语言精准 内容丰富
摘要
ASP(Active Server Pages动态网页)是微软公司推出的一种用于取代CGI(Common Gateway Interface 通用网关接口)的技术。目前,Internet上的许多基于Windows平台的Web站点已开始应用ASP来替换CGI。ASP是一个位于服务器端的脚本运行环境,它根据客户端的不同请求,在服务器端经过相应的ASP程序处理生成不同的静态HTML页面传输回浏览器的技术。因此,它同样可以处理数据库查询等一系列数据库访问请求。通过这种环境,用户可以创建和运行动态的交互式Web服务器应用程序,如交互式动态网页,包括使用HTML表单收集和处理信息、上传与下载等。
在ASP中访问数据库是通过ADO(ActiveX Database Object活动数据对象)及事务处理对象语句来实现的。ADO是一种操作Microsoft所支持的数据库的方法,是一项容易使用并且可扩展的将数据库访问添加到Web页的技术。ADO对象的使用与DAO(数据访问对象)、RDO(远程数据对象)的方式相似。在ASP中,ADO可以看作是一个服务器组件,更简单地说,是一系列的对象,应用这些功能强大的对象,即可轻松完成对数据库复杂的操作。
本论文是以ASP为开发工具并采用ASP服务器端执行脚本指令的环境下完成的体育用品网站的设计。主要研究内容为:
1.掌握网站的开发环境(如ASP)、网站的设计组件(如Dreamweaver和Flash)、所要涉及到的数据库知识(如Access)及ADO等访问数据库技术。
2.对本系统进行总体的设计及网上购物的实现,包括数据库的设计和部分功能模块的设计。
3.对各个模块进行源代码分析,从而完成对网站的设计。
关键词 ASP;Access;ADO
E-commerce- the Website Design of Sports Goods
Abstract
ASP (Active Server Pages dynamic webpage) for replace technology of CGI (Common Gateway Interface in common use network imprisons the interface) one that Microsoft put out. At present,a lot of Web websites based on Windows platform on Internet have already begun to use ASP to replace CGI. ASP is a script running environment lying in the end of the server,it,according to different request of the customer end,end pass corresponding ASP procedure is it turn into different static HTML page transmit technology to answer the browser to deal with in server.So it can deal with database person who inquire about a series of databases visit request too. Through this kind of environment,users can establish and operate dynamic interactive Web server application program,for instance interactive dynamic webpage,including use HTML form to collect and deal with information,upload and download etc..
Visit database and sentence,target of transaction processing,is it realize to come through ADO (ActiveX Database Object activity data target) among ASP.ADO is a kind of method of operation Microsoft database supported,it is an expanded visiting the technology which adds to P Web of the database easy to use.ADO use and DAO (data visit target) of target,way of RDO (long-range datum target) similar.In ASP,ADO can be regarded as a server package,to be more simple,a series of targets, use these powerful targets,can finish the operation complicated to the database easily.
His thesis is the design regarding ASP as the developing instrument and adopting sports goods websites finished under the environment of carrying out the order of the script of server end of ASP. The main research contents are:
1.Grasp the development environments of websites (such as ASP),visit the technology of the database in design package (such as Dreamweaver and Flash), database knowledge (such as Access) and ADO involved of websites,etc..
2.Carry on the total design and realization of online shopping,including the design of the database and design of some function module to this system.
3.Analyse the source code to each module,thus finish the design of websites.
Keywords ASP;Access;ADO
目录
摘要…… I
Abstract II
第1章 绪论 1
1.1 课题背景 1
1.1.1 我国Internet的发展历程及其特征 1
1.1.2 全球信息化的发展趋势 1
1.1.3 企业网站的整体策划和建设 2
1.1.4 ASP的概念 2
1.1.5 课题概述 2
1.2 电子商务在我国的发展状况 2
1.3 应用背景 4
1.4 论文的目的 4
第2章 网站开发的基础 5
2.1 Dreamweaver MX 2004的概述 5
2.2 ASP简介 6
2.2.1 ASP框架语言-HTML 6
2.2.2 ASP脚本语言-VBScript 7
2.2.3 ASP的特点 8
2.2.4 ASP的基本语法 8
2.2.5 ASP的发布与执行 8
2.2.6 ASP的工作原理 8
2.2.7 ASP的调试服务器IIS 9
2.2.8 ASP内置对象、组件简介 9
第3章 系统设计 10
3.1 网站定位 10
3.2 网站功能模块划分 10
3.3 购物流程图 10
3.4 数据库设计 11
3.5 系统设计思想 13
3.5.1 网上购物 13
3.5.2 客户需求导向 13
3.5.3 销售是核心 13
3.5.4 网络支付的安全性 14
3.5.5 网络运行的可扩展性 14
第4章 系统实施 15
4.1 系统首页 15
4.2 会员注册与管理 15
4.3 购物车管理 17
4.4 简单商品检索 19
第5章 配置与连接数据库 20
5.1 SQL简介 20
5.2 ADO简介 20
5.3 与数据库的连接 22
结论 26
致谢 27
参考文献 28
附录 29
全文75页 约50000字 程序语言精准 内容丰富
摘要
ASP(Active Server Pages动态网页)是微软公司推出的一种用于取代CGI(Common Gateway Interface 通用网关接口)的技术。目前,Internet上的许多基于Windows平台的Web站点已开始应用ASP来替换CGI。ASP是一个位于服务器端的脚本运行环境,它根据客户端的不同请求,在服务器端经过相应的ASP程序处理生成不同的静态HTML页面传输回浏览器的技术。因此,它同样可以处理数据库查询等一系列数据库访问请求。通过这种环境,用户可以创建和运行动态的交互式Web服务器应用程序,如交互式动态网页,包括使用HTML表单收集和处理信息、上传与下载等。
在ASP中访问数据库是通过ADO(ActiveX Database Object活动数据对象)及事务处理对象语句来实现的。ADO是一种操作Microsoft所支持的数据库的方法,是一项容易使用并且可扩展的将数据库访问添加到Web页的技术。ADO对象的使用与DAO(数据访问对象)、RDO(远程数据对象)的方式相似。在ASP中,ADO可以看作是一个服务器组件,更简单地说,是一系列的对象,应用这些功能强大的对象,即可轻松完成对数据库复杂的操作。
本论文是以ASP为开发工具并采用ASP服务器端执行脚本指令的环境下完成的体育用品网站的设计。主要研究内容为:
1.掌握网站的开发环境(如ASP)、网站的设计组件(如Dreamweaver和Flash)、所要涉及到的数据库知识(如Access)及ADO等访问数据库技术。
2.对本系统进行总体的设计及网上购物的实现,包括数据库的设计和部分功能模块的设计。
3.对各个模块进行源代码分析,从而完成对网站的设计。
关键词 ASP;Access;ADO
E-commerce- the Website Design of Sports Goods
Abstract
ASP (Active Server Pages dynamic webpage) for replace technology of CGI (Common Gateway Interface in common use network imprisons the interface) one that Microsoft put out. At present,a lot of Web websites based on Windows platform on Internet have already begun to use ASP to replace CGI. ASP is a script running environment lying in the end of the server,it,according to different request of the customer end,end pass corresponding ASP procedure is it turn into different static HTML page transmit technology to answer the browser to deal with in server.So it can deal with database person who inquire about a series of databases visit request too. Through this kind of environment,users can establish and operate dynamic interactive Web server application program,for instance interactive dynamic webpage,including use HTML form to collect and deal with information,upload and download etc..
Visit database and sentence,target of transaction processing,is it realize to come through ADO (ActiveX Database Object activity data target) among ASP.ADO is a kind of method of operation Microsoft database supported,it is an expanded visiting the technology which adds to P Web of the database easy to use.ADO use and DAO (data visit target) of target,way of RDO (long-range datum target) similar.In ASP,ADO can be regarded as a server package,to be more simple,a series of targets, use these powerful targets,can finish the operation complicated to the database easily.
His thesis is the design regarding ASP as the developing instrument and adopting sports goods websites finished under the environment of carrying out the order of the script of server end of ASP. The main research contents are:
1.Grasp the development environments of websites (such as ASP),visit the technology of the database in design package (such as Dreamweaver and Flash), database knowledge (such as Access) and ADO involved of websites,etc..
2.Carry on the total design and realization of online shopping,including the design of the database and design of some function module to this system.
3.Analyse the source code to each module,thus finish the design of websites.
Keywords ASP;Access;ADO
目录
摘要…… I
Abstract II
第1章 绪论 1
1.1 课题背景 1
1.1.1 我国Internet的发展历程及其特征 1
1.1.2 全球信息化的发展趋势 1
1.1.3 企业网站的整体策划和建设 2
1.1.4 ASP的概念 2
1.1.5 课题概述 2
1.2 电子商务在我国的发展状况 2
1.3 应用背景 4
1.4 论文的目的 4
第2章 网站开发的基础 5
2.1 Dreamweaver MX 2004的概述 5
2.2 ASP简介 6
2.2.1 ASP框架语言-HTML 6
2.2.2 ASP脚本语言-VBScript 7
2.2.3 ASP的特点 8
2.2.4 ASP的基本语法 8
2.2.5 ASP的发布与执行 8
2.2.6 ASP的工作原理 8
2.2.7 ASP的调试服务器IIS 9
2.2.8 ASP内置对象、组件简介 9
第3章 系统设计 10
3.1 网站定位 10
3.2 网站功能模块划分 10
3.3 购物流程图 10
3.4 数据库设计 11
3.5 系统设计思想 13
3.5.1 网上购物 13
3.5.2 客户需求导向 13
3.5.3 销售是核心 13
3.5.4 网络支付的安全性 14
3.5.5 网络运行的可扩展性 14
第4章 系统实施 15
4.1 系统首页 15
4.2 会员注册与管理 15
4.3 购物车管理 17
4.4 简单商品检索 19
第5章 配置与连接数据库 20
5.1 SQL简介 20
5.2 ADO简介 20
5.3 与数据库的连接 22
结论 26
致谢 27
参考文献 28
附录 29