设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于JavaWeb的企业员工信息管理系统的设计与实现毕业论文+任务书+中期表+翻译及原文+答辩+源码+数据库+辅导视频
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘  要
随着电子信息的飞速发展,计算机已经融入到了生活的各个方面,越来越多的企业开始使用电子计算机来对企业进行管理,信息化的时代已经到来,各个企业无论大小都需要一个信息化的管理系统来对自己公司内部的员工信息进行管理,企业员工信息管理系统是一个针对此问题而进行开发的系统,使得公司的员工管理不如现代化,开启了一个新的管理模式。
本文首先对比了国内外企业员工信息管理的现状,明确了需求的不同以及需要吸收借鉴的部分,然后在员工信息管理的需求基础上,通过系统的功能需求与系统的可行性分析,确立了企业员工信息管理系统的基本功能,构建了该系统的框架以及结构设计,然后对该系统的各个功能的主要代码进行分析、设计,最后对系统的各个功能进行测试,完成了本次系统的开发。企业员工信息管理系统分为两大模块,管理员模块和普通员工模块,管理员可以操作系统的所有功能,主要包括部门管理、员工信息管理、出勤管理、工资管理以及请假审核等功能;为了信息的保密以及系统的安全性,普通员工只具有查看工资以及请假的功能。
文章以需求分析,系统概要设计,系统功能实现,系统测试等为主要内容,详细介绍了一个基于Web技术的B/S结构的企业员工信息管理系统。本系统主要使用MyEclipse软件进行程序编写,使用JSP作为前台的开发语言,使用MySql作为后台的数据库管理系统,服务器采用tomcat,开发出的一个适应现代社会发展的企业员工信息管理系统。
关键词:员工信息,JSP,B/S结构
The design and implementation of enterprise employee information management system
ABSTRACT
With 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
目录
摘  要 1
ABSTRACT 3
1 绪论 1
1.1课题背景 1
1.2目的和意义 2
1.3研究的目标与内容 3
1.4软硬件需求 4
1.5本文组织结构 4
2  需求分析 6
2.1系统功能需求 6
2.1.1系统功能需求 6
2.1.2用户特点 8
2.2系统模型 8
2.2.1参与者 8
2.2.2管理员用例图 8
2.2.3普通员工用例图 9
2.3可行性分析 10
2.3.1技术的可行性 10
2.3.2经济的可行性 11
2.3.3操作可行性 11
2.3.4法律的可行性 12
3  系统概要设计 13
3.1系统设计原则 13
3.2系统架构设计 14
3.3数据库设计 16
3.3.1数据库的概念结构设计 16
3.3.2数据库的逻辑结构设计 17
3.3.3数据库的连接原理 21
4  系统详细设计 25
4.1系统登陆页面实现 25
4.2管理员模块 32
4.2.1部门信息管理 33
4.2.1.1部门信息录入 33
4.2.1.2部门信息管理 34
4.2.1.3部门信息删除 37
4.2.2员工信息管理 38
4.2.2.1员工信息信息录入 38
4.2.2.2员工信息管理 39
4.2.3出勤管理 43
4.2.3.1出勤录入 43
4.2.4修改密码 43
4.2.5工资管理 43
4.2.6请假审核管理 44
4.2.7退出系统 45
4.3普通员工模块 45
4.3.1请假申请 45
4.3.2我的工资浏览 46
4.3.3修改密码 47
5  系统测试 48
5.1系统测试目的与意义 48
5.2系统测试方法 48
5.2.1系统测试计划 48
5.2.2系统测试方法 49
5.2系统功能测试 49
5.2.1主页面的登录模块测试 49
5.2.2修改密码的模块测试 50
5.2.3部门管理的模块测试 51
5.2.4员工管理的模块测试 51
5.2.5出勤管理的模块测试 52
5.2.6工资管理的模块测试 53
5.2.7请假审核的模块测试 54
5.2.8我的请假的模块测试 55
5.3其他错误 55
6  总结与展望 57
6.1论文的主要工作 57
6.2存在问题 57
结  论 59
参考文献 61
致  谢 62
外文原文 63
中文翻译 77













  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Android+Java后端 基于微信小程序+JavaSSM+ 基于微信小程序+JavaSSM+
基于Spring Boot+区块 基于微信小程序+JavaSSM+ Linux下文件管理与文件传送的
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!