教师人事管理系统

  • 格式:doc
  • 大小:697.50 KB
  • 文档页数:31

下载文档原格式

  / 31
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

论文题目教师人事管理系统的设计与实现

姓名

学院

专业软件技术

指导教师讲师

备注

2010 年6 月11日

教师人事管理系统的设计与实现

作者姓名:

指导教师:讲师

单位名称:计算机科学与技术系

专业名称:软件技术

2010年6月

Design and Implementation of Web-based Human Resources Management System

Supervisor:

June 2010

毕业设计(论文)任务书

教师人事管理系统的设计与实现

摘要

教师人事管理系统是在实际调查和了解人事管理工作者需求的前提下开发的,主要面向中小型企业人事管理部门。其中包括对管理人员和用户信息的管理模块,更重要的是实现了对职工基本信息、人事调动信息、奖惩情况等繁琐工作的便捷管理。

本系统可实现的主要功能是对教师人事的增删改查,可添加教师信息,并加以管理,也可删除教师信息,删除教师角色,查询想查找的教师的信息。项目功能具体介绍。

登录界面:首先输入管理员用户帐号以及密码完成登录,登录后可修改操作;添加教师信息:通过后台代码与前台的设计,可实现添加员工姓名、编号、性别、民族等个人信息,这是人事管理的基本内容;删除教师信息:通过用户管理选项可选择要删除的用户,并执行删除,删除后仍可从新添加用户。通过添加员工信息完成添加员工,可添加相应的个人信息,以上三个功能在员工管理界面共可完成。

下面是其他功能;员工调动功能的实现:在员工调动管理中添加调动人员,输入编号姓名,被调前部门以及调动后部门,实现调用功能。接下来是部门信息管理:该界面是针对教师认识部门的管理的设计与实现,通过这个界面可以实现教师部门管理编辑和删除。部门人员管理:可以通过该界面查询相应教师所属的部门,并查看教师的详细信息。最后为退出登录:点击完成退出登录。

本系统使用Microsoft Visual 2005开发工具创建Web应用程序。采用Visual 开发语言,使用SQL Server2005建立数据库,采用数据库访问技术,实现人事信息的便捷管理。最后系统黑盒测试证明该系统运行成功。

关键词:人事管理,Visual ,,Microsoft SQL Server 2005

Design and Implementation of Web-based

Human Resources Management System

Abstract

The system is a personnel management system that mainly faces the small and medium-sized enterprise units, and it is established for demand of the personnel manager. This system includes the management module o f all users’ basic information, and it has a more important meaning to the convenient management of things that are mixed confusingly, such as the information of all employees, the personnel affairs changing and staffs’ rewards and punishment and so on.

The system uses the Microsoft Visual 2005 to establish Web application procedure, adopts the Visual development language, and uses Office 2005 medium Microsoft Access to establish databases. Adopting the database visiting technique, it carried out the convenient management with the personnel information. It has basically realized the demand for the administrator and users who will be liberated from mixed confusingly things. And that will get better efficiency. Setting up the authority to improve systematic security, guarantee to the security of the information of the system. And it will have a bigger significance to the construction and development of enterprise units.

Key words: Visual , , Microsoft SQL Server 2005

目录

毕业设计(论文)任务书 .................................................................... I 摘要 ................................................................................................... I I ABSTRACT.......................................................................................... I II 第1章绪论 .. (1)

1.1课题的背景 (1)

1.2课题的目的和意义 (1)

第2章关键技术介绍 (2)

技术 (2)

2.2SQL S ERVER 2005介绍 (3)

第3章系统分析 (5)

3.1系统功能分析 (5)

3.2模块功能详细概述 (5)

3.2.1用户管理模块 (5)

3.2.2部门管理模块 (6)

3.2.3员工管理模块 (6)

3.3系统任务的可行性分析 (7)

3.3.1技术可行性 (7)

3.3.2系统安全性分析 (7)

第4章系统设计 (8)

4.1系统总体设计 (8)

4.2类设计 (8)

4.2.1类的总体设计 (8)