摘要:随着科技的高速发展,计算机事业也发展的很迅速,计算机网络系统正处于一个高速发展的时期。网上图书销售系统,是基于虚拟书店的图书销售,以避免实际中购物的繁琐过程,使您的购物过程轻松,快捷,方便,非常适合快节奏的现代生活,同时又有效控制“书店”的运营成本,开辟了一个新的销售渠道。本文构建了一个网上图书销售系统,全文包括项目总体设计、数据库设计、系统设计、主要功能模块界面及实现代码等内容。按照简单,界面友好,灵活,实用,安全的要求,采用ASP.NET+SQL Server 2005数据库作为开发技术,主要实现了会员注册登录,查看并购买图书,搜索图书,管理购物车,管理个人信息,查看个人订单,发布评价,留言板等功能;管理员可通过管理后台实现对员工、会员、图书、留言板、订单、图书评价等的管理。最后通过测试,表明该系统运行效果良好。47097
毕业论文关键词:网上图书销售系统;ASP.NET;Sql Server 2005
The design of the online book sales system
Abstract :With the rapid development of science and technology, the rapid development of computer industry, computer and network information system is in a period of vigorous development. Online book sales system, is the book sales virtual bookstore based in order to avoid the tedious process of practical shopping, make your shopping process easy, fast, convenient and very suitable for fast-paced modern life, while effective control "bookstore" operations costs, has opened up a new sales channel.This paper build an online book sales system ,this article briefly the construction of a standard corporate website with the background of key technologies . text is pided into the overall project design, database design, system design. The main function module interface and implementation code. Follow the simple, user-friendly, flexible, practical and safety requirements, using ASP.NET + SQL Server 2008 database as a development technology, the main member registration log in to view and buy books, search for books, shopping cart management, personal information management, See inpidual orders, post reviews, message boards, and other functions. Administrators manage employees, members, books, message board, order books through the management and evaluation of the background. Finally through the test, it shows that the system running effect is good.
Keywords: online book sales system; ASP.NET; Sql Server 2005
目 录
摘要 i
Abstract i
目录 ii
1 绪论 1
1.1系统开发背景和意义 1
2 系统开发技术 3
2.1 ASP.NET简介 3
2.2 ADO.NET简介 3
2.3 C#概述 4
2.4 SQL SERVER简介 5
3 需求分析 6
3.1 可行性分析 6
3.2.1 技术及开发方法可行性 6
3.2.2 管理可行性 6
3.2.3 经济可行性 6
3.2 系统功能分析 7
3.3 功能结构图 8
3.4 系统流程图 9
4 系统的总体设计 12
4.1 软件设计的原则