毕业设计论文
设计题目 电子书城系统
教 学 班:
学生姓名:
学 号:
指导教师:
完成日期:
摘要
随着 Internet 技术的发展,人们的日常生活已经离不开网络。未来社会人们的生活和
工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet
的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我
们的生活和工作方式,甚至社会的价值观也会发生某种变化。
本设计尝试用 ASP.NET 在网络上架构一个电子书城,以使每一位顾客不用出门在家
里就能够通过上网来轻松购书。本文从理论和实践两个角度出发,对一个具有数据挖掘
功能电子书城进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的
有关概念与技术,特别深入介绍了在本系统中运用到的知识,如:面向对象的分析设计
流程;系统中所用到的开发技术 ASP.NET 以及 ADO.NET 的特点、结构框架以及使用方法。
接着对书店系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体
结构进行了明确的规划。最后对系统的主要页面、数据库、应用程序的设计与实现作了
较为详细的讲解。
本电子书城系统是在 Visual Studio.Net 平台上运用 ASP.NET 技术来实现的。其主要
功能有:用户管理,新书上架,分类查找,图书检索,图书收藏夹,购买流程,销售排
行,图书评论,网站管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各
种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地
体现到这些知识与技术在本系统中的应用与实现。
关键词:SQL2000,ASP.NET,ADO.NET
Abstract
Along with Internet technique of development, people's daily life have already
canned not get away from a network.Future society people of life and work will
more and more dependence at the numeral technique of development, more and more
numeral turn, the network turn, electronical, conjecture turn.The development
of the Internet process and current of application condition and development
trend, can adequately believe a network technique will biggest of change our
life and work way, even society of value would also occurrence a certain variety.
This design's trying to use ASP.NET structure is an e-book city on the network
to make each customer need not go out can pass to get to the Internet in the
home come easy buy a book.This text is from the theories and practice two angle
to set out, have a data excavation function e-book to 1 the city carry on design
and realization analysis.Thesis first more and in details introduction face to
object analysis and design of relevant concept and technique, special thorough
introduction in this system usage arrive of knowledge, such as:Face to object
of analysis design process;In the system characteristics, structure frame and
operation method of the ASP.NET and ADO.NET of the development technique for
use.Immediately after carried on analysis to the possibility of bookstore system,
then to the design thought of system, design the whole structure of target and
system carried on explicit of programming.The end is to the main page, database
of system, application procedure of design and realization made more detailed
of explain in detail.
This e-book city system is at Visual Studio.Net terrace top usage ASP.NET
the technique is to the realization.It the main function have:Customer
management, new in the book, classification check to seek, book index, the book
collect to clip, purchase process, sale seniority, book comment on, website
management etc..The thesis is in the process of compose in, try hard for theories
and practice application to combine together, carry on elaborate to various
theories of in the meantime match system from actual application and operation
the technique up take into elucidation, hope can more adequately body now arrive
these knowledge and technique are in this system of application and realization.
Keyword:SQL2000, ASP.NET, ADO.NET
目 录
第 1 章 选题背景 ...........................................................1
1.1 计算机电子商务行业的发展情况 .......................................1
1.2 电子书城系统的现状 .................................................2
1.3 电子书城的优势 .....................................................2
1.4 任务概述...........................................................3
1.4.1 目标:建立完善的电子书城系统..................................3
1.4.2《电子书城》系统特点 ..........................................3
第 2 章 解决方案的选择 .....................................................5
2.1 系统说明...........................................................5
2.1.1.硬.软件环境 ..................................................5
2.2 开发计划...........................................................6
2.3 可行性分析 .........................................................6
2.3.1 风险分析 .....................................................6
2.3.2 技术可行性 ...................................................6
2.3.3 操作可行性 ...................................................7
2.4 设计方案:对涉及工具和技术的相关说明...............................7
2.4.1 B/S 体系结构..................................................7
2.4.2 Dreamweave ...................................................8
2.4.3 SQL Server ...................................................8
2.4.4 HTML(Hyper Text Markup Language) .............................9
2.4.5 ASP.Net ......................................................9
第 3 章 需求分析 ..........................................................10
3.1 系统分析的任务与步骤 ..............................................10
3.1.1 系统分析的任务 ..............................................10
3.1.2 系统分析的步骤 ..............................................10
3.2 网站项目范围 ......................................................10
3.3 功能需求..........................................................11
3.3.1 会员部分 ....................................................11
3.3.2 管理员部分 ..................................................12
3.4 网站实体分析 ......................................................14
3.5 网站的数据库设计 ..................................................14
3.5.1 概念设计 ....................................................14
第 4 章 总体设计 .........................................................21
4.1 网站系统功能说明..................................................21
4.1.1 总体功能.....................................................21
4.1.2 非功能性需求.................................................23
4.2 建立功能模型......................................................24
4.2.1 识别参与者...................................................24
4.2.2 总体用例图...................................................25
4.3 建立数据库模型....................................................25
第 5 章 详细设计 ..........................................................30
5.1 会员登录..........................................................30
5.2 会员注册..........................................................32
5.3 会员图书浏览 ......................................................33
5.4 购物车 ............................................................34
5.5 收银台 ............................................................35
5.6 管理员管理网站基本信息 ............................................36
第 6 章 编码实现 ..........................................................40
6.1 数据库连接........................................................40
6.2 会员登录..........................................................41
6.3 图书高级搜索......................................................42
6.4 购物车............................................................43
6.5 图书用户 ..........................................................44
6.6 系统测试..........................................................45
6.6.1 系统测试的目的...............................................45
6.1.2 面向对象系统测试方案.........................................45
第 7 章 软件布署 ..........................................................46
7.1 安装环境要求 ......................................................46
7.2 系统使用说明 ......................................................46
总结 .....................................................................47
致 谢 ....................................................................48
参考文献 .................................................................49