网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 基于JSP技术的大学生求职就业系统的开发
行政管理论文范文| 物流管理论文| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

基于JSP技术的大学生求职就业系统的开发

本文ID:LW21211 字数:14226,页数:44 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于JSP技术的大学生求职就业系统的开发 (收费:5000 积分)  如何获取积分?
基于JSP技术的大学生求职就业系统的开发

文档字数:14226,页数:44

摘要

 随着高等学校规模的不断扩大,大学生就业问题已经是社会的一个热点问题。传统的求职招聘方式已经不能适应新的形势;同时,现有的招聘系统并不只是面向学生的,针对性比较弱。因此,研发一个适合高校的大学生求职就业系统就十分必要。根据学生求职的需求,进行发布、删除求职信息,填写、修改简历,网上浏览企业招聘职位,并对感兴趣的招聘职位发送邮件或简历;根据企业自身的需求,进行发布、删除招聘信息,浏览学生求职信息,并对感兴趣的学生发送邮件;管理员通过后台管理学生、企业、学生求职和企业招聘信息,可对其中的虚假信息等进行删除,并通过添加链接方便学生浏览到其他招聘系统的信息。该系统可以减少学生和企业之间因距离、时间、信息过多等产生的交流不畅等问题,也大大提高了大学毕业生求职的效率。
 大学生求职就业系统采用B/S结构,应用JSP技术、MyEclipse和SQL Server2005数据库进行开发,并采用简单邮件传输协议SMTP来实现邮件发送这个功能,使企业和学生之间信息的交流更方便。
 
关键词:就业,求职,JSP,SQL 
 
  
ABSTRACT

 With the constant expansion of higher school, graduate employment problem has been a hot issue in society. The traditional method of recruitment can not adapt to the new job situation. At the same time, the existing online recruitment system is not only for students, so the targetes is weak. Therefore, establish a system of university students to enter the workplace is very necessary. According to the needs of student employment, student can publish\delete job-seeking information, fill\modify resume information, visit the company online job recruitment information, and send message or resume to the company which you interesting. According to the demand of company, it can release\delete recruitment information, searching student’s job-seeking information, and sending mail to the student who you interesting. By background management, administrator can management students\ businesses, student job-seeking and corporate recruitment information, delete the false information, and add links to enable the student to search information through other recruitment system. The system reduce the problem about distance or time between student and company, other problem like information overload. It greatly improved the efficiency of university graduate seeking job.
 Student job-seeking system uses the B / S structure, applicate the JSP technology, MyEclipse and SQL Server 2005 to development, and use the Simple Mail Transfer Protocol to achieve the functioan of send messages, it make the information exchange between student and company more convenient.
 
Key Words:Recruitment, Seeking jobs, JSP, SQL
 
  
 
目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.2 发展现状及趋势 1
第2章 开发工具介绍 2
 2.1 JSP 2
 2.2 SQL Server 2005 2
 2.3 Tomcat 3
 2.4 Eclipse 3
 2.5 JDBC 3
 2.6 本章小结 4
第3章 系统概要设计 5
 3.1 系统架构选择 5
 3.2 可行性分析 5
 3.3 系统功能模块 6
 3.3.1功能模块分析 6
 3.4 数据库设计 9
 3.4.1 数据库需求分析 9
 3.4.2 数据库概念结构设计 14
 3.4.3 数据库逻辑结构设计 15
 3.5 本章小结 18
第4章 系统详细设计 19
 4.1 用户注册模块设计 19
 4.2 用户登录模块设计 19
 4.3 用户修改信息模块 20
 4.4 学生发布求职广告模块设计 21
 4.5 学生删除求职信息模块设计 22
 4.6 本章总结 23
第5章 系统实现 24
 5.1 系统前台 24
 5.1.1 首页的设计 24
 5.1.2 注册登录设计及实现 24
 5.1.3 注册信息的修改 27
 5.1.4 学生求职信息管理 28
 5.1.5 学生简历信息管理 29
 5.1.6 浏览企业招聘信息 31
 5.1.7 企业招聘信息管理 32
 5.1.8 浏览学生信息 33
 5.1.9 发送邮件 34
 5.2管理员后台 34
 5.2.1管理员登入 35
 5.2.2管理学生信息 35
 5.2.3管理链接信息 36
 5.3 本章小结 37
第6章 结论 38
致谢 39
参考文献 40

基于JSP技术的大学生求职就业系统的开发由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:基于JSP技术的奖学金评定信息管理.. 下一篇:基于Joomla分类广告网站的设计与..
推荐论文 本专业最新论文
Tags:基于 JSP 技术 大学生 求职就业 系统 开发 2011-08-29 09:33:51【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2023 免费论文网 版权所有