网上招聘求职系统毕业设计论文
网上招聘求职系统毕业设计论文
┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
摘 要
本系统讲述了基于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 pides into inpidual user management, the enterprise user management and the manager manages three parts. Inpidual 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 课题背景
现在社会是信息技术高速发展的社会,网络在人们生活和交际中的应用越来越广泛。 对求职者来说,网站为他们提供了方便、快捷的查询工作岗位路径。对招聘单位来说,招聘网站也 …… 此处隐藏:10966字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [行业范文]美好的法语句子
- [行业范文]描写露珠的句子
- [行业范文]精彩禅语句子图片
- [行业范文]关于满嘴谎言的句子
- [行业范文]关于安静的句子48句
- [行业范文]关于小河的句子
- [行业范文]描写稻田的句子
- [行业范文]思念好朋友的句子
- [行业范文]赞美雪的句子
- [行业范文]早上激励人心的句子
- [行业范文]失恋忧伤的句子
- [行业范文]努力积极向上的句子
- [行业范文]对工作心灰意冷的句子
- [行业范文]失恋让人心疼的句子
- [行业范文]描写珍惜青春的句子
- [行业范文]表达思念的句子简短
- [行业范文]关于父爱的句子范例
- [行业范文]浪漫的英语句子
- [行业范文]关于周末的句子
- [行业范文]思念牵挂的句子
- 有关感恩班会课件简短(二篇)(感恩班会
- 2025年初二下乡军训心得体会800字(15篇
- 关于新员工培训方案汇编(关于新员工培
- 精选高考生寒假学习计划书(精)(高考生
- 毕业实训报告心得体会(3篇)(实训报告心
- 银行工作感悟及心得范文怎么写(四篇)(
- 精选领导干部个人政治画像报告通用(七
- 精选超市11.11活动促销方案(精品超市品
- 2025年怎么做自我介绍汇总(5篇)(至2025
- 最新企业错峰生产方案(26篇)(山西企业
- 最新暑期三下乡社会实践调研报告范本(
- 最新幼儿园大班教育教学总结怎么写(最
- 最新教师节主持词小学(优秀9篇)(教师节
- 关于小学安全教育教学方案(推荐)(关于
- 员工信模板范文怎么写(五篇)(员工信息
- 最新保险销售离职申请书(十六篇)(最新
- 最新XX小学防校园欺凌工作方案怎么写(2
- 有关特岗教师辞职信范文(推荐)(特岗教
- 精选党的建设工作要点简短(党的建设的
- 如何写安康杯竞赛活动总结汇总(4篇)(安




