- 资源介绍
- 更新记录
- 安装教程
若有个人部署运行问题,点击右侧客服按钮咨询站长
站长联系方式
QQ:3484724101
摘 要
随着网络技术尤其是基于浏览器的 WEB技术的迅速发展,人们越来越多的通过WEB进行各种各样的活动,从电子商务到各种公共信息服务等等。这种基于Browser/Server结构的系统提供的服务方便、快捷,是人们快速获得各种服务的理想途径。大学毕业生招聘信息的发布与管理系统正是在这种背景下应运而生。
本系统开发是以Dreamweaver为开发工具进行面向对象程序设计,系统中的所有模块均利用 JSP技术和先进的数据库连接池技术进行开发。本文首先对系统开发目标和用户需求进行了分析,然后给出系统的总体设计方案。系统主要包含的模块是:企业注册登陆、管理基本信息、管理招聘信息、管理邮件、管理人才信息等。各个模块都分前端网页设计和后台数据库管理,在以JSP技术设计好前端网页的基础上,利用ODBC-JDBC桥访问后台数据库,对数据进行查询、修改、删除等操作。
论文以功能模块为单位详细叙述了大学毕业生招聘信息的发布与管理系统的实现过程,系统中大部分模块的操作都基本类似,都具有修改、查询、数据库连接等功能。所以系统的设计充分利用JSP组件的可重用性,大大减少了系统的开发时间。
关键字:毕业生;网上招聘;信息服务
Abstract
With the fast development of network technology especially based on web browser, more and more people get in touch with web, such as e-commerce, various public information services and so on. The service produced by the system which based on server/browser architecture is convenience. By this ideal approach, people can gain various services quickly. The management and promulgation of our university’s recruitment information system are produced under such background.
This system is based on the object-oriented program, using Dreamweaver as the pages implement. Almost all the stencils of this system utilize JSP technology and advanced data bank connection technology to exploit. My thesis analyzed the aim of this system and the requirement of users firstly, and then put out the whole design project. The main stencils of this system are enterprise enrollment and entry, basic information management, recruitment information management, mail management and so on. Every stencil can be divided into the design of webpage in the front-end and the management of database in the back-end. Design the webpage well in the front-end with JSP technology, then use ODBC-JDBC Bridge to visit the database in the back-end which takes action of inquiring, amending and deleting to the data.
In the thesis, detailedly state the processes in this system by the unit of every function stencil which carried out of the promulgation and management of recruitment information of Southwest University of Science and Technology. Every stencil’s function are similar with each other, they all have the function of amending, inquiring, the connecting of data and so on. Since the design of this system fully depends on the reuseable of JSP component. Thus greatly reduces the time for develop this system.
Key Words: graduate; online recruitment; messaging service
目 录
前 言 1
第1章 绪 论 2
§ 1.1 课题背景和意义 2
§ 1.2 目前国内就业网站的现状 2
§ 1.3 系统总体要求 2
§ 1.4 开发工具介绍 3
§ 1.4.1 JSP 3
§ 1.4.2 Dreamweaver 4
§ 1.4.3 Microsoft SQL Server 2000 4
§ 1.4.4 Tomcat 4
第2章 系统需求分析 5
§ 2.1 目的和背景 5
§ 2.1.1目的 5
§ 2.1.2 开发背景 5
§ 2.2 系统概述 5
§ 2.3 系统的功能性需求 5
§ 2.3.1系统总体流程图 5
§ 2.3.2 招聘信息的发布与管理系统功能需求 6
§ 2.3.3 数据描述 7
§ 2.3.4 系统的准确性和及时性 8
§ 2.4 系统的非功能性需求 8
§ 2.4.1 用户界面需求 8
§ 2.4.2 运行需求 8
第3章 系统方案设计 9
§ 3.1 系统总体设计 9
§ 3.2 系统模块 9
§ 3.2.1 系统模块划分 9
§ 3.2.2 功能模块描述 9
§ 3.3 系统方案论证 10
§ 3.3.1 技术分析 10
§ 3.3.2 功能分析 10
§ 3.3.3 经济分析 11
第4章 系统实现 12
§ 4.1 概论 12
§ 4.2 首页的设计 12
§ 4.3 企业注册登陆的实现 13
§ 4.3.1 实现注册 13
§ 4.3.2 实现登陆 15
§ 4.4 管理基本信息的实现 17
§ 4.5管理招聘信息的实现 19
§ 4.5.1 实现发布招聘信息 19
§ 4.5.2 实现修改招聘信息 20
§ 4.5.3 实现删除招聘 22
§ 4.6 管理邮件的实现 23
§ 4.6.1 实现发送邮件 23
§ 4.6.2 实现读取、回复、删除邮件 24
§ 4.7 管理人才信息的实现 27
§ 4.7.1 实现查询人才信息 27
§ 4.7.2 实现管理收藏夹 28
§ 4.8 管理员管理会员信息的实现 30
第5章 系统的测试 31
§ 5.1 测试的目的 31
§ 5.2 测试的环境 31
§ 5.3 测试的内容 31
§ 5.3.1 对企业注册登陆功能的测试 31
§ 5.3.2 对管理基本信息功能的测试 33
§ 5.3.3 对管理招聘信息功能的测试 33
§ 5.3.4 对管理邮件功能的测试 34
§ 5.3.5 对管理人才信息功能的测试 35
§ 5.3.6 对管理员管理会员信息功能的测试 35
§ 5.4 测试总结 36
总 结 37
参考文献 38
附 录 39
致 谢 41


