1、 1 xx师范学院 本科生毕业论文 大学生就业管理系统大学生就业管理系统 学 院 计算机科学与信息技术 专 业 软件工程专业 研 究 方 向 软件工程 学 生 姓 名 xxxx 学 号 指导教师姓名 xx 指导教师职称 副教授 I 摘 要 大学生就业管理系统分为前台和背台。 前台是面向用户的 web 界面,用户可以登录这里,可以修改个人信息和 密码,浏览、查询、发布求职和招聘信息。后台管理系统是整个系统的管理控制。主要用于用户信息的添加、删 除、更改,并修改页面显示信息管理。本设计基于 Web B / S(浏览器/服务器)三层数据库应用系统的体系结构。 JSP 作为服务器端开发语言,使用 To
2、mcat Web 服务器和 JSP 引擎,背景数据库 SQL Server2005 数据库。系统的界 面设计使用了模块化的思想,将多个页面的集合作为一个单独的模块,大大提高系统的开发和维护的效率。 关键词:大学生求职;招聘;就业 II Abstract University students employment management system by divided into foreground and background.The front desk is geared to the needs of the users web interface, users can log in
3、 here, can modify personal information and password, browse, query, release job search and recruitment information.Background management system is management control to the whole system.Mainly for user information to add, delete, change, and modify the page displays information management.This desig
4、n based on Web B/S (browser/server) three layers of database application system architecture.The JSP as a server-side development language, using Tomcat as a Web server and JSP engine, background database is SQL Server2005 database.Interface design of the system used the modular thought, it to multi
5、ple pages are part of the collection as a separate module, greatly improve the efficiency of the development and maintenance of the system. Keywords: job; apply; work; University student III 目目 录录 前言 . 1 第一章 需求分析 2 1.1 系统分析 2 1.1.1 使用 UML 用例图描绘大学生就业管理系统需求 2 1.1.2 功能分析 4 1.2 开发平台 4 第二章 概要设计 6 2.1 数据库
6、设计 6 2.1.1 数据库概念结构设计 6 2.1.2 数据库逻辑结构设计 8 2.1.3 数据库物理结构设计 9 2.2 网站整体设计. 13 2.2.1 CSS 样式表设计 . 13 2.2.2 编写 JavaBean 13 第三章 详细设计 . 14 3.1 前台主要功能模块. 14 3.1.1 模块功能介绍 . 14 3.1.3 信息管理. 16 3.1.4 浏览功能. 17 3.2 后台主要功能模块设计. 19 3.2.1 后台总体框架. 19 3.2.2 登录管理. 19 3.2.3 学生信息管理. 19 3.2.4 企业信息管理. 20 3.2.5 求职信息管理. 20 3.2.6 招聘信息管理. 20 3.2.7 学院管理. 21 3.2.8 专业管理. 21 3.2.9 就业情况统计. 21 3.2.10 友情链接管理 21 第四章 软件测试 . 22 4.1 系统软件测试. 22 4.1.1 测试原则. 22