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

文具销售网站系统设计与实现(ASP.NET,SQL)

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

文具销售网站系统设计与实现(ASP.NET,SQL)(开题报告,论文说明书11000字,程序代码,SQLserver数据库)
摘要
随着科学技术的发展,电子商务异军突起,逐步成为社会发展的主流。其中的网络销售更是改变了人们的消费习惯。网上零售行业受到了越来越多人的追捧。采用网上零售不仅节约了经营成本,而且方便了销售数据的统计。就消费者而言也有方便快捷、品种丰富等优点。
本设计主要进行了文具网站系统的设计与实现。首先对研究课题的目的与背景进行了分析,叙述了选择这一课题的意义,构建出全文框架结构。然后介绍了开发环境与软件,选取了SQL Server 2008和Visual Studio 2010进行构建。最主要的为网站系统的分析部分,包括可行性分析,功能结构分析,数据库的构建以及网站具体界面的设计等几个模块。完成了网站的前台用户界面和后台管理员系统的建设,前台实现了商品展示、留言板、用户登陆和注册、商品搜索,购物车等功能;后台实现了管理员登陆、留言板管理、商品信息管理、库存管理和定单管理。最后对网站进行总结,归纳不足之处与改进。
关键字:文具销售  网站设计 数据库

Stationery Sales Website Design
ABSTRACT
With the development of science and technology, the sudden emergence of e-commerce makes it gradually become the mainstream of social development. And one of them, online marketing is changing people's habits of shopping. Online retail industry has been more and more sought after. The popularity of online retail will not only save operating costs, but also facilitates the statistical sales data. Consumers will enjoy its convenient, variety and so on.
This design mainly focuses on the stationery website design and implementation. First, the purpose of the research and background are analyzed, and the significance of this issue is discussed so as to construct the full framework. Then the article introduces the development environment and software. I select the SQL Server 2008 and Visual Studio 2010 to build the website. The main part of the website system is analyzing, including feasibility analysis, functional structure analysis, building a database and Web site design and several specific interface modules. Reception realized commodity display, message boards, user login and registration, product search, shopping cart and other functions; the background achieves the administrator login, message board management, product information management, inventory management, and order management. Finally, the article summarize, induct deficiencies and improvements.
Key words: Stationery sales; Web design; Database
功能需求分析
作为一个购物类网站,我们所追求的目标即为给用户提供全方位,种类齐全,快捷方便的购物体验。所以,该网站的主要功能模块为用户登录、用户注册、评论区、热搜榜、购物车、帮助中心以及用户管理等功能,消费者可以通过此网站的远程信息服务模块进行注册、商品搜索、商品评价、购买。管理员能通过分部门的登陆后台,对网站后台进行操作来实现注册会员的管理、文具的添加、修改和删除操作、商品审查,评价查看,部门员工查看等。
数据库:Microsoft SQL Server 2008
前台:Microsoft Visual Studio 2010
 

文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)
文具销售网站系统设计与实现(ASP.NET,SQL)



目 录
 摘要    II
ABSTRACT    III
第一章 绪论    1
1.1 网站设计背景    1
1.2  选题背景与现状    1
1.3  研究课题目的与内容    2
1.3.1设计目的    2
1.3.2主要研究内容和关键技术    3
1.4 全文框架结构    3
第二章 系统开发技术和开发环境    5
2.1 Visual Studio 2010 平台介绍    5
2.1.1 Visual Studio 2010简介    5
2.1.2 Visual Stidio 2010 新功能    5
2.2 ASP.NET介绍    5
2.3 SQL Server 2008介绍    6
2.3.1 SQL Server2008简介    6
2.3.2 SQL Server 2008新特性    6
2.4系统开发环境    7
第三章 文具销售网站需求分析    8
3.1 需求分析    8
3.1.1 软件需求分析    8
3.1.2 功能需求分析    9
3.2 可行性分析    9
3.2.1 技术可行性    9
3.2.2 经济可能性    9
3.2.3 操作可行性    9
3.3 网站系统功能结构图    10
3.3.1 网站模块结构图    10
3.3.2 前台用户功能模块图    11
3.3.3 购物流程图    11
3.4 网站功能具体介绍    12
第四章 数据库系统    14
4.1 数据库设计    14
4.2数据库E-R图    14
4.2.1 管理员实体    15
4.2.2 商品实体    15
4.2.3 购物车实体    15
4.2.4 文具类别实体    16
4.2.5 评论实体    16
4.2.6 用户实体    16
4.2.7 订单实体    17
4.2.8 订单项实体    17
4.2.9 部门实体    17
4.2.10 文具状态实体    18
4.3数据表设计    18
4.4 网站用例设计    20
4.4.1 用户管理用例    20
4.4.2 商品管理用例    21
4.4.3 购物车用例    21
第五章 网站具体设计    23
5.1 网站前台设计    23
5.1.1 网站首页    23
5.1.2 商品展示页    23
5.1.3 注册页面    24
5.1.4 登陆页面    25
5.1.5 订单页面    25
5.1.6 购物车页面    26
5.1.7 订单确认界面    26
5.1.8 提交订单界面    27
5.2 后台管理系统    28
5.2.1 人事管理页面    28
5.2.2 采购部门管理页面    29
5.2.3 销售部门页面    29
第六章 网站评价与改进    30
6.1 网站评价    30
6.1.1 网站优点    30
6.1.2 不足之处    30
6.2 网站的改进    31
结束语    32
参考文献    33
致谢    34

推荐资料