基于LINUX的员工管理系统的设计与实现

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

摘要
随着企业规模的扩大,员工数量的急剧增加,有关员工的信息量也在不断的增长。面对庞大的信息量,就需要有员工管理系统来提高员工管理工作的效率。通过这样的系统,我们可以做到信息的规范管理和快速查询,从而减少了管理方面的工作量。
本系统基于LINUX平台,使用QT Designer设计用户界面,使用MYSQL数据库来存放各种数据。系统实现了员工信息管理,员工考勤的管理,以及工资信息的管理和系统用户的添加删除等功能。
本文首先简要介绍了本系统的开发背景。其次简单介绍了LINUX、MySql、QT的相关特点,然后对本系统进行了系统分析和设计,包括功能需求描述、数据库设计等内容。之后介绍了本系统的具体实现。最后对系统开发过程中结论及使用过程中的体会进行了总结。(所有权: 爱毕业设计www.2bysj.cn QQ:306826066)
【关键词】 员工管理,MySqL数据库,QT Designer

The Staff Management System based on LINUX
Abstract
Along with enterprise scale expansion and staff quantity sharp growth. Staff's information content also in unceasing growth. Facing huge information content,We need the staff management system to enhances the efficiency of staff supervisory work . Through such system, We may achieve the standard management and the fast inquiry of the information.Thus,we can reduce the work of management.
This system based on LINUX,designed with Qt Designer. Using the MYSQL database to store each kind of data. The system realized staff information management,staff checking attendance management, wages management, system user's increase and deletion and so on.
The first chapter briefly introduced the development background of this system.The second chapter briefly introduced the characteristic of LINUX,Qt and Mysql.The third chapter has carried on the system analysis and the design of system.It include the description of function demand and database design.The fourth chapter introduced how to realize this system.The last chapter has carried on the summary of all work.

【Key Words】 Staff management ,MySql Database,Qt Designer










目   录
1  绪论 1
1.1 课题背景 1
1.2 课题要求 1
1.3 论文的组织结构 1
2  开发环境及工具介绍 2
2.1  LINUX的简介 2
2.2  数据库工具 4
2.3  QT简介 6
3  需求分析 7
3.1 系统功能需求 7
3.2 系统性能需求 7
3.3 系统属性需求 7
3.4 系统开发环境 8
3.5 模块的DFD图 8
4  概要设计 10
4.1 系统功能分析 10
4.2 系统功能模块划分 11
4.3 系统用例图 11
5  数据库设计与实现 12
5.1 数据库需求分析 12
5.2 数据库概念设计 12
5.3 数据库逻辑设计 14
6  详细设计 18
6.1 系统整体流程设计 18
6.2 登录模块的设计 18
(所有权: 爱毕业设计www.2bysj.cn QQ:306826066)
6.3 系统管理模块的设计 20
6.4 员工信息管理模块的设计 20
总结 25
致谢 26
参考文献 27
附录A 外文翻译-原文部分 28
附录B 外文翻译-译文部分 33