[优秀毕业设计毕业论文]快乐购网上商城毕业论文.doc
约32页DOC格式手机打开展开
[优秀毕业设计毕业论文]快乐购网上商城毕业论文,摘要中文摘要: 21世纪以来,人类经济高速发展,人们的生活发生了日新月异的变化,特别是计算机的应用及普及到经济和社会生活的各个领域。为了让消费者网上购物过程变得简单、方便、安全、快捷,网上商城购物成了一种新型而热门的购物方式。网上商城购物系统是一种具有交互功能的商业信息系统,它在网络上建立一个虚拟的购物商城,使购物过程...
内容介绍
此文档由会员 csfujixie 发布
摘要
中文摘要: 21世纪以来,人类经济高速发展,人们的生活发生了日新月异的变化,特别是计算机的应用及普及到经济和社会生活的各个领域。为了让消费者网上购物过程变得简单、方便、安全、快捷,网上商城购物成了一种新型而热门的购物方式。网上商城购物系统是一种具有交互功能的商业信息系统,它在网络上建立一个虚拟的购物商城,使购物过程变得轻松、快捷、方便。 网上购物商城系统实际上是一个B/S结构的信息系统,目前开发这种系统用到的主要开发工具有:ASP、JSP、PHP等,用到的数据库主要是一些流行的大型数据库,如Oracle,SQL server等,我们开发该系统用到的开发工具为ASP,数据库使用的是SQL server2005。 本系统共分两个部分:前台用户部分和后台管理部份。在前台用户部分中,包括用户在线注册、定购商品、浏览商品、查询商品信息等操作;后台管理部分包括:商品信息的管理、用户订单的管理、普通管理员的管理、客户的管理各种即时信息的发布管理。 作为一个购物系统,系统的安全性和实现购物的方便性是很重要的,在安全性方面,系统主要考虑了数据存储的安全性,以及用了用户注册和密码等措施,没有使用到数字签名...
本文中所做的主要工作如下:
(1)介绍了个性化页面的背景及IIS+ASP系统的一般原理;
(2)阐述整个个性化页面生成系统的系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;
(3)设计实现用户注册/登录、查询、购买;管理员对网站的系统管理;个性化页面动态生成--回显等程序模块;实现ASP和HTML页面;
(4)分析并解决实现中的若干技术问题;
(5)建立完整的实验网站,进行测试并分析结果。
英文摘要: With the rapid economic development happened in the whole world from the 21st century, people’s life greatly changed with each passing day, especially the application and popularation of computers in nearly every field of economy and social life. For this reason, shopping online is getting a new-fashioned and popular shopping way. The shopping online system, which is a kind of business information system with the function of interaction, establishes a dummy shopping market to make the purchase process becom... The main work in this text is as follows:
(1)Introduce the background of the characteristic page and the general theory of IIS and the system of ASP;
(2)Elaborate the whole system structure and the work principle of the whole characteristic pages boring system; Analyzing the special、difficulty、and the key point in the realization of the system;
(3)Design to carry out the customer registration/ registerring, searching, shopping; The system management to the website by administrator; The characteristic page dynamic state is born- return to show to the procedure mold piece; Carry out the page of ASP and HTML;
(4)Analyze and resolve some technique problem in the implementation;
(5)Establish the whole experiment website; carry on the test and to analysis the result.
目录
1引言 4
1.1研究背景 4
1.2目前网上购物在国内外发展现状 4
1.3 本文主要研究目的和内容 5
1.3.1研究的目的和意义 5
1.3.2 本文研究内容 6
2 .NET及其技术简介 7
2.1.NET技术简介 7
2.2 ASP.NET介绍 8
2.3 .NET的数据库访问 9
2.4 可行性分析 10
2.5 系统运行环境 11
3 系统概要设计 12
3.1 总体功能 12
3.2 E-R图 13
4 系统详细设计 13
4.1 后台数据库设计 13
4.1.1 SQL SERVER 2005 介绍 13
4.1.2 数据库表结构 14
4.2 处理流程设计 17
4.2.1 系统操作流程 17
4.2.2 数据增加流程 17
4.2.3 数据修改流程 18
4.3.4 数据删除流程 19
4.3 系统模块设计 20
4.3.1 首页 20
4.3.2 注册会员 22
4.3.3 查询 24
4.3.4 后台登陆 25
5 系统调试与测试 27
5.1 程序调试 27
5.2 程序的测试 27
5.2.1 测试的重要性及目的 27
5.2.2 测试的步骤 29
5.2.3 测试的主要内容 29
6 结论 30
6.1 系统评价 30
6.2 安全性问题 31
致谢 31
参考文献 32
中文摘要: 21世纪以来,人类经济高速发展,人们的生活发生了日新月异的变化,特别是计算机的应用及普及到经济和社会生活的各个领域。为了让消费者网上购物过程变得简单、方便、安全、快捷,网上商城购物成了一种新型而热门的购物方式。网上商城购物系统是一种具有交互功能的商业信息系统,它在网络上建立一个虚拟的购物商城,使购物过程变得轻松、快捷、方便。 网上购物商城系统实际上是一个B/S结构的信息系统,目前开发这种系统用到的主要开发工具有:ASP、JSP、PHP等,用到的数据库主要是一些流行的大型数据库,如Oracle,SQL server等,我们开发该系统用到的开发工具为ASP,数据库使用的是SQL server2005。 本系统共分两个部分:前台用户部分和后台管理部份。在前台用户部分中,包括用户在线注册、定购商品、浏览商品、查询商品信息等操作;后台管理部分包括:商品信息的管理、用户订单的管理、普通管理员的管理、客户的管理各种即时信息的发布管理。 作为一个购物系统,系统的安全性和实现购物的方便性是很重要的,在安全性方面,系统主要考虑了数据存储的安全性,以及用了用户注册和密码等措施,没有使用到数字签名...
本文中所做的主要工作如下:
(1)介绍了个性化页面的背景及IIS+ASP系统的一般原理;
(2)阐述整个个性化页面生成系统的系统结构及工作原理;分析了系统实现中的特殊性、难点和重点;
(3)设计实现用户注册/登录、查询、购买;管理员对网站的系统管理;个性化页面动态生成--回显等程序模块;实现ASP和HTML页面;
(4)分析并解决实现中的若干技术问题;
(5)建立完整的实验网站,进行测试并分析结果。
英文摘要: With the rapid economic development happened in the whole world from the 21st century, people’s life greatly changed with each passing day, especially the application and popularation of computers in nearly every field of economy and social life. For this reason, shopping online is getting a new-fashioned and popular shopping way. The shopping online system, which is a kind of business information system with the function of interaction, establishes a dummy shopping market to make the purchase process becom... The main work in this text is as follows:
(1)Introduce the background of the characteristic page and the general theory of IIS and the system of ASP;
(2)Elaborate the whole system structure and the work principle of the whole characteristic pages boring system; Analyzing the special、difficulty、and the key point in the realization of the system;
(3)Design to carry out the customer registration/ registerring, searching, shopping; The system management to the website by administrator; The characteristic page dynamic state is born- return to show to the procedure mold piece; Carry out the page of ASP and HTML;
(4)Analyze and resolve some technique problem in the implementation;
(5)Establish the whole experiment website; carry on the test and to analysis the result.
目录
1引言 4
1.1研究背景 4
1.2目前网上购物在国内外发展现状 4
1.3 本文主要研究目的和内容 5
1.3.1研究的目的和意义 5
1.3.2 本文研究内容 6
2 .NET及其技术简介 7
2.1.NET技术简介 7
2.2 ASP.NET介绍 8
2.3 .NET的数据库访问 9
2.4 可行性分析 10
2.5 系统运行环境 11
3 系统概要设计 12
3.1 总体功能 12
3.2 E-R图 13
4 系统详细设计 13
4.1 后台数据库设计 13
4.1.1 SQL SERVER 2005 介绍 13
4.1.2 数据库表结构 14
4.2 处理流程设计 17
4.2.1 系统操作流程 17
4.2.2 数据增加流程 17
4.2.3 数据修改流程 18
4.3.4 数据删除流程 19
4.3 系统模块设计 20
4.3.1 首页 20
4.3.2 注册会员 22
4.3.3 查询 24
4.3.4 后台登陆 25
5 系统调试与测试 27
5.1 程序调试 27
5.2 程序的测试 27
5.2.1 测试的重要性及目的 27
5.2.2 测试的步骤 29
5.2.3 测试的主要内容 29
6 结论 30
6.1 系统评价 30
6.2 安全性问题 31
致谢 31
参考文献 32