摘要在中国,商业在最近10多年的时间里,有了长足的发展。尤其是网络购物的发展,它不仅成为国民经济中的一个独立产业,而且成为国民经济新的增长点。同样,每件事都有双面性,广泛的网购导致很多商品在使用一段时间后就被轻视甚至丢弃,或者说只是图一时兴起,购买后随手放置,并不能达到真正的物尽其用。本文论述了一个面向大众的网络竞拍平台,该平台分为管理员模块、买家模块和卖家模块。管理员模块分为商品管理、用户管理、系统管理三大功能模块,买家模块分为个人信息、我的竞拍、个人收藏夹、修改密码、安全退出功能,卖家模块分为商品管理、订单管理、拍卖管理、我的收藏夹、安全退出功能。本竞拍系统采用ASP.NET技术,编程语言是C#语言,选择B/S模式(网页版)。开发运行工具是SQL Server 2008数据库和 Visual Studio 2013开发平台。46395 毕业论文关键字:竞拍 ;SQL Server ;ASP.NET
ABSTRACT
In China, business in the last 10 years, has made great progress. Especially the development of online shopping, it has not only become an independent industry in the national economy, and become a new growth point of national economy. Similarly, everything has a double-sided, widely online shopping led to a lot of goods in use for some time after being dropped even contempt, or just a momentary rise, conveniently placed after purchase, and cannot achieve real best use. This article discusses a public-facing network auction platform into the administrator module, buyers and sellers module. Administrator module is pided into commodity management, user management, system management, three modules, the module is pided into Buyers personal information, my auction, personal favorites, change passwords, security exit function, the Seller module is pided into merchandise management, order management auction management, my favorites, security exit function. The auction system uses ASP.NET technology, programming language is C # language, select B / S mode (Web version). Development tools are running SQL Server 2008 database and Visual Studio 2013 development platform.
Keywords: bidding; SQL Server; ASP.NET
目 录
第一章 绪论 1
1.1开发背景 1
1.2设计内容 1
第二章 开发环境 2
2.1Visual Studio 2013 2
2.2SQL SEVER 2008 2
2.3ASP.NET的简介 2
2.4C#语言 2
2.5运行环境要求 3
第三章 系统分析与设计 4
3.1系统功能分析 4
3.2系统功能模块 4
3.3数据库的设计 5
第四章 系统的详细设计与功能描述 9
4.1管理员模块 9
4.1.1系统模块 9
4.1.2用户模块 15
4.1.3商品模块 19
4.2买家模块 22
4.2.1我的竞拍 22
4.2.2我的收藏夹 24
4.3卖家模块 26
4.3.1商品管理 26
4.3.2拍卖管理 29
4.3.3订单管理 31
第五章 系统测试 33
5.1用户注册测试 33
5.1.1必填项测试 33
5.1.2密码不一致测试 33
5.1.3未添加图片测试 34
5.1.4信息完整测试 34
5.2用户登陆测试 35
5.2.1未审核登陆测试 35
5.2.2审核登陆测试 36
5.3用户功能测试 36
5.3.1商品上架测试 36