招聘求职系统网站的设计与实现

  • 格式:doc
  • 大小:1.44 MB
  • 文档页数:40

招聘求职系统网站的

设计与实现

I 摘 要

随着计算机科学与技术的发展、社会的信息化,互联网已经融入我们的生活,并影响着和改变着我们。越来越多的大学生使原本的就业压力更是日益沉重,一个不受时间和地域限制的而又能够提供求职信息与招聘信息的网络平台对求职者与用人单位有着重要的意义。该课题采用JSP技术开发一个网上招聘求职系统,求职者和用人单位可以通过这一平台进行双向沟通,解决信息传递不方便、不快捷等问题,采用网上招聘求职方式必将节省大量的人力和物力。

网上求职招聘系统的主要功能包括:职位或人才的浏览和查询;个人用户注册;修改个人信息;发布求职信息;删除求职信息;企业用户注册;修改公司信息;发布招聘信息;删除招聘信息;管理员管理个人信息;管理企业信息;管理求职信息;管理招聘信息;超链接管理。

关键词:网上招聘求职;JSP; Java; SQL Server 2000

II Abstract

With the computer science and technology development and social informational, the

Internet has been entered into our lives, and has been influencing and changing us. More and

more college students finding jobs make the original employment pressure even more heavily.

It is very significance important for recruiter and job seekers to have a platform without the

time and the geographical limits and can provide job information and recruitment information

network. This subject use the JSP and SQL 2000 develop the online job recruitment, job

seekers and employers can use the platform for two-way communication and transmission of

information to resolve inconvenient, not fast, geographical and other issues.

The function of the online job recruitment system include: individual user registration,

modify personal registration information, releasing job information, deleting job information,

enterprises users registration, modify company information, releasing job information,

deleting job information, administrator to manage individual information, management

enterprise information, management job information, management recruitment information,

and hyperlinks management.

Key Words:Online job recruitment ;JSP; Java; SQL Server 2000

III 目 录

摘 要 ..................................................................................................................................... I

Abstract ..................................................................................................................................... II

引 言 .................................................................................................................................... 1

第一章:概述 ............................................................................................................................ 2

1.1课题的背景 .................................................................................................................. 2

1.2课题的依据、意义 ...................................................................................................... 2

1.3课题的研究目的和内容 .............................................................................................. 2

1.4 相关技术介绍 ............................................................................................................. 3

1.4.1 JSP(Java Server Pages)技术介绍 ................................................................ 3

1.4.2 Microsoft SQL Server 2000简介 ..................................................................... 5

第二章 系统需求分析 ............................................................................................................ 6

2.1系统的总体需求 .......................................................................................................... 6

2.2 一般用户需求 ............................................................................................................. 7

2.3个人用户需求 .............................................................................................................. 7

2.4企业用户需求 .............................................................................................................. 7

2.5管理员需求 .................................................................................................................. 7

第三章 系统总体设计 .............................................................................................................. 9

3.1系统的构架选择 .......................................................................................................... 9

3.2系统的总体结构设计 .................................................................................................. 9

3.3数据库的设计 ............................................................................................................ 10

3.3.1数据库的需求分析 ......................................................................................... 10

3.3.2数据库概念结构设计 ..................................................................................... 10

3.3.3数据库逻辑结构设计 ..................................................................................... 11

第四章 系统设计与实现 ........................................................................................................ 14

4.1 系统运行的流程 ....................................................................................................... 14