基于JSP的网上招聘系统的设计与实现毕业论文+任务书+中期表+翻译及原文+答辩+源码及数据库+辅导视频
基于JSP的网上招聘系统的设计与实现摘 要随着时代的发展,中国的互联网技术愈加成熟,已经有越来越多的社会群体开始学会使用互联网技术,整个社会正在朝着智能化、信息化的方向前进。有了互联网,用户便可以足不出户地利用互联网技术使得自己的生活更加便捷。因此,为了满足用户的庞大需求,网上招聘系统应运而生。本系统整体基于B/S架构,采用MyBatis框架,运用Java中的Servlet、Jsp等关键技术,并结合Mysql数据库的使用,为招聘者和求职者搭建了一个高效、便利的网络平台。本系统分别为求职者和招聘者提供了信息注册功能,登录功能和信息维护功能。除此之外,求职者可以选择发布、撤销或打印自己的简历,也可以浏览到企业实时的招聘信息,从而选择合适的企业应聘。招聘者可以选择发布或撤销自己的招聘信息,也可以浏览到求职人员的信息,选择是否同意他的应聘请求,并向其发送通知。关键词:Java;Servlet;Mysql;招聘系统Design and implementation of online recruitment systemAbstractWith 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 Mysql 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; Mysql; recruitment system目 录摘 要 iAbstract ii1 绪 论 11.1 开发背景 11.2 开发意义 11.3 国内外研究现状 21.4 论文结构 22 相关技术原理和开发工具 42.1 程序语言的选择 42.1.1 Java概述 42.1.2 Java特点 42.1.3 Servlet简介 52.2 Mysql数据库 62.3 B/S模式 62.3.1 B/S架构概述 62.3.2 B/S架构的工作原理 72.3.3 B/S架构与C/S架构的比较 72.4 开发工具 82.4.1 建模工具Microsoft Visio 82.4.2 编码工具Eclipse 82.4.3 数据库连接工具Navicat 82.5 开发环境 93 系统可行性研究 103.1系统可行性研究概述 103.2系统可行性研究的目的和流程 103.3项目评估 114 系统需求分析 124.1系统功能分析 124.1.1 用例图 124.1.2 数据流图 134.1.3 数据字典 144.2 系统数据库需求分析 165 系统设计 185.1系统类图 185.2系统功能模块划分 205.2.1 模块图 205.2.2 个人信息管理模块 215.2.3 简历管理模块 215.2.4 求职申请模块 225.2.5 企业信息管理模块 225.2.6 招聘管理模块 225.3系统总体设计 235.3.1 系统设计思想 235.3.2 系统体系架构 235.4 数据库逻辑结构设计 245.4.1 关系型数据模型 255.4.2 数据表设计 256 系统实现 276.1 登录模块 276.2 注册模块 296.3 信息修改模块 326.4 查询模块 346.5 简历管理模块 356.6 应聘者管理模块 366.7 安全退出 377 系统测试 387.1 测试方法 387.2测试环境 387.3测试结果 387.4系统评价 408 结束语 418.1结论 418.2展望 41参考文献 42致 谢 43附 录:外文原文 44