信息发布与管理系统毕业设计说明书.doc
约66页DOC格式手机打开展开
信息发布与管理系统毕业设计说明书,摘 要本系统开发是以myeclipse为开发工具,系统中的所有模块均利用 jsp技术和先进的数据库连接池技术进行开发。本文首先对系统开发目标和用户需求进行了分析,然后给出系统的总体设计方案。系统主要包含的模块是:企业注册登陆、管理基本信息、管理招聘信息、管理邮件、管理人才信息等。各个模块都分前端网页设计和后台数据库管理...
内容介绍
此文档由会员 白痴学东西 发布
摘 要
本系统开发是以MyEclipse为开发工具,系统中的所有模块均利用 JSP技术和先进的数据库连接池技术进行开发。本文首先对系统开发目标和用户需求进行了分析,然后给出系统的总体设计方案。系统主要包含的模块是:企业注册登陆、管理基本信息、管理招聘信息、管理邮件、管理人才信息等。各个模块都分前端网页设计和后台数据库管理,在以JSP技术设计好前端网页的基础上,利用数据库连接池技术访问后台数据库,对数据进行查询、修改、删除等操作。
论文以功能模块为单位详细叙述了大学毕业生招聘信息发布与管理系统的实现过程,系统中大部分模块的操作都基本类似,都具有修改、查询、数据库连接等功能。
关键字:JSP,MyEclipse,信息发布与管理系统
Abstract
This system is based on the object-oriented program, using MyEclipse 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 data bank connection technology 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: JSP, MyEclipse, promulgation and management of recruitment information
目 录
第一章 绪论 1
1.1 选题背景和意义 1
1.2 应用的现状 2
1.3 系统设计目标与开发环境 2
1.3.1 设计目的 2
1.3.2 开发环境 3
第2章 系统需求分析 4
2.1 系统的功能性需求 4
2.1.1 系统总体流程图 4
2.1.2 招聘信息的发布与管理系统功能需求 5
2.2 系统的非功能性需求 7
2.2.1 用户界面需求 7
2.2.3 系统的准确性和及时性 7
2.2.3 运行需求 7
第3章 系统分析与设计 8
3.1 系统模块 8
3.1.1 系统模块划分 8
3.1.2 功能模块描述 9
3.2 数据库设计 10
3.2.1 技术分析 11
3.2.2 功能分析 11
3.2.3 数据库相关表格 11
3.2.4数据库的备份与恢复 11
第4章 系统实现 14
4.1 首页的设计 15
4.2 企业注册登陆的实现 16
4.2.1 实现注册 16
4.2.2 实现登陆 17
4.3 管理基本信息的实现 18
4.4 管理招聘信息的实现 19
4.4.1 实现发布招聘信息 19
4.4.2 实现修改招聘信息 20
4.4.3 实现删除招聘 21
4.5 管理邮件的实现 22
4.5.1 实现发送邮件 22
4.5.2 实现读取、回复、删除邮件 24
4.6 管理人才信息的实现 25
4.6.1 实现查询人才信息 25
4.6.2 实现管理收藏夹 26
4.7 管理员管理会员信息的实现 27
第5章 系统的测试与发布 28
5.1 测试的内容 28
5.1.1 对企业注册登陆功能的测试 28
5.1.2 对管理基本信息功能的测试 29
5.1.3 对管理招聘信息功能的测试 29
5.2 测试总结 31
结 论 33
致 谢 34
参考文献 35
附录1 外文文献译文 37
附录2 外文文献原文 44
附录3 设计系统部分源代码 54
本系统开发是以MyEclipse为开发工具,系统中的所有模块均利用 JSP技术和先进的数据库连接池技术进行开发。本文首先对系统开发目标和用户需求进行了分析,然后给出系统的总体设计方案。系统主要包含的模块是:企业注册登陆、管理基本信息、管理招聘信息、管理邮件、管理人才信息等。各个模块都分前端网页设计和后台数据库管理,在以JSP技术设计好前端网页的基础上,利用数据库连接池技术访问后台数据库,对数据进行查询、修改、删除等操作。
论文以功能模块为单位详细叙述了大学毕业生招聘信息发布与管理系统的实现过程,系统中大部分模块的操作都基本类似,都具有修改、查询、数据库连接等功能。
关键字:JSP,MyEclipse,信息发布与管理系统
Abstract
This system is based on the object-oriented program, using MyEclipse 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 data bank connection technology 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: JSP, MyEclipse, promulgation and management of recruitment information
目 录
第一章 绪论 1
1.1 选题背景和意义 1
1.2 应用的现状 2
1.3 系统设计目标与开发环境 2
1.3.1 设计目的 2
1.3.2 开发环境 3
第2章 系统需求分析 4
2.1 系统的功能性需求 4
2.1.1 系统总体流程图 4
2.1.2 招聘信息的发布与管理系统功能需求 5
2.2 系统的非功能性需求 7
2.2.1 用户界面需求 7
2.2.3 系统的准确性和及时性 7
2.2.3 运行需求 7
第3章 系统分析与设计 8
3.1 系统模块 8
3.1.1 系统模块划分 8
3.1.2 功能模块描述 9
3.2 数据库设计 10
3.2.1 技术分析 11
3.2.2 功能分析 11
3.2.3 数据库相关表格 11
3.2.4数据库的备份与恢复 11
第4章 系统实现 14
4.1 首页的设计 15
4.2 企业注册登陆的实现 16
4.2.1 实现注册 16
4.2.2 实现登陆 17
4.3 管理基本信息的实现 18
4.4 管理招聘信息的实现 19
4.4.1 实现发布招聘信息 19
4.4.2 实现修改招聘信息 20
4.4.3 实现删除招聘 21
4.5 管理邮件的实现 22
4.5.1 实现发送邮件 22
4.5.2 实现读取、回复、删除邮件 24
4.6 管理人才信息的实现 25
4.6.1 实现查询人才信息 25
4.6.2 实现管理收藏夹 26
4.7 管理员管理会员信息的实现 27
第5章 系统的测试与发布 28
5.1 测试的内容 28
5.1.1 对企业注册登陆功能的测试 28
5.1.2 对管理基本信息功能的测试 29
5.1.3 对管理招聘信息功能的测试 29
5.2 测试总结 31
结 论 33
致 谢 34
参考文献 35
附录1 外文文献译文 37
附录2 外文文献原文 44
附录3 设计系统部分源代码 54