家政招聘管理系统的设计与实现

摘    要

随着互联网技术的发展,搭建一个满足每个家庭对家政服务需求的人性化管理系统,不仅能为客户提供更广的查询求职者信息的服务,也为求职者提供了方便、快捷的应聘途径。求职者和招聘者可以在网上进行交流,招聘者和求职者也可以在系统中上传自己的要求和优势,不受时间可空间的局限。网上招聘与传统招聘相比范围更广,资源更丰富,可挑选机会多等优点。

我的系统主要用Java编程语言和Oracle数据库作为基础开发的平台,应用Java语言的特点制作家政招聘管理系统,用了JSP语言来构建页面。该系统主要分为前端和后端两个部分。前端分为个人和公司两个模块,个人界面可以管理自己的信息,查询公司的信息;公司界面同样可以管理公司的基本信息,查看应聘者信息。后端是公司管理人员对职工的个人信息、招聘信息的管理与统计,公司人员可对这些信息进行筛选,删除或是添加。该论文叙述了系统开发的整个设计理念,着重阐述了需求分析,详细阐述了系统主要功能的设计与实现。

综合诸多测试结果,基本确定整个系统操作简单,页面整洁,稳定性高,给公司和求职者带来了方便。

关键词:Java;Oracle;系统开发

扫描二维码关注公众号,回复: 17506723 查看本文章

Design and Implementation of Java Based Housekeeping Recruitment Management System

Abstract

With the development of Internet technology, to build a humanized management system to meet the needs of each family for housekeeping services, not only can provide customers with a wider range of job-seeker information services, but also for job-seekers to provide a convenient and quick way to recruit. Job seekers and recruiters can communicate on the Internet, and recruiters and job seekers can also upload their requirements and advantages in the system, not limited by time and space. Compared with traditional recruitment, online recruitment has many advantages, such as wider scope, richer resources and more opportunities to choose.

My system mainly uses Java programming language and Oracle database as the basic development platform, the application of Java language characteristics of the production of household management recruitment management system, with JSP language to build the page. The system is mainly divided into two parts: front end and back end. The front end is divided into two modules: personal and company. The personal interface can manage their own information and query the company's information. The company interface can also manage the basic information of the company and view the information of candidates. The back end is the management and statistics of employees' personal information and recruitment information by company managers, and the company personnel can screen, delete or add these information. This paper describes the whole design concept of the system development, focuses on the demand analysis, elaborated the design and implementation of the main functions of the system.

Comprehensive many test results, the basic determination of the entire system operation is simple, clean page, high stability, to the company and job seekers to bring convenience.

Key WordsJava;Oracle;System development

目    录

    

Abstract

    

1  系统概述

1.1  系统的开发背景和意义

1.2  开发意义

1.3  国内外研究现状

1.4  论文结构

2  系统开发相关技术和工具

2.1  程序语言

2.1.1  Java概述

2.1.2  Java特点

2.1.3  Servlet介绍

2.2  Oracle数据库

2.3  B/S模式

2.3.1  B/S架构概述

2.3.2  B/S架构的工作原理

2.4  开发工具

2.4.1  编码工具MyEclipse

2.4.2  数据库连接工具sqldeveloper

2.5  开发环境

3  系统可行性研究

3.1  系统可行性研究概述

3.2  系统可行性研究的目的和流程

3.3  项目评估

4  系统需求分析

4.1  系统功能分析

4.1.1  用例图

4.1.2  数据流图

4.2  系统数据库需求分析

5  系统设计

5.1  系统总体设计

5.1.1  系统设计思想

5.1.2  系统架构设计

5.2  数据库逻辑结构设计

5.2.1  关系型数据模型

5.2.2  数据表设计

5.3  系统功能模块分析

5.4  系统类图

6  系统实现

6.1  登录模块

6.2  注册模块

6.3  信息修改模块

6.4  查询模块

6.5  简历管理模块

6.6  应聘者管理模块

6.7  安全退出

7  系统测试

7.1  测试方法

7.2  测试环境

7.3  测试结果

7.4  系统评价

    

猜你喜欢

转载自blog.csdn.net/weixin_46959376/article/details/143355527