设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于SSM的大学生兼职管理系统设计与实现 毕业论文+任务书+中期检查表+外文翻译及原文+答辩PPT+项目源码及数据库文件
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘要

到了大四下学期,作者已经要步入社会,投身到真正的工作中去。在经历了到处投发简历的“痛苦”后,作者觉的这种方式浪费时间和金钱,当今是网络化社会,兼职又是一项对信息的需求量比较大的活动,特别是在大学校园中,众多学生面临着就业问题,传统的兼职求职方式已经越来越不能满足他们的需求,故有了大学生兼职管理系统的想法。

大学生兼职管理系统主要包括个人用户,企业用户和管理员3个部分。个人用户可以在主页浏览查询企业的招聘信息以及发送应聘简历;企业用户可以在企业管理界面发布兼职信息和查看用户简历;管理员则通过后台管理员界面来实现对个人用户、企业用户信息的管理,也可以发布系统公告和新闻资讯来让用户实时了解最新的兼职知识。

系统的整体搭建采用当今流行的SSM框架,前端用JSP页面来呈现给用户,并结合HTML、CSS、JS技术让页面更完善,后台采用MySQL数据库来进行数据的存储。

关键字:SSM;SQL;JSP;兼职


University student part time management system based on SSM

Abstract

By the end of the next semester, the author is going to enter the society and devote himself to formal work. After experiencing the painful process of throwing resumes everywhere, the author thinks it's a waste of time and money. In the network society now, part-time job is a relatively large demand for information activities, especially in the university campus, many students are faced with the problem of employment, the traditional job search method has been increasingly unable to meet their needs, so the author has put forward an new idea of college students part-time job management system.

Part time job management system for college students mainly consists of 3 parts: individual users, enterprise users and administrators. Individual users can browse and query the enterprise recruitment information, and send resume; business users can publish part-time information in the enterprise management interface and view the user resume; administrators can manage individual users and corporate users information through the backstage administrator interface, it can also publish system announcements and news information to make users know the latest information of part-time in time.

The whole structure of the system adopts the current popular SSM framework, the fore-end is presented to the user with JSP pages, and combined with HTML, CSS, JS technology to make the page more perfect. The background uses MySQL database to store data.

Key words: SSM; SQL; JSP; part-time job


目录

摘要

University student part time management system based on SSM

Abstract

目录

1  绪论

1.1  课题背景

1.2  研究意义

1.3  课题研究路线

2 开发环境和相关技术介绍

2.1开发环境

2.2相关技术

2.2.1  MVC简介

2.2.2  Struts2

2.2.3  Spring

2.2.4  MyBatis

2.2.5  JSP

3  系统需求分析

3.1  系统概述

3.2  功能需求分析

3.2.1  系统流程图

3.2.2  系统功能总结

3.3  可行性研究

3.3.1  经济可行性

3.3.2  技术可行性

3.3.3  时间可行性

3.3.4  法律可行性

4  系统概要设计

4.1  系统总体结构设计

4.2  系统模块设计

4.3  数据库设计

4.3.1  数据库概念结构设计

4.3.2  数据库逻辑结构设计

5  详细设计和实现

5.1  环境搭建

5.1.1  jdk的下载与配置

5.1.2  Tomcat的下载与配置

5.2  项目框架搭建

5.2.1  项目总体结构

5.2.2  Spring+Struts2+MyBatis整合

5.2.3  项目类名设计

5.2.4  代码的调用逻辑

5.3  首页的设计

5.3.1  首页的新闻信息

5.3.2  首页的兼职信息

5.3.3  公告信息页面

5.4  个人用户注册登陆的实现

5.4.1  实现注册

5.4.2  实现登陆

5.5  个人用户管理界面的实现

5.5.1  修改个人用户信息

5.5.2  浏览投递简历记录

5.6  企业注册登录界面的实现

5.6.1  实现注册

5.6.2  实现登录

5.7  企业用户管理界面的实现

5.7.1  管理兼职信息的实现

5.7.2  兼职信息的发布

5.7.2  兼职信息的删除

5.8  管理员管理信息的实现

5.8.1  系统公告管理

5.8.2  新闻资讯管理

6  系统测试

6.1  测试的目的

6.2  对于本系统的测试

总 结

参考文献

致   谢

















  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于VUE+SpringBoot 基于JSP+SSM的物流快递管理 基于JSP+SSM+MySQL的
基于JSP+SSM的图书借阅管理 基于JSP+SSH的网上宠物交易 基于VUE+SSM+MySQL的
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!