基于web的高校计算机专业就业信息管理系统毕业论文
2021-03-30 20:22:10
摘 要
大学生就业一直是众多人关注的问题,随着招生规模进一步扩大,大学生的人数逐年上升,就业市场就需要不断地改进与扩充。就业信息管理是一项系统的工作,参与的相关人员和其中的环节都非常复杂。然而,目前计算机网络正以前所未有的速度发展,整个校园的管理逐步实现网络化与信息化。所以,能够将校园每个用户的信息通过网络,更加高效率地进行组织、管理与分类,是每个高校的共同目标。
本论文围绕大学生就业以及用人单位的特点,分析各种信息化管理软件的优缺点,设计并实现大学生就业信息管理系统。本系统将采用先进的MVC三层次设计思想机制,将数据存储、数据控制与数据显示分离,使系统具有耦合性低、重用性高、可维护性高的优势并且有利于软件工程化管理。实现了学生用户的注册登录、填写简历、投递职位等功能;管理员管理用户信息、后台发布、修改、删除新闻以及留言管理功能;用人单位的发布职位等功能。本系统通过数字化管理缩短了学生与用人单位的距离,大大提高了信息管理的效率。
关键词:就业管理,大学生,MVC,Web
Abstract
The employment of college students has been the concern of many people. With the further expansion of enrollment, the number of college students is increasing year by year, and the job market needs to be constantly improved and expanded. Employment information management is a systematic work, and the related personnel and links are very complicated. However, the computer network is developing at an unprecedented speed, and the management of the whole campus is gradually networked and information-based. Therefore, it is the common goal of every university to organize, manage and classify the information of each campus user through the network.
This paper focuses on the employment of college students and the characteristics of employers, analyzes the advantages and disadvantages of various information management software, and designs and implements the employment information management system for college students. The system adopts advanced MVC three level design thought mechanism, will data storage, data control and data separation, the system has low coupling, high reusability and high maintainability advantages and is conducive to the management of software engineering. Students realized the user registration, fill out the resume, delivery position and other functions; administrators to manage user information and backstage release, modify and delete news and message management function; the employer to publish posts and other functions. This system has shortened the distance between students and employers by digital management, and greatly improved the efficiency of information management.
Keywords: employment information management, college students,MVC,Web
目录
摘 要 Ⅰ
Abstract Ⅱ
1 绪论 1
1.1 课题研究的背景与意义 1
1.2 国内外研究现状 2
1.3 本文研究的主要内容 3
2 相关的知识和工具 4
2.1 相关理论基础 4
2.2 开发平台 4
3 系统需求分析 5
3.1 系统功能分析... 5
3.1.1 功能需求说明 5
3.1.2 用例关系 5
3.2 系统性能分析 7
4 总体设计 9
4.1 总体设计框架 9
4.2 模块功能描述 9
4.2.1 管理员模块 9
4.2.2 学生用户模块 10
4.2.3 用人单位模块 11
5 详细设计 12
5.1 数据库设计 12
5.1.1 数据库结构设计 12
5.1.2 数据库逻辑设计 15
5.2 模块程序及实现结果 17
5.2.1 用户注册及登录模块 17
5.2.2 新闻信息模块 18
5.2.3 留言咨询模块 19
5.2.4 简历信息模块 19
5.2.5 招聘职位模块 20
6 总结与展望 22
6.1 总结 22
6.2 展望 22
6.3 体会 23
参考文献 24
致谢
第一章 绪论
1.1课题研究的背景与意义
计算机网络的不断发展使信息交流更加方便、快捷,而且人与人之间的交流也更加紧密。二十一世纪的三个重要特征是网络化、信息化与数字化。于是,网络时代的到来将对各个不同的产业产生巨大的影响。每个行业都有信息化的需求,尤其是在校园,网络在其中扮演着重要角色。在这个崭新的信息时代学校的运作方式应该是各个学生、老师、管理员以及其他相关人员能够尽量实现信息的资源共享和交流。这样可以使学校各个方面的工作都能协调进行,通过网络实现的信息管理自动化为学校提供了一个高效率的信息交流平台。
大学生就业一直是众多人关注的问题,随着招生规模进一步扩大,大学生的人数逐年上升,就业市场就需要不断地改进与扩充。现在很多校园的毕业生的就业方式还存在一些问题,如不能够达到学生与相关用人单位的深度交流,则对于两方都有严峻的压力。就业信息管理是一项系统的工作,参与的相关人员和其中的环节都非常复杂。所以,能够将校园每个用户的信息通过网络,更加高效率地进行组织、管理与分类,是每个高校的共同目标。想要实现这个目标,就需要实现一个高效率的信息交流平台,其中学生与用人单位能够相互选择,学生能够自主就业,并且管理员能够进行妥善管理,完善高校就业管理机制。