1、 网上书店销售系统设计与实现网上书店销售系统设计与实现 摘 要 如今网络发展日新月异,借助网络来进一步发展的产业越来越多。网上书店就是其中 之一。网上书店,为人们提供了一个在线购买图书的服务平台。这个平台为人们提供了更 快捷、更方便的服务,人们可以足不出户的进行业务操作,而且这一系统为工作人员也提 供了极大的方便, 工作人员可以使用计算机完成图书添加、 图书删除等一系列的管理操作, 不必像传统方式一样所有类型的工作都需要人工处理。为了方便人们的图书购买,开发了 这个网上书店。 本文主要介绍了该网上书店的系统分析与系统设计过程。本系统使用ASP.NET语言进 行网站建设,数据库采用SQL Ser
2、ver 2000,设计了网上书店系统,完成了用户方面的图书 查询、购物车管理、用户留言功能、会员注册、查看公告、修改注册信息等功能和管理员 方面的添加图书、修改图书信息、发布公告等功能,可以使顾客和管理员很方便的进行操 作。 关键词:网上书店;ASP.NET;SQL Server Design and Implementation of Online Bookstore Sales System ABSTRACT Today, the network develops rapidly. More and more industries depend on the network to get
3、further development. Online bookstore is one of them. Online bookstore provides an online platform of books. The platform provides people faster and more convenient service. People can operate just at home, and the system also provides great convenience for the workers when they need to add books, d
4、elete books without manual handling as the traditional measure. In order to facilitate people to buy books, I build this online bookstore. This passage mainly introduces the system analysis and system design process. To build the website the system uses ASP.NET, and the database uses SQL Server 2000
5、. It completes the basic functions of the online bookstore. Customers can inquire the books, manage the shopping cart, leave messages, register, check the notice, modify the registration information and so on. The administrator can add books, modify book information, edit the notice and so on. The c
6、ustomers and administrator can operate it easily. Key words:Online bookstore;ASP.NET;SQL Server 目 录 1 引言 . 1 1.1 课题研究的背景 1 1.2 课题研究的意义 1 1.3 课题研究的内容 2 2 相关知识介绍 . 3 2.1 电子商务的特点与流程. 3 2.1.1 电子商务的概念 3 2.1.2 电子商务的分类 3 2.2 B/S 结构的概念和特点 . 4 2.2.1 B/S 结构的相关概念 . 4 2.2.2 B/S 结构的特点 . 4 2.3 ASP.NET 的特点以及结构框架 . 4 2.3.1 ASP.NET 的特点 . 4 2.3.2 ASP.NET 网页概述 . 4 2.3.3 ASP.NET 网页的组件. 5 3 系统分析 . 6 3.1 系统描述 6 3.2 可行性分析 6 3.3 功能需求分析 6 3.4 数据需求分析 7 3.5 性能需求分析 8 4 系统设计 . 9 4.1 功能总体设计 9 4.2 数据总体设计 . 13 5 系统实现 16 5.1