基于JavaWeb的企业员工信息管理系统的设计与实现毕业论文+任务书+中期表+翻译及原文+答辩+源码+数据库+辅导视频
摘 要随着电子信息的飞速发展,计算机已经融入到了生活的各个方面,越来越多的企业开始使用电子计算机来对企业进行管理,信息化的时代已经到来,各个企业无论大小都需要一个信息化的管理系统来对自己公司内部的员工信息进行管理,企业员工信息管理系统是一个针对此问题而进行开发的系统,使得公司的员工管理不如现代化,开启了一个新的管理模式。本文首先对比了国内外企业员工信息管理的现状,明确了需求的不同以及需要吸收借鉴的部分,然后在员工信息管理的需求基础上,通过系统的功能需求与系统的可行性分析,确立了企业员工信息管理系统的基本功能,构建了该系统的框架以及结构设计,然后对该系统的各个功能的主要代码进行分析、设计,最后对系统的各个功能进行测试,完成了本次系统的开发。企业员工信息管理系统分为两大模块,管理员模块和普通员工模块,管理员可以操作系统的所有功能,主要包括部门管理、员工信息管理、出勤管理、工资管理以及请假审核等功能;为了信息的保密以及系统的安全性,普通员工只具有查看工资以及请假的功能。文章以需求分析,系统概要设计,系统功能实现,系统测试等为主要内容,详细介绍了一个基于Web技术的B/S结构的企业员工信息管理系统。本系统主要使用MyEclipse软件进行程序编写,使用JSP作为前台的开发语言,使用MySql作为后台的数据库管理系统,服务器采用tomcat,开发出的一个适应现代社会发展的企业员工信息管理系统。关键词:员工信息,JSP,B/S结构The design and implementation of enterprise employee information management systemABSTRACTWith the rapid development of electronic information, computer has been integrated into all aspects of life, more and more enterprises begin to use computer to manage the enterprise, the information age has arrived, regardless of the size of each enterprise needs an information management system to the company's internal staff information management, employee information a management system is to solve this problem for the development of the system, making the company's employee management as the modernization, opening a new management mode.This paper first compares the present situation of domestic and foreign enterprise employee information management, clarifies the different demand and need to absorb the part, and then the demand based on the employee information management, through the feasibility of functional requirements and system analysis, establishes the basic function of enterprise staff information management system, construct the system framework and structure design, and then the main code for each function of the system is analyzed and designed, and finally test the various functions of the system, completed the development of this system. Employee information management system is divided into two modules, administrator module and general staff module, the administrator can all functions of the operating system, including department management, employee information management, attendance management, salary management and audit functions in order to leave; information security and secrecy system, general staff wages and leave only with a view the function of.This paper takes requirement analysis, system outline design, system function realization and system test as the main contents, and introduces a B/S enterprise employee information management system based on Web technology in detail. This system mainly uses MyEclipse software to program and use JSP as the development language, using MySQL as the background database management system, using Tomcat server, an information management system for enterprise employees adapt to the development of modern society developed.Keywords: employee information,JSP,B / S structure目录摘 要 1ABSTRACT 31 绪论 11.1课题背景 11.2目的和意义 21.3研究的目标与内容 31.4软硬件需求 41.5本文组织结构 42 需求分析 62.1系统功能需求 62.1.1系统功能需求 62.1.2用户特点 82.2系统模型 82.2.1参与者 82.2.2管理员用例图 82.2.3普通员工用例图 92.3可行性分析 102.3.1技术的可行性 102.3.2经济的可行性 112.3.3操作可行性 112.3.4法律的可行性 123 系统概要设计 133.1系统设计原则 133.2系统架构设计 143.3数据库设计 163.3.1数据库的概念结构设计 163.3.2数据库的逻辑结构设计 173.3.3数据库的连接原理 214 系统详细设计 254.1系统登陆页面实现 254.2管理员模块 324.2.1部门信息管理 334.2.1.1部门信息录入 334.2.1.2部门信息管理 344.2.1.3部门信息删除 374.2.2员工信息管理 384.2.2.1员工信息信息录入 384.2.2.2员工信息管理 394.2.3出勤管理 434.2.3.1出勤录入 434.2.4修改密码 434.2.5工资管理 434.2.6请假审核管理 444.2.7退出系统 454.3普通员工模块 454.3.1请假申请 454.3.2我的工资浏览 464.3.3修改密码 475 系统测试 485.1系统测试目的与意义 485.2系统测试方法 485.2.1系统测试计划 485.2.2系统测试方法 495.2系统功能测试 495.2.1主页面的登录模块测试 495.2.2修改密码的模块测试 505.2.3部门管理的模块测试 515.2.4员工管理的模块测试 515.2.5出勤管理的模块测试 525.2.6工资管理的模块测试 535.2.7请假审核的模块测试 545.2.8我的请假的模块测试 555.3其他错误 556 总结与展望 576.1论文的主要工作 576.2存在问题 57结 论 59参考文献 61致 谢 62外文原文 63中文翻译 77