{$cfg_webname}
主页 > 计算机 > ASP.NET >

学生成绩管理信息系统设计与开发(ASP.NET,SQL)

来源:56doc.com  资料编号:5D20813 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20813
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

学生成绩管理信息系统设计与开发(ASP.NET,SQL)(论文15500字,程序代码,SQLserver数据库)
摘要:学生成绩管理信息系统是高校教学质量管理工作顺利进行的保障,开发本系统可以系统对学校教务工作提供服务和信息管理,精简管理过程,减轻教职工的工作压力,提高资源的利用率,同时,提供方便快速的信息查询服务。
本系统学生信息管理系统是用Microsoft Visual studio开发平台,采用Web三层模式作为开发结构,用ASP.Net开发语言,SQL server 2008数据库作为数据服务器。本系统主要功能模块有,功能模块管理、组权限管理、学生信息管理、学生成绩管理等功能。学生成绩管理信息系统的特点是能够动态网页管理,及时更新页面,采用三层模式的开发特点,维护容易,用户容易上手操作,对不同的用户开放不同权限,具备查询速度快操作简单。
关键词:成绩信息管理;信息化;ASP.Net;SQL server.

Student Achievement Management System
Abstract:The student achievement management information system is the guarantee for the smooth implementation of teaching quality management in colleges and universities. The development of this system can systematically manage the teaching and teaching services and information, reduce the work pressure of the teaching staff, and at the same time, reduce the inquiry speed of faster information resources.
The system student information management system uses the Microsoft Visual studio development platform, the Web three-tier model as the development structure, the ASP.Net development language, and the SQL server 2008 database as the data server.  The main function modules of this system include function module management, group authority management, student information management, and student achievement management.  The student achievement management information system is characterized by dynamic web page management, timely updating of pages, adoption of three-tier mode of development features, easy maintenance, easy operation by users, opening of different permissions to different users, and fast query operation.
Key words:Grade Management System ; Informatization ; ASP.Net ; SQL server.

功能需求分析
权限功能:权限管理根据不同用户,动态分配管理权限,用户分为三种普通用户,一般用户,超级用户。其中超级管理权限最大,其他管理人员根据分配的权限进行相应操作。
维护功能:超级管理人员可以对全部的信息进行删除和添加功能,一般管理人员可以
对有权限的基本信息进行修改,删除操作。
录入功能:提供给有权限的管理人,超级管理人员可以任意录入。
查询功能:可以查询基本信息,提供给所有人员。
退出功能:结束并关闭系统。
开发环境:Microsoft Visual Studio
数据库:Microsoft SQL Server
 

学生成绩管理信息系统设计与开发(ASP.NET,SQL)
学生成绩管理信息系统设计与开发(ASP.NET,SQL)
学生成绩管理信息系统设计与开发(ASP.NET,SQL)
学生成绩管理信息系统设计与开发(ASP.NET,SQL)
学生成绩管理信息系统设计与开发(ASP.NET,SQL)



目录
1. 绪 论    1
1.1. 系统的背景    1
1.2. 系统的现状    1
1.3. 系统目标与意义    2
1.3.1. 系统开发目标    2
1.3.2. 意义    2
1.4. 可行性分析    2
1.4.1. 经济上可行性    2
1.4.2. 技术上可行性    3
1.4.3. 运行上的可行性    3
2. 需求分析    3
2.1. 学校工作流程分析    3
2.2. 学校具体需求分析    4
2.3. 系统需求分析    4
2.4. 功能需求分析    5
2.5. 系统主要流程分析    5
2.6. 数据库需求分析    5
2.7. 系统的目标    8
3. 技术介绍    9
3.1. 系统设计技术路线    9
3.2. web三层结构技术发展简述    9
3.2.1. 动态网站开发技术比较    9
3.2.2. 简述动态网站语言ASP技术    10
3.2.3. 简述ASP.Net开发技术    10
3.3. 工具选择    11
3.3.1. 开发工具的选择    11
3.3.2. 数据库系统选择    11
4. 系统概要设计    11
4.1. 系统设计思想    11
4.2. 系统设计业务目标    12
4.2.1. 目标简述    12
4.2.2. 角色设计    12
4.3. 技术总体目标    13
4.3.1. 系统技术性能要求    13
4.3.2. UI设计    14
4.3.3. 开发与运行环境规定    15
5. 系统详细设计    15
5.1. 系统结构    15
5.2. 程序逻辑    16
5.2.1. 模块功能实现的算法流程图    16
5.3. 创建数据库    18
5.4. 数据库表逻辑结构设计    19
5.4.1. 数据库表介绍    19
5.4.2. 数据库表结构及设计    20
6. 系统实现    22
6.1. 界面设计    22
6.1.1. 登陆设计    23
6.1.2. 主页设计    24
6.1.3. 动态管理权限    25
6.1.4. 学生信息管理    26
6.1.5. 学生成绩管理    27
6.1.6. 学生信息查询    29
6.1.7. 学生成绩统计    30
6.1.8. 学生成绩查询    31
6.1.9. 用户管理    32
参考文献    33
致谢    34

推荐资料