{$cfg_webname}
主页 > 计算机 > ASP.NET >

电子商务购物平台管理信息系统的设计(ASP.NET,SQL)

来源:56doc.com  资料编号:5D20817 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20817
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

电子商务购物平台管理信息系统的设计(ASP.NET,SQL)(任务书,开题报告,论文说明书12600字,程序代码,SQLserver数据库)
摘  要
近些年互联网技术正以一种不可抵挡的速度在发展,现如今互联网正积极向综合性商业网络方向发展,而不是拘泥与学术科研领域,人们对于互联网技术的要求已不仅仅局限于浏览网页、收发电子邮件等日常的网络应用。为电子商务购物平台管理信息系统提供了向前发展的强大动力的,正是这种高速发展的互联网技术,同时,网络平台的环境也逐步得到改善。电子商务购物系统是顺应时代发展的,商品爱好者对线上购物商城的看法也已有所改观,电子商务所构建的网上购物平台的观念将更加深入人心。
论文在重点介绍该系统的需求分析及系统实现过程中需要用到的设计方法的基础上,详细描述了电子商务购物平台管理信息系统的设计和开发全过程。该系统的基本功能与其他购物平台类似,主要分为网站的前台功能模块和后台管理模块。前台用户端主要实现了网站的商品展示和购买功能,具体功能包括会员注册登录,商品搜索,购物车,用户中心,交流论坛等功能模块。网站后台的管理功能,具体功能包括商品信息管理,订单信息管理,会员管理,新闻信息管理,论坛信息管理,系统管理等功能模块。
本系统开发过程采用ASP.NET编程语言,以Visual Studio 2013、SQL Server 2014为开发工具,Windows 7作为操作系统而实现。
关键词:购物系统;Asp.Net;电子商务;数据库
Abstract
In recent years, Internet technology is developing at an irresistible speed. Nowadays, the Internet is actively developing towards comprehensive commercial networks instead of rigidly sticking to academic and scientific research fields. People's demands for Internet technologies are not limited to browsing the Internet. , send and receive e-mail and other daily web applications. The development of the e-commerce shopping platform management information system provides a powerful driving force for the development. It is this high-speed development of the Internet technology. At the same time, the environment of the network platform has gradually improved. The e-commerce shopping system is in line with the development of the times. The opinions of commodity lovers on the online shopping mall have also been changed. The concept of the online shopping platform constructed by e-commerce will be more deeply rooted.
The paper describes the requirements analysis of the system and the design methods that need to be used in the system implementation process, and describes in detail the whole process of the design and development of the e-commerce shopping platform management information system. The basic functions of the system are similar to those of other shopping platforms, and are mainly divided into the foreground function module and the background management module of the website. The front-end user terminal mainly implements the front-end display function of the website, and the specific functions include membership registration, product search, shopping cart, user center, and exchange forum and other functional modules. The background management functions of the website include specific functions such as commodity information management, order information management, membership management, news information management, forum information management, and system management.
This system development process uses the ASP.NET programming language, Visual Studio 2013, SQL Server 2014 as a development tool, and Windows 7 as an operating system.
Keywords: shopping system; Asp.Net; e-commerce; database
系统功能模块
选题开发的是一个电子商务购物系统,以购物网站形式展示,网站首页显示了所有前台主要功能模块。包括会员注册、会员登录、商品搜索、新闻咨询、购物车、用户中心、交流论坛等板块。   
开发环境:Microsoft Visual Studio
数据库:Microsoft SQL Server

 

电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)
电子商务购物平台管理信息系统的设计(ASP.NET,SQLServer)


目录
第1章 绪论    1
1.1选题目的和意义    1
1.2选题依据    1
1.3研究现状    2
1.4技术方案    2
第2章 系统分析    4
2.1需求分析    4
2.1.1功能需求    4
2.1.2性能需求    4
2.2系统可行性分析    5
2.3系统业务流程分析    6
第3章 系统设计    7
3.1网站开发目标    7
3.2数据库设计    7
3.2.1数据库简介    7
3.2.2数据库概念结构设计    7
3.2.3数据库物理结构设计    10
3.3 系统功能模块    14
第4章 系统功能实现    16
4.1网站界面实现    16
4.2主要功能代码    17
4.2.1登录模块详细设计    17
4.2.2会员注册模块    18
4.2.3在线交流模块的实现    20
4.2.4新闻信息管理模块设计    22
4.2.5商品信息模块    24
4.2.6 购物车功能模块    26
4.2.7订单管理模块    27
4.2.8管理员登录模块详细设计    28
4.2.9  会员管理模块的详细设计与实现    30
4.2.10 新闻信息模块的详细设计与实现    31
4.2.11  商品信息管理模块的详细设计与实现    32
4.2.12 会员订单管理模块的详细设计与实现    34
4.2.13  管理员账号管理模块的详细设计与实现    35
第5章 系统测试    37
5.1测试目的    37
5.2测试内容    37
5.3系统测试    37
5.3.1测试方法和数据    37
5.3.2系统测试过程    37
5.3.3系统测试项目表    38
第6章 系统总结与展望    39
参考文献    40
致  谢    41

推荐资料