摘 要:随着互联网技术的迅猛发展,人们要求也不断的提高,逐渐形成了网上购物,并不断的发展和完善网上购物系统。本论文阐述了购物系统的开发过程,并对该系统的需求分析及系统需要实现的设计方法作了介绍。本系统开发采用ASP.NET编程语言,以Visual Studio 2010、SQL Server 2005为开发工具,Windows 7作为操作系统而实现。该系统的基本功能包括用户购买和管理员管理。用户购买系统包括服装查询,订单查询和服装订购;管理员系统包括管理员登录,服装管理,对用户订单的处理和计算用户所购服装的金额。并且顾客能够方便的进行用户注册,查看服装,将喜爱的添加到购物车。而管理员可以对服装的信息进行维护与管理,以及对服装的库存信息进行管理。58823
毕业论文关键词:网上购物,Asp.Net,SQL Server 2005,数据库
Abstract: With the rapid development of Internet technology and the improvement of people’s demand, online shopping has become a new trend in people’s daily life. The online shopping system is developing and perfecting continuously. This paper describes the development process, the needs analysis and the designing methods need to realize of the shopping system. This system is developed by ASP.NET programming language, Visual Studio 2010 and SQL Server 2005 as the development tool, and Windows 7 as the operating system. The basic functions of the system include user purchasing and administrator management. Users purchasing system including clothing querying, order inquiry and clothing ordering; Administrator system includes the login of administrator, clothing management, calculating of user’s order and the amount of clothing purchase. It is very convenient for customers to register, check clothes and put the favorite clothing into the shopping cart. The administrator has the right of the maintenance and management about the clothing information, as well as the clothing inventory information.
Keywords: Online shopping; Asp.Net; SQL Server 2005; database
目 录
1 绪论 5
1.1 选题目的和意义 5
1.2 选题依据 5
1.4 研究内容与章节安排 6
2 系统分析 7
2.1需求分析 7
2.1.1功能需求 7
2.1.2性能需求 8
2.2可行性分析 9
2.2.1技术可行性 9
2.2.2操作可行性 9
2.3 业务流程分析 9
3 总体设计 11
3.1网站开发目标 11
3.2数据库设计 12
3.2.1数据库简介 12
3.2.2数据库设计 12
3.3 系统功能模块 19
4 系统各个功能模块的实现 22
4.1 网站界面 22
4.2 系统主要的功能 23
4.2.1登录模块 23
4.2.2会员注册模块 25
4.2.3留言板模块的实现 26
4.2.4服装信息模块 28
4.2.5管理员登录模块