-I-
摘 要
随着互联网大趋势的到来,社会的方方面面,各行各业都在考虑利用互联
网作为媒介将自己的信息更及时有效地推广出去,而其中最好的方式就是建立
网络管理系统,并对其进行信息管理。由于现在网络的发达,健身房管理系统
的资讯信息通过网络进行信息管理掀起了热潮,所以针对健身房管理系统的会
员需求开发出一套健身房管理系统。
整个开发过程首先对软件系统进行需求分析,得出系统的主要功能。接着
对系统进行总体设计和详细设计。总体设计主要包括系统功能设计、系统总体
结构设计、系统数据结构设计和系统安全设计等;详细设计主要包括系统数据
库访问的实现,主要功能模块的具体实现,模块实现关键代码等。最后对系统
进行功能测试,并对测试结果进行分析总结,得出系统中存在的不足及需要改
进的地方,为以后的系统维护提供了方便,同时也为今后开发类似系统提供了
借鉴和帮助。
本系统开发利用现有的成熟技术参考,以源代码为模板,分析功能调整与
健身房管理系统的实际需求相结合,确定了 Asp.Net 开发健身房管理系统的使
用。
关键字:健身房管理系统 Asp.Net,SQL Server
-II-
Abstracts
-III-
With the advent of the Internet trend, all walks of life areconsidering the use
of the Internet as a medium to promote their owninformation more timely and
effectively, and the best way is to establishanetwork management system and
manage its information. Due tothe development of the network, the information
management of the gymnasium management system through the network has
set off an upsurge. Therefore, a set of gymnasiummanagementsystem is
developed accordinto the memberrequirements of the gym management system.
-IV-
In the whole development process, firstly, the requirements of the software
system are analyzed, and the main functions of the system are obtained. Then the
overall design and detailed design of the system. The overall design mainly
includes the system function design, system overall structure design, system data
structure design and system security design, etc.; the detailed design mainly
includes the realization of system database access, the specific implementation of
the main function modules, the module implementation key code, etc. Finally, the
system is tested, and the test results are analyzed and summarized, and the
shortcomings and improvements in the system are obtained, which provides
convenience for the future system maintenance, and also provides reference
andhelpfor the development of similar systems in the future.This system
development uses the existing mature technology reference, takes the source
code as the template, analyzes the function adjustment and the actual demand of
the gym management system, and determines Asp.NetDevelop the use of gym
Key words: gym management system Asp.Net ,SQL Server
目 录
摘 要 .............................................................I
目 录 ...........................................................III
第 1 章 绪论 ........................................................1
-V-
1.1 课题背景..........................................................................................................1
1.2 目的和意义......................................................................................................1
1.3 研究现状..........................................................................................................2
1.4 研究内容..........................................................................................................3
第 2 章 关键技术研究 ...............................................4
2.1 ASP.NET 框架.................................................................................................4
2.2 B/S 框架.........................................................................................................4
2.3 数据库技术....................................................................................................5
第 3 章 需求分析 ...................................................5
3.1 可行性分析......................................................................................................6
3.1.1 技术可行性...........................................................................................6
3.1.2 经济可行性.........................................................................................7
3.1.3 操作可行性...........................................................................................7
3.1.4 法律可行性...........................................................................................8
3.2 需求分析 .........................................................................................................8
3.3 系统设计原则 .................................................................................................9
3.3 项目设计目标与原则 ....................................................................................9
3.4 业务流程分析 .................................................................................................9
3.4.1 操作流程...............................................9
3.4.2 添加信息流程..........................................11
3.4.3 删除信息流程..........................................11
第 4 章 系统总体设计 ...............................................13
4.1 系统功能模块...............................................................................................13
4.2 数据库设计...................................................................................................13
4.2.1 数据库简介........................................................................................13
4.2.2 数据库设计........................................................................................13
第 5 章 系统实现 ..................................................17
5.1 系统功能模块................................................................................................17
5.2 管理员功能模块............................................................................................19
5.3 会员功能模块................................................................................................19
5.4 教练功能模块................................................................................................19
第 6 章 系统测试 ...................................................26
6.1 系统测试的目的 .............................................26
6.2 测试策略 ...................................................27
6.3 测试特性及分析............................................................................................27
6.4 功能测试........................................................................................................27
6.5 测试结果........................................................................................................29
结 论 ............................................................30