摘 要:计算机技术不断发展,深刻影响人们的生活,人们利用计算机技术,代替人工进行工作,不仅降低了人们的工作量,而且速度快,准确率高,计算机技术的应用已经深入到各行各业中。在体育部门的管理中,利用计算机信息技术管理运动会,可以解决传统管理过程存在的很多纰漏,降低人工管理的成本,将更多的资源放在运动会的其他方面,提高公平公正性,吸引更多人来参加运动会,有助于运动会的发展。
根据对运动会管理的实际情况考察和目前所掌握的软件开发知识,我采用ASP.NET框架开发此系统,使用的开发工具为visual studio 2013,使用 SQL Server 2008 对后台数据进行管理和控制。根据实际需求,设计了三种用户,管理员,裁判员,运动员,实现了对用户,比赛项目,报名,成绩等管理的功能,实现了对运动会管理的基本要求。
关键词:运动会管理;SQL Server 2008 ;ASP.NET;
ABSTRACT:The development of computer technology, a profound impact on people's lives, people using computer technology instead of manual work, not only reduces the workload of the people, and speed, high accuracy, computer technology has been applied to all walks of life. In the sports department in the management of computer using motion information technology management, a lot of flaws can solve the problem existed in the traditional management process, reduce management costs, put more resources on other aspects of the games, to improve the fairness, to attract more people to participate in the games, is conducive to the further development of the games.
According to the actual situation of sports investigation and management will now have the knowledge of software development, I adopt the ASP.NET framework for the development of this system, development tools for visual studio 2013, SQL Server 2008 for background data management and control. According to the actual demand, three kinds of users, administrators, referees and athletes have been designed to realize the management functions of users, competitions, entries, registration, achievements, etc., and realize the basic requirements for the management of the sports meet.
Key words:Athlete management;SQL Server 2008;ASP.NET;
目 录
第一章 引言 1
1.1课题背景 1
1.2研究意义 1
第二章 相关技术介绍 3
2.1ASP.NET 简介 3
2.2C#简介 3
2.3管理信息系统简介 4
2.4B/S架构简介 5
2.5SQL Server数据库简介 5
2.6ADO.NET数据访问简介 6
第三章 系统分析 8
3.1可行性分析 8
3.2 需求分析 8
3.3性能分析 9
第四章 系统设计 10
4.1系统功能设计 10
4.2数据库设计 11
4.2.1逻辑设计 11
4.2.2物理设计 15
第五章 系统实现 18
5.1登录功能 18