摘要: 我国企业正向互联网化、信息化的高效模式转化,因此需要注重人才的培养,在这个大环境下,致胜公司企业内部培训系统应运而生。系统采用Eclipse Oxygen开发环境,数据库主要采用MySQL数据库,以Java为编程语言。系统以面向用户划分,主要分为员工端与人事部管理员端,其中管理员端拥有的主要功能为员工信息管理,培训项目管理,考试管理以及相关信息的发布,员工端拥有的主要功能为个人信息管理,考试的参加与成绩查看,培训公告的查看等功能。经实践证明,系统取得良好使用效果。
关键词:在线培训;人才培养;员工管理;Java
The Design of Training System for ZhiSheng company Based on Web Application
Abstract: With China's enterprises’ developing into the Internet, information and efficient mode of transformation, while focusing on the training of talent, winning companies internal training system came into being, the system uses Eclipse Oxygen development environment, the database mainly uses MySQL database, Java programming language. This system is pided into user-oriented, and it mainly pided into employee-side and personnel-administrator-side. The main functions of the administrator-side are employee information management, training project management, examination management, and release of related information. The main functions the employee has are: For personal information management, exam participation and performance review, training announcements and other functions.It has been proved that this system achieved expecting goals.
Keywords: online training;talent developing;;employee management;java
目录
摘要 i
Abstract i
目录 ii
1 绪论 1
1.1 课题的目的和意义 1
1.3 发展趋势 2
1.4 开发技术及开发工具介绍 3
1.4.1 Java 3
1.4.2 JSP 3
1.4.3 MYSQL数据库 4
1.4.4 Eclipse 4
1.4.5 Navicat 5
1.4.6 APACHE TOMCAT服务器 5
2 系统分析 6
2.1 可行性分析 6
2.1.1 经济可行性分析 6
2.1.2 技术可行性分析 6
2.1.3 社会环境可行性分析 6
2.2 需求分析 6
2.3 管理权限设计 7
3 系统总体设计