XX科技公司员工考勤管理系统的设计与实现.rar

  • 需要金币1000 个金币
  • 资料包括:完整论文
  • 转换比率:金钱 X 10=金币数量, 即1元=10金币
  • 论文格式:Word格式(*.doc)
  • 更新时间:2013-10-21
  • 论文字数:10055
  • 当前位置论文阅览室 > 毕业设计 > 信息与计算科学 >
  • 课题来源:(在职研究生)提供原创文章

支付并下载

摘要:随着计算机科学技术的高速发展,企业开始越来越多地利用计算机来完成信息管理。企业员工考勤信息管理是企业信息管理的重要部分。上海文思科技公司员工考勤管理系统从企业考勤管理的角度出发,用数据库记录企业员工的所有考勤信息并进行分析和管理。本系统具有友好的用户界面,简单的操作流程和准确的数据分析方法。本系统主要实现系统管理、部门管理、公告管理、员工管理、个人考勤、考勤管理等功能。该系统能提高员工考勤管理效率,且操作简单、使用方便。

   本论文的主要工作包含了系统的分析,设计和开发等过程。主要在分析企业考勤管理系统的需求基础上,设计并实现了该系统。整个系统采用JAVA语言开发,使用MVC设计模式,借助MyEclipse 8.5 、Dreamweaver8等工具完成了系统的设计与实现。该系统基于B/S体系结构,以WEB的形式实现企业员工的考勤管理。

关键词 考勤管理系统 ;Struts2;MVC设计模式;WEB

 

Abstract:With the rapid development of computer science and technology, enterprises are increasingly using the computer to complete the information management. Enterprise employees' attendance information management is an important part of enterprise information management.Shanghai VanceInfo technology company employees attendance management system from the point of view of enterprise time and attendance management, which uses database to record all employees' attendance information and carries on the analysis and management.The system has a user-friendly interface, simple operation processes and accurate data analysis methods. This system is mainly to achieve system management, department management, notice management, employees management, personal attendance, attendance management and other functions. The system can improve the efficiency of employees attendance management, and the operation is simple, easy to use.

   The main work of this paper includes the system analysis, design and development  process. In this paper, based on the analysis on the basis of attendance management system requirements, the system was designed and implemented. The whole system is based on JAVA language, using the MVC design pattern, using the MyEclipse 8.5, Dreamweaver8 tools to complete the design and implementation of the system. The whole system is based on B/S architecture, uses the form of the WEB to achieve employees attendance management.

Keywords  attendance management system  Sturts2  MVC design pattern  WEB

 

   企业员工考勤管理系统是一个企业不可缺少的一部分,它的存在使得企业的管理人员对员工的考勤变得简单方便。企业考勤管理系统可以为企业提供详细的员工考勤的信息和快捷的管理查询手段。企业考勤管理系统和传统的人工方式管理员工的上下班等信息相比,后者的这种管理方式存在着许多缺点,诸如效率低,操作繁琐,保密性差等,而且随着时间的推移,会产生大量的文件和数据,这给信息的搜索、更新和维护都带来了不少困难。因此,开发一个企业考勤管理系统是很有必要的,具有其特有的技术意义和管理意义。

   本课题来自于企业考勤管理的需求,本系统主要实现系统管理、部门管理、公告管理、员工管理、个人考勤、考勤管理等功能,充分利用计算机网络技术,改变传统的操作方式进行管理,实现了网络化管理模式,提高企业对员工考勤的效率。

   本系统的开发要求采用MVC设计模式和B/S结构体系结构,首先对系统做需求分析,确定系统的使用人员,确定系统中数据流程,确定系统的功能模块组成。然后根据需求分析设计出正确合理的数据库逻辑结构,设计出E-R图,再将它转换成关系模型,对该模型进行优化后在Mysql上实现。最后编写程序,逐个实现每个模块。