汽车线束公司员工信息管理平台构建分析论文

时间:2021-01-17 18:59:48 员工管理 我要投稿

汽车线束公司员工信息管理平台构建分析论文

  摘 要

汽车线束公司员工信息管理平台构建分析论文

  自世界上第一台电子计算机 ENIAC 诞生以来,计算机技术迅速发展,逐步从军事领域应用到民用领域。并且随着网络技术的发展以及互联网的出现,人们的生活越来越离不开计算机网络。计算机与网络技术已经成为人们解决日常生活工作问题的一种重要手段,而随着企业的发展以及企业规模的扩张,企业级的网络解决方案越来越受到企业经营者的重视,尤其是企业员工信息管理系统。

  汽车线束公司作为一家跨国企业,其员工工种划分越来越细,同时出现了越来越多的职能部门。其原有的单纯依靠手工记录的员工信息管理方式已经越来越不适应企业的发展,并且成为阻碍企业扩张的一个瓶颈。手工方式的员工信息管理方案不仅消耗了企业过多的人力财力,更降低了企业的生产效率,严重影响了企业的市场竞争力。

  而依托于计算机网络技术的企业员工信息管理系统在对企业人力资源部门带来了巨大的信息管理便利的同时,还为企业节省了人力资源管理成本,从而降低了生产成本,提高了生产效率,增加了企业核心竞争力。

  本文在充分研究现有的企业员工信息管理系统的基础上,对汽车线束公司的人员组成及人力资源管理活动进行了细致的调查,并结合当前流行的`计算机网络技术为作者所在的汽车线束公司提供了一整套员工信息管理解决方案。本文提出的员工信息管理系统采用 B/S 软件开发结构,并选择 SSH 作为开发框架,同时使用 JSP 编程语言。在服务器方面,本文选择 MySQL 作为系统的数据库管理系统,使用 Apache 网络服务器搭建网站管理平台。

  文章在对汽车线束公司员工信息管理系统进行需求分析后,确定该系统主要包括员工管理子系统、业绩管理子系统、系统管理子系统、员工日常管理子系统以及员工邮件子系统等五部分,并根据需求分析,给出了系统详细的设计方案以及编程实现,最后还对系统进行了测试,并给出测试结果。

  关键字:信息管理 计算机网络 B/S SSH 需求分析

  Abstract

  Since the world's first computer ENIAC came out ,the rapid development of computertechnology has been applied from the military to civilian areas. Also, with the developmentof network technology and the emergence of the Internet, people's life has becomeincreasingly depended on computer networks. Computer and network technology hasbecome an important means to solve the problems of daily life and work. What's more, withthe development of enterprises and the expansion of business scale, enterprise-classnetworking solutions drew more and more business owners' attention, especially employees'information management system.

  As a multinational automotive wiring harness companies, and their employees areincreasingly well refined, also there has been an increasing number of functi ons. Relyingsolely on its original manual records of employee information management has becomeincreasingly unsuited to the development of enterprises, and become an obstacle to businessexpansion of a bottleneck. Manually employee information management solutions not onlyconsume too much human and financial resources of the enterprise, but also reduce theproduction efficiency, seriously affected the company's market competitiveness. And relyingon the computer network technology, the management system of employees in the enterpriseinformation HR department has brought great convenience of information management, it isalso used for saving the human resource management costs and reducing production costs.

  The system improves production efficiency and increased the core competitiveness ofenterprises.

  On the basis of the full study of existing employees on information managementsystems, we carried out a detailed survey for automotive wiring harness company personneland human resource management activities, and combined with the current popularity ofcomputer network technology as the author's automotive wiring harness companies, wecarried out a set of employee information management solutions. With using B / S softwaredevelopment structure and JSP programming language., the proposed employee informationmanagement system selects SSH as a development framework. On the server' side, the paperchooses MySQL as a database management system, builds a website using the Apache webserver management platform.

  After analysis of automotive wiring harness company employees informationmanagement system, the article determined that the system includes five parts staffmanagement subsystem, performance management subsystem, system managementsubsystem, employee and employee-mail daily management subsystem subsystem, andaccording to the needs analysis, the article given a detail system design and programming,also finally the system has been tested and the test results are given.

  Key Words: information management, computer network, B/S,SSH, requirements analysis

  目 录

  第 1 章 绪论

  1.1 研究背景和意义

  1.2 企业员工信息管理现状

  1.3 本文主要研究内容

  1.4 本章小结

  第 2 章 基础理论与关键技术研究

  2.1 基础理论

  2.1.1 信息管理系统

  2.1.2 信息管理系统的硬件组成

  2.2 关键技术的研究

  2.2.1 数据库管理系统

  2.2.2 Apache 网络服务器

  2.2.3 SSH 框架简介

  2.2.4 JSP 简介

  2.3 本章小结

  第 3 章 系统分析

  3.1 可行性分析

  3.2 功能需求分析

  3.2.1 员工信息管理

  3.2.2 考勤管理系统

  3.2.3 员工讨论区

  3.2.4 员工邮件系统

  3.3 非功能需求分析

  3.4 本章小结

  第 4 章 系统设计

  4.1 设计原则

  4.2 系统设计

  4.2.1 系统的体系结构

  4.2.2 系统的总体功能模块设计

  4.2.3 系统详细设计

  4.3 数据库设计

  4.3.1 系统实体图

  4.3.2 系统实体关系图

  4.3.3 数据表

  4.4 本章小结

  第 5 章 系统实现

  5.1 主要功能的代码实现

  5.2 系统登录界面

  5.3 员工基本信息管理

  5.4 员工讨论区

  5.5 邮件系统

  5.6 本章小结

  第 6 章 系统测试

  6.1 系统测试概述

  6.1.1 软件测试方法

  6.1.2 软件测试目的

  6.3 企业员工信息管理系统测试

  6.4 测试结果

  6.5 本章小结

  第 7 章 总结

  参考文献

  致 谢

【汽车线束公司员工信息管理平台构建分析论文】相关文章:

电子信息管理平台的构建开发论文06-23

构建教学平台会计基础论文09-18

科技创新平台构建要素研究论文07-28

市场营销策划课程教学平台构建论文07-11

商务英语教学平台构建浅析的论文08-31

企业销售信息管理分析的论文07-15

小学数学高效课堂构建分析论文07-05

英语高效课堂的构建分析论文07-23

财务分析指标体系构建论文06-16

电力企业中外包人员信息管理平台设计论文07-15