文档介绍:摘要
技术和SQL Server数据库开发的系统。本论文首先介绍了网上书店系统开发的背景,然后详细描述了系统分析和数据库设计,最后又详细介绍了网上书店系统的模块设计与实现。通过本系统管理员可以通过Web浏览器进入后台,实现网上图书添加、删除、图书分类管理及定单管理、用户管理等功能和用户登录、注册,在站内进行搜索等功能。系统运行后,操作界面简单流畅,实用性强。
关键词:网上书店;数据库;
ABSTRACT
Online bookstore system is a based on ASP technology and SQL Server database development system. This paper firstly introduces the background of the development of online bookstore system, then describes the detailed system analysis and database design, then introduced the module of online bookstore system design and implementation. Through the system administrator can through the Web browser into the background, the realization of online books add, delete, book classification management and order management, customer management function and user login, registered, standing in within the search, and other functions. After the operation of the system, operation interface is simple and fluent, the function is strong.
Key words:Online bookstore;Database;
目录
1 绪论 1
课题背景 1
开发目标 1
2 系统分析 2
需求分析 2
可行性分析 2
需求可行性 2
技术可行性 2
3 总体设计 4
设计方案 4
数据库设计 4
数据库概念设计 4
数据库E-R图 5
数据库逻辑结构设计 5
7
4 实现数据库访问层 10
一般数据库操作的封装 10
12
5 详细设计与实现 13
用户管理模块 13
用户注册 13
用户登录 14
找回丢失密码 15
修改个人信息 16
图书管理模块 17
管理图书类别 18
添加、删除、修改图书信息 18
列表显示图书 19
搜索图书 20
购物车管理模块 22
查看购物列表 22
结账 23
订单管理模块 24
客户订单管理 24
管理员订单管理 25
后台管理模块 27
查询用户信息 28
查询销售情况 29
6 系统测试 30
单元测设 30
集成测试 30
结论 31
致谢 29
参考文献 33
的网上书店系统的设计与实现
1 绪论
课题背景
随着网络技术的迅猛发展,越来越多的人热衷于上网,网上购物俨然已成为一种时尚和潮流。人们只要打开电脑,轻点鼠标,登录到购物网站,即可突破地域的限制,恣意遨游于信息的海洋。书籍作为一种文化的载体、智慧的结晶,也加入到了网络购物的热潮之中,越来越多的网上书店诞生了,并且生机勃勃。
开发目标
在Visual Studio 2010开发工具和SQL Server 2008数据库软件基础上,语言,开发一套网上书店系统,实现管理员可以通过Web浏览器进入后台,实现网上图书添加、删除、图书分类管理及定单管理、用户管理等功能,以及用户登录、注册,在站内进行搜索等功能。
2 系统分析
需求分析
网上书店系统包括如下基本功能。
用户注册和登录:为用户提供注册、登录、找回丢失密码、修改个人信息等功能