网上招聘求职系统毕业设计论文
网上招聘求职系统毕业设计论文
┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 装 ┊ ┊ ┊ ┊ ┊ 订 ┊ ┊ ┊ ┊ ┊ 线 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
摘 要
本系统讲述了基于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字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [求职职场]加法运算定律的运用练习题
- [求职职场]大型石油化工工业过程节能新技术
- [求职职场]2015-2020年中国箱纸板行业分析与投资
- [求职职场]NADEX-IWC5A点焊机故障代码
- [求职职场]英语阅读 非常有用
- [求职职场]鲁卫疾控发〔2012〕2号(联合,印发山东
- [求职职场]2014年莆田公务员行测技巧:数字推理的
- [求职职场]基于最近发展区理论的高中数学课堂有效
- [求职职场]与贸易有关的知识产权协议
- [求职职场]【王风范】微演说·职场演说三
- [求职职场]新时代国珍健康大课堂
- [求职职场]群论期末考试复习题
- [求职职场]施工现场消防安全专项施工方案(范本)-
- [求职职场]初中物理光学知识点归纳完美版
- [求职职场]毕业设计总结与体会范文
- [求职职场]江南大学2018年上半年展示设计第1阶段
- [求职职场]景尚乡民兵参战支前保障方案
- [求职职场]【优质】2019年工会职工之家建设工作总
- [求职职场]数据库技术与应用—SQL Server 2008(第
- [求职职场]汽车变速箱构造与工作原理
- 首钢工业区工业遗产资源保护与再利用研
- 第4课 《大学》节选
- 2016程序文件——检验检测结果发布程序
- 2011年高考试题文言文阅读全解释__2011
- 化学是一门基础的自然科学
- 海外做市商制度的借鉴意义
- 外国建筑史复习资料(
- 七年级下思想品德期末综合测试(二)
- 思政课部2013年上学期教学工作总结
- 电大国际公法任务3 0004
- 《圆的认识》教学设计
- 中国轨道交通牵引变流器行业市场发展调
- 中泰证券#定期报告:坚守时代硬科技和
- 浅论企业财务管理与企业经营投资风险的
- 大功率半导体激光器光纤耦合技术调研报
- 中国传统家具的现状与发展探讨
- Broadcom数字电视芯片助海尔扩展高清电
- 新HSK4词汇练习 超全(五)
- 2013届高考数学单元考点复习12
- 雨霖铃精品课件




