教师档案信息管理系统的设计(ASP.NET2.0+C#+SQL2005)(精品)☆

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

摘  要:计算机网络技术的广泛应用使档案信息管理进入了现代化管理的先进行列,并为档案信息管理提供了可靠的保证。传统的高校人事档案管理方式面临着越来越严峻的挑战,为了充分发挥档案工作在信息社会中的重要作用,高校应该积极地将信息技术与档案管理技术结合起来,促进档案的信息化管理。
本系统运用VS2005中的C#和SQL Server2005的组合开发平台开发测试。B/S架构,在系统设计、实施上运用软件工程的思想,完全依照瀑布模型来编写设计文档。利用流程图来设计程序,以避免逻辑上的错误。运用SQL Server2005进行数据库的设计,以VS2005中人性化的控件完成复杂的业务流程。优雅的分层设计、美观的页面设计、功能间低耦合、SQL语句及算法的优化让系统增色不少。论文主要介绍了本课题的开发背景,需求分析、概要设计、详细设计及系统的实现,重点说明了系统的设计思想和实现过程,最后以界面截图的形式给出运行结果。

关键词:档案管理;数据库;信息管理;浏览器/服务器架构
 
外文摘要
The Design and Implement of File Management System for University Teachers
Abstract:  Computer network technology to enable the widespread application of information management into the file of the advanced modern management, information management for the file to provide a reliable guarantee that traditional colleges and universities are facing the management of personnel files an increasingly tough challenge. In order to give full play to the archival work in the information society to the important role that institution of higher learning should be active in information technology and file management techniques and methods to promote information management file.
This System use VS2005 and SQL Server2005 Develops platform to develop and test. B/S construction, use software engineering thought in system design and implementation, according to Waterfall Model to write design document completely. Design software which used flow chart, this can make logic error little. Use the tool of SQL Server2005 to design database, use the tool of VS2005 to write test case, do cell test and integration test. It can complete special requirement. Gentler Hierarchical design, beautiful page design, lowness Functional coupling between , optimize of  SQL and arithmetic sentence make this system very well. The thesis main introduction this topic of development background, want completion of the process of function and development. Point elucidation system design of design thought and creation process.

Keywords: File Management; Database; Information Management; B/S Construction


论文各章介绍
第1章引言部分,引言主要叙述课题的研究背景和意义、问题的定义和内容简介、问题的调研和可行性分析。
第2章主要内容是:系统需求分析包括,系统逻辑分析;数据流分析;数据字典。
第3章主要内容是:系统总体设计包括,系统总体结构设计;系统数据结构设计(如E-R图、关系模型和关系规范化);系统开发与运行环境设计。
第4章是详细设计部分。
第5章为用户使用手册。
第6章是系统评价。其中包括系统的特色和优点,不足之处及解决方法,设计心得与体会。

系统主要模块及其功能如下:
教师的基本信息包括教师的代码、姓名、性别、身份证、政治面貌、联系电话、电子信箱、学历、学位、职称、职务、系部、籍贯、民族、出生年月、毕业院校/毕业时间、从事专业、研究方向、主讲课程、教师照片路径、备注等。教师基本信息管理就是对这些基本信息进行维护和管理,主要实现的功能有:
(1)教师基本信息录入;
(2)教师基本信息修改;
(3)教师基本信息查询;
(4)教师工作量管理;

本系统的整个开发过程的环境如下:
硬件环境
处理器:Inter Pentium M。
内存:1.5G
硬盘空间:80GB
显卡:SVGA显示适配器。
软件环境
操作系统:Windows XP。
开发工具:VS2005+SQLSERVER2005

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


目  录    23000字
1 绪论    1
1.1 课题内容简介    1
1.2 课题的研究背景与意义    1
1.2.1 课题的研究背景    1
1.2.2 课题的研究意义    1
1.2.3 国内外研究现状和发展趋势    2
1.3 课题的调研    3
1.4 可行性分析    3
1.4.1 技术可行性    3
1.4.2 经济可行性    4
1.4.3 法律可行性    4
1.4.4 操作可行性    4
1.5 论文各章介绍    4
2 需求分析    5
2.1 功能需求分析    5
2.2 系统逻辑分析    5
2.2.1 范式理论    5
2.2.2 模型符号选择    5
2.3 数据流分析    6
2.4 数据字典    7
3 系统设计    11
3.1 系统总体功能结构    11
4 详细设计    13
4.1 数据库    13
4.1.1数据库操作    14
4.1.2 系统流程图    16
4.1.3 数据结构    16
4.1.4 实体间的E-R模型    17
4.1.5 数据库表    17
4.2 用户登录界面    20
4.3 用户主界面    21
4.4 基本档案模块    23
4.4.1 基本档案    23
4.4.2 基本档案修改模块    24
4.4.3 基本档案添加模块    24
4.5 学科建设模块    24
4.6 教学研究模块与科学研究模块    25
4.6.1 在研课题模块    25
4.6.2 发表论文模块    26
4.6.3 发表论著模块    26
4.6.4 获奖情况模块    27
4.7  师资队伍模块    27
5 用户手册    28
5.1 系统环境与综合测试    28
5.2 系统开发工具选择    28
5.3 系统运行与操作指南    28
5.3.1 数据库配置    28
5.3.2 操作指南    29
6 系统评价    38
6.1. 系统特色/优点介绍    38
6.2  系统存在的不足    38
6.3  改进方案    38
6.4  设计收获和心得    38
结  论    40
致  谢    41
参 考 文 献    42