户外运动管理系统的设计与实现(ASP.NET2.0和SQL2000)(精品)☆

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

户外运动管理系统的设计与实现(asp.NET2.0和SQL2000)(包含选题审批表,任务书,开题报告,中期检查表,毕业论文,26000字)
摘要:我们从建站的实际情况出发,经过对有关户外运动网站事项的一番考察和分析,确立了户外运动网站的具体实现功能。并阐述系统的结构设计和功能设计,实现户外运动信息的分类显示等。经过授权的用户可以通过Web浏览器,以人机交互式的客户端程序实现对信息进行发布信息维护,具有很好的外部接口,能够很好的配合站点的其它子系统服务于户外运动网站.该网站是一个基于户外运动管理网站系统;基于B/S模式WEB系统,本系统可以将杂乱无章的信息经过组织,合理而且有序地呈现在大家面前。简单的说, 户外运动网站就是充当一个户外运动用户交流平台的功能。
户外运动网站就是为了广大户外运动爱好者提供的一个互动的平台,方便他们的交流与联系。为了更好的组织活动,建立相应的网络平台方便大家互相交流,联系,为了完善这样的网站,为用户和管理员建立相应的资料库,用户可以对自己的信息进行相应的修改以及对一些活动内容的查询也可以对管理员提出自己的建议,管理员有权限对一些信息的修改以及对数据库的及时更新,甚至对活动方案的临时修改。

关键词:户外运动;网站;asp.net;SQL Server2000数据库

毕业设计(论文)外文摘要
The Design And Implementation of Outdoor Sports Management System
Abstract: We know from the actual situation through outdoor sports site on the matter after investigation and analysis of outdoor sports sites established to achieve specific functions. And the structure of the system design and functional design, to achieve the classification of outdoor sports shows and other information
    Authorized users can browser through the Web to human-computer interactive client program to achieve the maintenance of information dissemination of information, with very good external interface, can be a very good site with the other sub-systems serving the outdoor sports website. The site is an outdoor sports-based web site management system; based on B / S mode WEB system, the system can be chaotic organization of information, a reasonable and orderly manner in front of everyone .  
Simply put, outdoor sports site is to serve as a platform for users of outdoor sports functions. Outdoor sports site is to provide the vast number of outdoor sports enthusiasts an interactive platform to facilitate exchanges and contact them. In order to better the organization of activities, the establishment of the corresponding network platform to facilitate exchange of contact, in order to improve this site for users and administrators to establish a database, users can carry out their own information as well as the relevant amendments to a number of activities Inquiries can also be content to put forward their own recommendations administrator, administrators have the authority to amend a number of information and update the database, or even modify the program of activities for the interim

Keywords: outdoor sports; website; asp.net; database.

系统总体功能结构
    通过上面的功能以及需求分析,整个系统分为以下几个功能模块:
1)运动信息查询:可以查询户外运动的时间,地点,运动性质以及所参加运动
活动的人员更加的方便。
2)会员信息查询:管理员可以对会员进行统计以及删除操作。以便管理员可以
及时更新数据库。
3)发布活动信息:会员如果想要寻求人员一同进行户外运动的话可以及时地发
布户外运动的信息让大家积极地参与进来。
4)留言信息:会员想要参加一项户外运动的话可以及时地进行跟帖回复。
5)用户个人信息设置:用户可以设定自己的个人信息,包括密码,昵称,以及
个人的自定义头像设定,同时用户也可以进行修改。
6)修改运动信息:如果遇到特殊情况,户外运动信息需要进行更改操作,会员
可以及时地进行编辑操作,管理员也可以进行删除操作。
7)数据备份:管理员可以进行数据备份操作。

运行环境设计
操作系统:Microsoft Windows XP
WEB服务器:Internet信息服器5.0版本
后台数据库:SQL Server 2000
开发工具为:Microsoft Visual Studio 2005
浏览器:Microsoft Internet Explorer 6.0

目    录
1  引言    1
1.1  课题的研究背景与意义    1
1.1.1  课题的研究背景    1
1.1.2  国内外研究现状    1
1.1.3  课题的研究意义    2
1.2  课题研究的定义    2
1.3  系统的特点    2
1.4  可行性分析    3
1.4.1  经济可行性    3
1.4.2  技术可行性    3
1.4.3  操作可行性    4
1.4.4  法律可行性    4
2  需求分析    5
2.1  功能模型分析    5
2.1.1  业务流程分析    5
2.1.2  数据流分析    5
2.2  系统E-R图    8
2.3  数据字典    10
3  概要设计    12
3.1  系统总体功能结构    12
3.2  数据逻辑结构设计    13
3.2.1  数据逻辑结构设计-关系模式    13
3.2.2  数据逻辑结构设计-关系表    13
3.2.3  数据结构优化-数据规范化    14
3.3  开发环境和运行环境设计    15
3.3.2 运行环境设计    15
4  详细设计    17
4.1  用户登陆模块的设计    17
4.2  管理员模块的设计    17
4.3  普通用户模块的设计    18
5  编码实现    19
5.1  系统主页面编码实现    19
5.2  管理员管理模块编码实现    20
5.2.1  活动信息管理    20
5.2.2  用户信息管理    20
5.2.3  数据备份    21
5.3  用户模块编码实现    21
5.3.1  用户注册    21
5.3.2  用户成功登陆    22
5.3.3  活动信息查看    23
5.3.4  活动信息查询    25
5.3.5  个人信息修改    28
6  用户使用手册    30
6.1  运行环境简介    30
6.2  系统运行与操作指南    30
7  系统评价    31
7.1  实现技术及优点介绍    31
7.2  系统存在的不足与改进方案    32
7.2.1  系统存在的不足    32
7.2.2  改进方案    32
7.3  设计收获与心得    32
致  谢    34
参 考 文 献    35