网上招聘系统的设计与实现毕业设计论文
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
毕业设计(论文)
论文题目网上招聘系统的设计与实现
Thesis Topic
Design and implementation of online recruitment system
网上招聘系统的设计与实现
摘要
随着时代的发展,中国的互联网技术愈加成熟,已经有越来越多的社会群体开始学会使用互联网技术,整个社会正在朝着智能化、信息化的方向前进。有了互联网,用户便可以足不出户地利用互联网技术使得自己的生活更加便捷。因此,为了满足用户的庞大需求,网上招聘系统应运而生。
本系统整体基于B/S架构,采用MyBatis框架,运用Java中的Servlet、Jsp等关键技术,并结合Oracle数据库的使用,为招聘者和求职者搭建了一个高效、便利的网络平台。本系统分别为求职者和招聘者提供了信息注册功能,登录功能和信息维护功能。除此之外,求职者可以选择发布、撤销或打印自己的简历,也可以浏览到企业实时的招聘信息,从而选择合适的企业应聘。招聘者可以选择发布或撤销自己的招聘信息,也可以浏览到求职人员的信息,选择是否同意他的应聘请求,并向其发送通知。
关键词:Java;Servlet;Oracle;招聘系统
Design and implementation of online
recruitment system
Abstract
With the development of the times, China's Internet technology is becoming more and more mature, more and more people began to learn to use the Internet, the whole society is moving in the direction of information technology, intelligent. With the Internet, people can make use of the Internet technology to make their lives more convenient. Therefore, in order to meet the needs of people, online recruitment system came into being.
The whole system is based on B/S architecture, using MyBatis framework, the key technologies in java servlet and JSP, combined with the use of Oracle database, build an efficient and convenient platform for job seekers and recruiters. This system provides information registration function, login function and information maintenance function for job seekers and employers. In addition, job seekers can publish, revoke, print your resume, you can also browse to the enterprise real-time recruitment information, in order to select the right candidates. Recruiters can publish, revoke their recruitment information, you can browse to the job seekers information, choose whether or not to agree to his request, and sent a notice to him.
Key words:Java; Servlet; Oracle; recruitment system
目录
摘要.............................................................. I ABSTRACT........................................................... I I 1 绪论 (1)
1.1开发背景 (1)
1.2开发意义 (1)
1.3国内外研究现状 (2)
1.4论文结构 (2)
2 相关技术原理和开发工具 (4)
2.1程序语言的选择 (4)
2.1.1 Java概述 (4)
2.1.2 Java特点 (4)
2.1.3 Servlet简介 (5)
2.2O RACLE数据库 (6)
2.3B/S模式 (6)
2.3.1 B/S架构概述 (6)
2.3.2 B/S架构的工作原理 (7)
2.3.3 B/S架构与C/S架构的比较 (7)
2.4开发工具 (8)
2.4.1 建模工具Microsoft Visio (8)
2.4.2 编码工具Eclipse (8)
2.4.3 数据库连接工具Navicat (9)
2.5开发环境 (9)
3 系统可行性研究 (10)
3.1系统可行性研究概述 (10)
3.2系统可行性研究的目的和流程 (10)
3.3项目评估 (11)
4 系统需求分析 (12)
4.1系统功能分析 (12)
4.1.1 用例图 (12)
4.1.2 数据流图 (13)
4.1.3 数据字典 (14)
4.2系统数据库需求分析 (16)
5 系统设计 (18)
5.1系统类图 (18)
5.2系统功能模块划分 (20)
5.2.1 模块图 (20)
5.2.2 个人信息管理模块 (21)
5.2.3 简历管理模块 (21)
5.2.4 求职申请模块 (22)
5.2.5 企业信息管理模块 (22)