猜你喜欢
-
郑州市地方税务局综合办公楼设计计算说明书(论文)+任务书+开题报告+建筑结构cad图纸
2021-06-08 -
基于proe的阀体零件的机械加工工艺及夹具设计毕业论文+任务书+开题+文综+翻译及原文+cad图纸+三维装配
2021-06-09 -
自行车无级变速器设计论文+开题+任务书+翻译+cad图纸+三维模型
2021-06-10 -
涂胶机器人总体方案及结构设计说明书(论文)+任务书+开题报告+翻译及原文+CAD图纸
2021-06-08 -
Unity3D微信小游戏平台的设计与实现毕业设计(论文)开题报告及工作计划书
2021-06-10 -
学校校内微信点餐系统设计小论文
2021-06-08 -
基于80C51单片机的经纬度定位显示装置设计毕业论文+程序+原理图+PCB图
2021-06-09 -
基于S7-200PLC环形交叉口红绿灯控制系统设计 说明书(论文)+审题表+任务书+开题报告+答辩PPT+CAD图纸+PLC程序仿真程序及视频
2021-06-08 -
某种家庭式光伏发电系统设计毕业论文计算书+任务书+cad图纸
2021-06-08 -
洛阳科技职业学院毕业设计(论文)教学质量评价办法
2021-06-08
-
基于php的网上书店设计与实现毕业论文
2021-06-08 -
旅行路线可视化研究与实现毕业论文+设计源码+外文翻译
2021-06-10 -
基于proe的小型电动绞肉机的设计及运动仿真毕业论文+任务书+开题+文综+翻译及原文+图纸及运行仿真+指导记录
2021-06-09 -
审计-会计制度-资产评估毕业设计论文选题推荐
2021-06-08 -
基于Visual C++的企事业单位信息群发管理系统 毕业论文+申报表+登记表+中期检查+外文翻译及原文
2021-06-08 -
三自由度机械手设计毕业论文+加工编程+cad图纸
2021-06-09 -
江西省某县中型水闸工程设计毕业论文+任务书+开题报告+答辩PPT+cad图纸+检测报告
2021-06-09 -
基于Java的高校毕业设计选题管理系统毕业论文+任务书+设计源码+数据库文件+答辩PPT
2021-06-09 -
探究康巴安多地区藏族锅庄舞的技巧特点论文开题报告
2021-06-10 -
移动无线点餐客户端的研究与实现毕业论文+开题报告+外文翻译+APP源码+web源码
2021-06-10
猜你在找
99源码网 » 大学毕业生招聘信息的发布与管理系统毕业论文+开题报告+任务书+翻译文件+设计源码和数据库
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-10Hi,初次和大家见面了,请多关照!