(完整版)基于javaweb网上招聘系统毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
随着Internet技术的发展,人们的生活越来越离不开网络。人才的流动已经成为当今社会的严重问题,目前社会正在不断的扩招人才,传统的招聘已经不能满足人们需求,传统的招聘,不仅给人们带来很多的不便,而且时间和空间的限制,让许多人失去了找工作的好机会。因此人们开发网上招聘系统,为企业还有求职者提供了方便、简洁的平台,这种新的网络招聘方式将是未来发展的一个趋势。
此网上招聘网站,采用JSP技术进行开发,选用MySql作为后台数据库。论文首先对相应的技术进行介绍,然后论述了系统的开发背景和设计目标。在系统分析中,对系统的模型进行简单分析,明确系统的操作流程。在需求分析结果的基础上,对系统的功能模块进行划分。对系统进行详细的设计,包括数据库,各功能模块的设计的介绍。
关键词:JSP MySql 招聘网站模块
ABSTRACT
With the development of the Internet technology, the life of people more and more tied to the Internet. The flow of the talents today's society. Nowadays, the policy of the talent enrollment is expanding, the traditional method of recruitment can't satisfy people's needs. The traditional method of recruitment, not only to bring people a lot of inconvenience , but its limit in time and space makes many people lose some good job opportunities. So people develop the online recruitment system. It provides a convenient and simple platform for the enterprise and job seekers. This Online Recruitment method will be a tendency of the future development.
This online recruitment website takes the JSP technology as the developing way and choose mysql as backend database. The paper first introduces the corresponding technology, and then discusses the development background of the system and the goal of the design. In system analysis, the author makes a simple analysis on the system model and clears system process. Based on the result of the demand analysis, the author introduces the division on the function module of the system and the design of the system in detail, including the introduction on the database and the design on the various function modules.
Key Words:JSP MySql Recruitment website module
目录
1前言 (1)
1.1开发背景 (1)
1.2国内外现状 (2)
1.2本课题研究目标 (2)
2 开发工具介绍 (4)
2.1 JSP介绍 (4)
2.2 MySql介绍 (5)
2.3 Tomcat介绍 (5)
2.4 MyEclipse介绍 (6)
2.5 JDBC介绍 (6)
3 需求分析 (8)
3.1 系统的功能性需求 (8)
3.2 目的和背景 (9)
3.1.1开发目的和意义 (9)
3.1.2 开发背景 (9)
3.3 可行性分析 (9)
3.2.1技术可行性 (9)
3.2.2经济可行性 (10)
3.2.3运行可行性 (10)
4系统的总体设计 (11)
4.1系统总体流程 (11)
4.2.1 前台系统工作流程 (11)
4.2.2后台系统工作流程 (14)
4.2数据库设计 (15)
4.3.3 E-R图 (15)
4.3.1表的结构 (18)
4.3.2表的联系 (20)
5系统详细设计 (22)
5.1前台模块设计 (22)
5.1.1前台 (22)
5.1.2会员 (22)
5.1.3会员发布信息 (24)
5.1.4会员查看信息 (25)
5.2后台模块设计 (26)
5.2.1管理员登录与退出 (26)
5.2.2网站新闻资讯管理 (27)
5.2.3会员管理 (27)
5.2.4简历管理 (28)
5.2.5职位类型管理 (28)
6系统测试 (29)
5.1测试方案 (29)
5.2测试过程 (29)
结论 (31)
参考文献 (32)
致谢 (33)