jsp002基于jsp技术的就业求职网的设计与实现.rar

RAR格式版权申诉手机打开展开

jsp002基于jsp技术的就业求职网的设计与实现,目 录前言 11 需求分析 21.1 开发背景 21.2 系统目标 31.3 系统运行环境 31.3.1 系统配置概述 31.3.2 jsdk的安装和配置 31.3.3 安装和配置web服务器 41.3.4 数据库连接 51.4 用例图描述 51.4.1 用例图简介 51.4.2 用例分析 61.4.3 用例描述 72...
编号:50-145302大小:2.03M
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 blcg520 发布

目 录
前言 1
1 需求分析 2
1.1 开发背景 2
1.2 系统目标 3
1.3 系统运行环境 3
1.3.1 系统配置概述 3
1.3.2 JSDK的安装和配置 3
1.3.3 安装和配置web服务器 4
1.3.4 数据库连接 5
1.4 用例图描述 5
1.4.1 用例图简介 5
1.4.2 用例分析 6
1.4.3 用例描述 7
2 相关技术 9
2.1 JSP技术 9
2.2 JavaBean概述 10
2.3 SQL Server 2000数据库 11
3 概要设计 13
3.1 模块设计 13
3.2 数据库设计 15
3.2.1 数据库技术概述 15
3.2.2 数据表结构 15
3.2.3 创建表间关系 18
4 详细设计与实现 19
4.1 网站设计思想 19
4.2 CSS样式表设计 19
4.3 编写JavaBean 20
4.4 模块设计 20
4.4.1 前台求职招聘模块 20
4.4.2 后台管理模块 28
4.5 系统实现 32
4.5.1 前台管理模块实现 32
4.5.2 后台管理模块实现 32
5 错误调试与处理 33
5.1 NullPinterException异常 33
5.2 NumberFormatException异常 33
5.3 404错误页 33
5.4 乱码显示的处理 34
6 结论 35
参考文献 36
致 谢 37

基于JSP技术的就业求职网的设计与实现
作 者:左 冉
指导老师:朱幸辉
(湖南农业大学信息科学技术学院02级计算机科学与技术,长沙410128)

摘 要:本文具体讲述了如何使用JSP技术建立一个大学生就业求职网的过程。本系统采用JSP+JavaBean的开发模式进行开发,采用SQL Server 2000为后台数据库,以JSP Web为页面形式,涉及到数据库、网络、Web服务器等方面的技术,实现了较为完备的功能。包括有前台管理:企业身份验证、企业信息管理、企业邮件管理、企业浏览功能、学生身份验证、学生信息管理、学生邮件管理、学生浏览功能、后台登录入口。后台管理:学生信息管理、 企业信息管理、求职信息管理、招聘信息管理和友情链接管理。整个系统具有友好的用户界面,操作简单实用,为学生和企业提供了一个良好的就业求职的环境。
关键词:JSP;JavaBean;SQL Server 2000;求职;招聘

The design and realization for the net of Apply for a job and Employment based on the JSP technology
Author : Zuo Ran
Tutor :Zhu Xinghui
(02 Grade Computer Science and Technologic, School of Information Science and Technology,
Hunan Agricultural University, Changsha 410128)

Abstract: How did this article narrate specifically has used the JSP technology to establish a university student to get employed seeks employment the net process. This system uses JSP+JavaBean the development pattern to carry on the development,SQL Server 2000 is the backstage database, and takes JSP Web as the page form, involves database, network, Web server and so on,It has realized more complete function.The system embodies onstage management: enterprise identification authentication; enterprise information management; enterprise mail management; enterprise glance over the function; student identification authentication; student information management; student mail management; student glances over the function; backstage registers the entrance, and Backstage management: student information management; the enterprise information management; seeks employment the information management, the employment advertise information management and the friendship link management. The overall system has a friendly contact surface, the operation is simple and practical, providing a good seeksing employment environment for the student and the enterprise.

Key words: JSP;JavaBean;SQL Server 2000;Apply for a job;Invite applications for a job

前言
随着网络技术的飞速发展,兴起了网络的热潮,一些单位正在积极建立自己的网站,一些大学都已经开设了网络相关的专业及课程。同时网站的重要性也越来越明显,它成为公司企业对外宣传的窗口,已经成为商家青睐的传播媒介,被称之为继广播、报纸、杂志、电视后的第五种媒体——数字媒体。传统媒体的价格昂贵,又受到时间、地区等多方面因素的限定,效果不能令人满意。相比之下,网络宣传的费用是低廉的,而回报却毫不逊色于传统媒体。网络宣传能把握广阔的国际发展空间和众多潜在的商业伙伴,是24时的广告窗口。越来越多的公司、企业、单位建立自己的网络站点,使得本身不再局限于某个地区,而是直接面向全世界,它的广泛性、高效性带来了不容质疑的效益和效率。是否拥有自己的网站已经成为衡量一个公司、企业、单位综合素质的重要标志。 网站的特色: 与传统媒体(如报纸、杂志、广播电视等)相比,网站拥有以下特色:①主动与互动②无限延伸③低成本④多功能。
本文具体讲述了大学生就业求职网站的建立流程、数据库设计、功能模块的设计,以及每一个功能模块的代码实现方法。本网站采用JSP+JavaBean的开发模式进行开发,系统采用界面与业务逻辑分离的三层结构设计,将业务逻辑封装在JavaBean中,使得系统的安全性、可维护性、可重用性和可扩展性都大大提高。整个网站具有友好的用户界面,操作简单实用,功能较为完备。