教师信息管理系统的设计与实现(ASP.NET2.0+SQL2005)

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

摘    要
随着互联网的迅速发展,基于互联网的各种应用日益受到人们的重视,基于Web的教师档案信息管理系统在这种形势下应运而生,它是伴随着网络技术和数据库技术而逐渐发展起来的。它可以利用网络,很方便地对教师信息进行管理,是传统资料管理的延伸。
系统在基于信息管理系统的设计与实现技术上,结合高校教师信息管理的特点,进行总体结构设计、数据库表的设计以及前台界面和后台功能的具体实现,最终完成了一个以asp.NET 2.0技术和SQL Server2005为基础的基于B/S架构的教师电子化信息库的设计与实现。系统基本实现了用户角色管理、用户密码管理、用户名/口令认证、教师基本信息、教师详细信息、科研论文信息、获奖信息、证书信息的管理及报表统计等功能。
关键词:档案管理;用户名/口令认证;asp.NET;SQL Server 2005

Design and Implementation of Teacher Electronic Information System
Abstract
With the rapid development of Internet, web-based applications become more and more popular in recent years. The teacher Management Information System comes into being in this condition. This MIS System, as a result of the combination of computer network technology and database technology, is an expansion of conventional information management. It can manage the teacher information more conveniently, using the resources of campus network.
This system is based on the general design and implementation of technology, combining with the features of the teacher Management Information System. By doing the structural design of the system, database table design, front-end and back-end development, we build the teacher electronic information system based on B/S and in asp.NET 2.0 and SQL Server 2005. This system has basically realized the user and the role management, password management, User/Password Authentication, the teacher basis information、detail information、paper information、encouragement information、certificate information management, and report statistics information management and so on.
Key words: Management Information System; User/Password Authentication; asp.NET; SQL Server 2005

主要研究内容
本文的主要研究内容是开发一个基于B/S的高校教师档案管理系统,主要包括以下几个方面:
一、结合档案管理的特点,进行详细分析并设计本系统的各功能模块。
二、使用asp.NET技术实现前台界面的开发。
三、解决Web服务器与后台数据库的连接问题,需要考虑实现连接的技术,以SQL Server 2005为后台数据库,通过ADO.NET实现asp.NET与数据库服务器的连接。
四、实现基于B/S模式的档案管理系统,且使其具有界面友好、可维护性好、系统管理方便、安全性高等优点。
五、研究系统安全问题。

本文共分为四个部分:
第一章 引言。介绍了课题的目的和意义及主要研究内容,最后给出了本文的组织结构。
第二章 开发环境和开发工具介绍。主要介绍了本系统的开发环境和开发工具,包括Sql Server 2005数据库、asp.NET技术以及B/S结构等。
第三章 系统分析与设计。本章首先对系统的需求进行了分析,然后划分了系统的功能模块,最后再介绍数据库的设计。
第四章 系统主要功能模块的实现。本章介绍了系统的四个主要功能模块:登录模块、系统管理员模块、院系领导模块、教师用户模块。

系统功能模块
经过分析,为了提高系统的安全性,将系统的用户划分成不同的等级,不同等级的用户具有不同的权限。从不同用户权限的角度可将整个系统分成以下四个功能模块:用户登录模块、系统管理员模块、院系领导模块、教师用户模块。

本系统的开发环境是:
技术平台:微软的.NET框架2.0版本
开发语言:C#.NET
开发工具:Visual Studio .NET 2005版本
数据库:SQL Server 2005







目录
1. 引言  1
1.1 课题的目的和意义 1
1.2 主要研究内容 1
1.3 论文组织 1
2. 开发环境/开发工具介绍 2
2.1 系统开发环境 2
2.2 Sql Server 2005 2
2.3 asp.NET技术 3
2.4 B/S模式 4
3. 系统分析与设计 4
3.1 需求分析 4
3.2 系统功能模块 5
3.3 数据库系统设计 7
4. 系统主要功能模块的实现 9
(优秀毕业设计:www.2bysj.cn)
4.1 登录模块 9
4.1.1 分级用户 9
4.1.2 口令的安全性 9
4.1.3 服务器Web页面安全保护 10
4.1.4 具体实现 10
4.2 系统管理员模块 12
4.3 院系领导模块 15
4.4 教师用户模块 16
4.5 数据库安全保护 19
结    论 21
参考文献 21
附    录 22
致    谢 26
声    明 27