1 / 55
文档名称:

网上书店系统设计方案与开发说明书.doc

格式:doc   大小:4,219KB   页数:55页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

网上书店系统设计方案与开发说明书.doc

上传人:坐水行舟 2018/10/3 文件大小:4.12 MB

下载得到文件列表

网上书店系统设计方案与开发说明书.doc

相关文档

文档介绍

文档介绍:网上书店系统的设计与开发
黄伟杰
(陕理工学院计算机科学与技术系计算机科学与技术专业041班,陕西汉中 723003)
指导教师:高凯
【摘要】本系统的设计是基于HTML语言,嵌套VBScript源代码的ASP编程技术,以IIS为服务平台,使用SQL数据库管理,实现网上书店系统的构建。在实现流程上用户先注册(新用户)或登录(老用户),再按照分类导航,选书,购书,最后完成订单。在整个过程中,用户可随时查询订单状况并取消自己的订单。管理员可以在后台查看书库,对书库进行及时更新(包括对书籍的添加,修改,删除),添加评论和查看订单等等,了解购书情况,以便管理。
【关键词】数据库;网上书店系统;ASP;SQL
The Development of online Bookstore System
Huang WeiJie
(Grade 04,Class1 puter Science and Technology, Computer Science and Technology Dept., Shaanxi University of Technology, Han Zhong 723003, Shaanxi)
Tutor: Gao Kai
Abstract: This system design is based on the HTML language, nesting VBScript the source code ASP programming technology, as serves the platform take IIS, uses the SQL data bank administration, realizes on-line books sale system constructing. The user first registers in the realization flow (new user) or lands (old user), then defers to the classified navigation, chooses the book, buys the book, pletes the order form. In the entire process, the user may inquire the order form condition as necessary and cancel own order form. The manager may examine the book stacks in the backstage (including books add, edit, delete), mentary, with the order form situation, and so on .understood buys the book situation, in order to manages.
Keywords:Database;Online Bookstore System;ASP;SQL
目录
引言 1
1选题背景 2
2
2
3
任务概述 3
3
《网上书店》系统特点 3
2系统解决方案的选择 4
4
、软件环境 4
开发计划 4
5
5
5
5
:B/S体系结构 5
6
Dreamweave MX 2004 6
SQL Server 6
ASP简介 6
IIS的介绍 7
3需求分析 8
8
8
顶层流程图分析 9
零层流程图 10
4系统概要设计 11
基本功能模块 11
用户类型模块 11
用户书籍浏览与查询模块 11
用户书籍订购与取消订购模块 12
12
13
5系统数据库设计 14
数据库概念 14
数据模型 14
14
15
6系统详细设计 20
数据库链接模块代码 20
基本功能模块 20
20
22