教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 文库大全 > 求职职场 >

网上招聘求职系统毕业设计论文

来源:网络收集 时间:2026-09-05
导读: 网上招聘求职系统毕业设计论文 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 摘 要 本系统讲述了基于java平台的网上的求职招聘的设计与实现。该系统分为个人用户管理、企业用户

网上招聘求职系统毕业设计论文

┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊

摘 要

本系统讲述了基于java平台的网上的求职招聘的设计与实现。该系统分为个人用户管理、企业用户管理和管理员管理三部分。个人用户为求职者提供了友好的操作界面,通俗易懂,使求职者能够快速安全的申请职位;企业用户为求职者提供了很多的职位供求职者申请,求职者在公司的笔试相关信息和面试相关信息都被记录了下来,求职者可以在网上查到。系统选用JSP和SQL Server 2005开发,采用B/S架构。

首先本文讲述了开发本系统的意义及目的;其次讲述了系统开发的可行性和市场需求;再次讲述了系统从总体设计到详细设计的整个过程;最后完成了对系统的测试。具体内容包括五章:绪论、可行性分析与需求分析、系统总体设计、系统详细设计和系统实现。

关键字 B/S;求职招聘;友好界面;安全性

网上招聘求职系统毕业设计论文

┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊

Abstract

This system narrated the platform on-line seeks employment the employment advertise design based on Web with to realize. This system divides into individual user management, the enterprise user management and the manager manages three parts. Individual user has provided the friendly operation contact surface for the job seeker, easy to understand, enables the job seeker the fast security application position; The enterprise users provided many positions for the job seeker to apply for the job seeker, the job seeker has been recorded in company's written examination related information and the interview related information down, the job seeker might on-line look up. The system selects MyEclipse and SQL the Server 2005 developments, uses the B/S construction.

First this article narrated develops this system's significance and the goal; Next narrated the system development feasibility and the market demand; Narrated the system once more from the system design to the detailed design entire process; Finally has completed to system's test. Actual content including five chapters: Introduction, feasibility analysis and demand analysis, system system design, system detailed design and system test.

Key word B/S Seeks employment the employment advertise Friendly contact

surface Security

摘 要 ....................................................... 1

网上招聘求职系统毕业设计论文

┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊

Abstract ..................................................... 2 第1章 绪论 .................................................. 4 1.1 课题背景 .............................................. 5 1.2 目的和意义 ............................................ 5 1.3 系统设计思想 .......................................... 6 1.4 本章小结 .............................................. 7 第2章 可行性分析与需求分析 .................................. 7 2.1 可行性分析 ............................................ 8 2.1.1 经济可行性 ....................................... 8 2.1.2 技术可行性 ....................................... 9 2.1.3 运行可行性 ...................................... 10 2.2 需求分析 ............................................. 10 2.2.1 业务流程分析 .................................... 11 2.2.2 数据流图 ........................................ 12 2.2.3 数据字典 ........................................ 14 第3章 系统总体设计 ......................................... 20 3.1 系统模块 ............................................. 20 3.2数据库设计 ........................................... 22 3.2.1 实体描述 ........................................ 22 3.2.2 联系描述 ........................................ 24 3.2.3 数据库实现 ...................................... 25 3.3 本章小结 ............................................. 31 第4章 系统详细设计 ......................................... 31 4.1 系统程序流程图 ....................................... 31 4.4 系统前台管理模块设计 ................................. 33 4.4.1 个人用户的登录模块 .............................. 33 4.4.2 个人设定密码找回模块 ............................ 35 4.4.5 职位发布模块 .................................... 36 4.4.6面试管理模块 .................................... 37 4.5 系统后台模块设计 ..................................... 38 4.5.1 个人用户管理模块 ................................ 38 4.5.2 企业管理模块 .................................... 39 4.6 其他 ................................................. 39 4.7 本章小结 ............................................. 39 第5章 系统实现 ............................................. 40 5.1 系统运行平台、环境、工具简介 ......................... 40 5.1.1系统运行平台设置 ................................ 40

网上招聘求职系统毕业设计论文

┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊

5.1.2 MyEclipse简介 .................................. 40 5.1.3 Java语言的选择 ................................. 41 5.1.4 SQL SERVER 2005特性 ............................ 41 5.1.5 Hibernate 的选择 ................................ 42 5.3 本章小结 ............................................. 43 结 论 .................................................... 43 致 谢 .................................................... 44 参 考 文 献 ................................................. 45 附录1 ...................................................... 46

第1章 绪论

网上招聘求职系统毕业设计论文

┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊

1.1 课题背景

现在社会是信息技术高速发展的社会,网络在人们生活和交际中的应用越来越广泛。 对求职者来说,网站为他们提供了方便、快捷的查询工作岗位路径。对招聘单位来说,招聘 …… 此处隐藏:4323字,全部文档内容请下载后查看。喜欢就下载吧 ……

网上招聘求职系统毕业设计论文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/121353.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)