基于aspnet网上服饰商城毕业设计加论文(程序加论文).rar
基于aspnet网上服饰商城毕业设计加论文(程序加论文),基于aspnet网上服饰商城毕业设计加论文,里面有程序,绝对好用,而且有全套的论文文档,省了你很多时间与精力,绝对是自己的毕业设计。摘 要当今社会,科技飞速发展,信息化产业日趋成熟,伴随着internet的迅速崛起,互联网已日益成为收集提供信息的最佳渠道并进入传统的流通领域。于是电子商务开始流行起来,一种全新的购物理念...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 8515331 发布基于ASPNET网上服饰商城毕业设计加论文,里面有程序,绝对好用,而且有全套的论文文档,省了你很多时间与精力,绝对是自己的毕业设计。
摘 要
当今社会,科技飞速发展,信息化产业日趋成熟,伴随着Internet的迅速崛起,互联网已日益成为收集提供信息的最佳渠道并进入传统的流通领域。于是电子商务开始流行起来,一种全新的购物理念开始形成并逐步发展起来。电子商务是利用现代信息网络进行商务活动的一种先进手段,作为创新的经济运行方式,其影响已经远远超过商业领域。本网上服装店设计就是对电子商务的一个最好的应用。
本网上服装商店设计是在Visual Studio.Net 平台上运用ASP.NET技术和SQL SERVER数据库来实现的。本文介绍了电子商务的发展现状,同时分析了系统中所用到的开发技术ASP.NET以及SQL SERVER的特点,并对系统的主要页面和数据库进行了详细的设计。实现的主要功能有:用户管理,物品管理,分类查找,商品信息录入管理,商品定单管理、商品的浏览和查找、商品购买等功能。
本系统具有较高的可用性,通过将该系统在局域网上发布使用,测试程序工作流程,测试结果工作良好。
关键字:电子商务;互联网;网上服装
Abstract
With the rapid rise of Internet, the Internet has increasingly become a collection of the best channels to provide information and access to the traditional circulation. So e-commerce beginning of the epidemic, a new idea began to take shape and to the progressive development. E-commerce is the use of modern information networks for business activities of an advanced means, as an innovation of our mode of operation, its impact has gone far beyond the commercial sector. The online store design is an e-commerce application.
The online store is designed in Visual Studio.Net platform using ASP.NET technology and SQL SERVER database to achieve. This paper introduces the development of e-commerce, also analyzed the system used in the development of ASP.NET technology and the characteristics of SQL SERVER, and the main page and a detailed database design. , The main features are: user management, materials management, classification View, commodity input information management, merchandise orders management, commodity browser and find, the purchase of goods and so on.
System has high availability, the author adopted the system on the LAN Published use workflow testing procedures, test results good work.
Key Word: e-commerce; Internet shopping on the Internet;
目 录
绪 论 1
1 系统的开发工具及运行环境 4
1.1 ASP.NET介绍 4
1.2 SQL Server数据库介绍 4
1.3 运行环境的选择 5
2 系统需求分析 7
2.1 系统功能概述 7
2.1.1 系统功能需求 7
2.1.2 用例分析 8
2.1.3 概念层类图 9
2.2 系统性能要求 10
2.2.1 系统灵活性 10
2.2.2 输入输出要求 11
2.2.3 数据管理能力要求 11
2.2.4 故障处理要求 11
2.3 可行性分析 11
2.3.1 技术可行性分析 11
2.3.2 经济可行性分析 12
2.3.3 运行可行性分析 12
3 系统概要设计 14
3.1 设计目标 14
3.2 网上购物数据流图 15
3.3 面向数据流的设计方法 17
3.3.1 系统层次图(H图) 18
3.3.2 系统输入输出表(IPO表) 19
3.4 系统数据库设计 21
3.4.1 数据库设计原则 21
3.4.2 数据库概念结构设计(E-R图) 21
3.4.3 数据库表设计 24
4 系统详细设计 26
4.1 代码标识设计 26
4.2 代码设计原则 26
4.3 系统主要功能流程及模块 27
4.3.1 会员管理流程 27
4.3.2 会员购物流程 27
4.3.3 生成订单流程 27
4.4 网站后台管理主页 28
4.5 前台服饰销售 29
4.6 购物车的实现 30
4.7 生成订单的过程 31
4.8 会员管理的实现 32
4.9 投票管理 33
5 系统测试 34
5.1 测试的基础 34
5.1.1 测试的目标 34
5.1.2 白盒测试和黑盒测试 34
5.1.3 测试的准则 35
5.2 测试用例设计 35
5.2.1 等价类测试用例设计 35
5.2.2 边界值测试用例设计 36
5.3 软件的可用性测试 37
结 论 39
致 谢 40
参考文献 41
附 录 42
附录A Are maturing e-commerce 42
附录B 日趋完善的电子商务 47
附录C 系统主要实现代码 51