Springboot+Vue项目-基于Java+MySQL的智慧校园管理系统(附源码+演示视频+LW)

大家好!我是程序猿老A,感谢您阅读本文,欢迎一键三连哦。

💞当前专栏:Java毕业设计

精彩专栏推荐👇🏻👇🏻👇🏻

🎀 Python毕业设计
🌎微信小程序毕业设计

开发环境

开发语言:Java
框架:Springboot+Vue
JDK版本:JDK1.8
服务器:tomcat7
数据库:mysql 5.7
数据库工具:Navicat12
开发软件:eclipse/myeclipse/idea
Maven包:Maven3.3.9
浏览器:谷歌浏览器

演示视频

springboot296个性化定制的智慧校园管理系统录像

原版高清演示视频-编号:296
https://pan.quark.cn/s/5cda95b17ee0

源码下载地址:

https://download.csdn.net/download/2301_76953549/88920123

LW目录

【如需全文请按文末获取联系】
在这里插入图片描述
在这里插入图片描述

目录

  • 开发环境
  • 演示视频
  • 源码下载地址:
  • LW目录
  • 一、项目简介
  • 二、系统设计
    • 2.1软件功能模块设计
    • 2.2数据库设计
  • 三、系统项目部分截图
    • 3.1管理员功能实现
    • 3.2老师功能实现
    • 3.3用户功能实现
  • 四、部分核心代码
    • 4.1 用户部分
  • 获取源码或论文

一、项目简介

智慧校园管理系统可以实现记事本管理,备忘录管理,软件管理,软件留言管理,软件收藏管理,课程管理,课程留言管理,课程收藏管理,老师管理,宿舍管理,宿舍人员管理,宿舍归寝管理,宿舍报修管理,音乐管理,音乐留言管理,音乐收藏管理,用户管理,成绩管理等功能。该系统采用了Mysql数据库,Java语言,Spring Boot框架等技术进行编程实现。

二、系统设计

2.1软件功能模块设计

图4.1即为设计的管理员功能结构,管理员权限操作的功能包括管理记事本,管理备忘录,管理软件,管理课程,管理音乐,管理宿舍,管理成绩,管理老师等。
在这里插入图片描述

图4.2即为设计的老师功能结构,老师权限操作的功能包括管理成绩,管理宿舍,管理宿舍归寝,管理宿舍报修,管理音乐,管理软件等。
在这里插入图片描述
图4.3即为设计的用户功能结构,用户权限操作的功能包括下载软件安装包,观看课程视频以及软件安装视频,播放音乐,查看成绩,管理备忘录以及记事本信息,提交宿舍报修信息,查看宿舍人员信息等。
在这里插入图片描述

2.2数据库设计

(1)图4.4即为宿舍报修这个实体所拥有的属性值。
在这里插入图片描述
(2)图4.5即为备忘录这个实体所拥有的属性值。
在这里插入图片描述
(3)图4.6即为成绩这个实体所拥有的属性值。
在这里插入图片描述
(4)图4.7即为软件这个实体所拥有的属性值。
在这里插入图片描述
(5)图4.8即为课程这个实体所拥有的属性值。
在这里插入图片描述
(6)图4.9即为音乐这个实体所拥有的属性值。
在这里插入图片描述
(7)图4.10即为用户这个实体所拥有的属性值。
在这里插入图片描述
(8)图4.11即为上面介绍的实体中存在的联系。
在这里插入图片描述

三、系统项目部分截图

3.1管理员功能实现

音乐管理
图5.1 即为编码实现的音乐管理界面,管理员下架音乐,上架音乐,修改音乐信息,包括修改音乐热度,音乐名称,音乐类型等信息,删除音乐,查询音乐等。

在这里插入图片描述
备忘录管理
图5.3 即为编码实现的备忘录管理界面,管理员增删改查备忘录信息,备忘录信息包括备忘录名称,备忘录类型,记录时间等信息。
在这里插入图片描述

3.2老师功能实现

宿舍管理
图5.4 即为编码实现的宿舍管理界面,老师在宿舍管理界面录入宿舍信息,宿舍信息包括宿舍地址,宿舍名称,录入时间等信息,老师可以查询宿舍,修改宿舍信息等。

在这里插入图片描述
课程管理
图5.6 即为编码实现的课程管理界面,老师需要上传课程学习视频,上传课件,登记课程信息等,同时老师可以上架课程,下架课程,修改课程描述信息,删除课程等。
在这里插入图片描述

3.3用户功能实现

软件信息
图5.8 即为编码实现的软件信息界面,用户下载软件安装包,查看软件安装视频,在软件信息界面的下方留言区域发布留言。
在这里插入图片描述
课程信息
图5.9 即为编码实现的课程信息界面,用户通过课程视频学习课程知识,可以下载课程课件,可以在课程信息界面下方的留言区域发布课程留言,可以可以收藏本界面的课程。
在这里插入图片描述
宿舍报修管理
图5.11 即为编码实现的宿舍报修管理界面,用户在后台的宿舍报修管理界面提交宿舍报修信息,可以查询宿舍报修信息等。
在这里插入图片描述

四、部分核心代码

4.1 用户部分


package com.controller;import java.io.File;
import java.math.BigDecimal;
import java.net.URL;
import java.text.SimpleDateFormat;
import com.alibaba.fastjson.JSONObject;
import java.util.*;
import org.springframework.beans.BeanUtils;
import javax.servlet.http.HttpServletRequest;
import org.springframework.web.context.ContextLoader;
import javax.servlet.ServletContext;
import com.service.TokenService;
import com.utils.*;
import java.lang.reflect.InvocationTargetException;import com.service.DictionaryService;
import org.apache.commons.lang3.StringUtils;
import com.annotation.IgnoreAuth;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.mapper.Wrapper;
import com.entity.*;
import com.entity.view.*;
import com.service.*;
import com.utils.PageUtils;
import com.utils.R;
import com.alibaba.fastjson.*;/*** 成绩* 后端接口* @author* @email
*/
@RestController
@Controller
@RequestMapping("/chengji")
public class ChengjiController {private static final Logger logger = LoggerFactory.getLogger(ChengjiController.class);@Autowiredprivate ChengjiService chengjiService;@Autowiredprivate TokenService tokenService;@Autowiredprivate DictionaryService dictionaryService;//级联表service@Autowiredprivate KechengService kechengService;@Autowiredprivate YonghuService yonghuService;@Autowiredprivate LaoshiService laoshiService;/*** 后端列表*/@RequestMapping("/page")public R page(@RequestParam Map<String, Object> params, HttpServletRequest request){logger.debug("page方法:,,Controller:{},,params:{}",this.getClass().getName(),JSONObject.toJSONString(params));String role = String.valueOf(request.getSession().getAttribute("role"));if(false)return R.error(511,"永不会进入");else if("老师".equals(role))params.put("laoshiId",request.getSession().getAttribute("userId"));else if("用户".equals(role))params.put("yonghuId",request.getSession().getAttribute("userId"));if(params.get("orderBy")==null || params.get("orderBy")==""){params.put("orderBy","id");}PageUtils page = chengjiService.queryPage(params);//字典表数据转换List<ChengjiView> list =(List<ChengjiView>)page.getList();for(ChengjiView c:list){//修改对应字典表字段dictionaryService.dictionaryConvert(c, request);}return R.ok().put("data", page);}/*** 后端详情*/@RequestMapping("/info/{id}")public R info(@PathVariable("id") Long id, HttpServletRequest request){logger.debug("info方法:,,Controller:{},,id:{}",this.getClass().getName(),id);ChengjiEntity chengji = chengjiService.selectById(id);if(chengji !=null){//entity转viewChengjiView view = new ChengjiView();BeanUtils.copyProperties( chengji , view );//把实体数据重构到view中//级联表KechengEntity kecheng = kechengService.selectById(chengji.getKechengId());if(kecheng != null){BeanUtils.copyProperties( kecheng , view ,new String[]{ "id", "createTime", "insertTime", "updateTime"});//把级联的数据添加到view中,并排除id和创建时间字段view.setKechengId(kecheng.getId());}//级联表YonghuEntity yonghu = yonghuService.selectById(chengji.getYonghuId());if(yonghu != null){BeanUtils.copyProperties( yonghu , view ,new String[]{ "id", "createTime", "insertTime", "updateTime"});//把级联的数据添加到view中,并排除id和创建时间字段view.setYonghuId(yonghu.getId());}//修改对应字典表字段dictionaryService.dictionaryConvert(view, request);return R.ok().put("data", view);}else {return R.error(511,"查不到数据");}}/*** 后端保存*/@RequestMapping("/save")public R save(@RequestBody ChengjiEntity chengji, HttpServletRequest request){logger.debug("save方法:,,Controller:{},,chengji:{}",this.getClass().getName(),chengji.toString());String role = String.valueOf(request.getSession().getAttribute("role"));if(false)return R.error(511,"永远不会进入");else if("用户".equals(role))chengji.setYonghuId(Integer.valueOf(String.valueOf(request.getSession().getAttribute("userId"))));Wrapper<ChengjiEntity> queryWrapper = new EntityWrapper<ChengjiEntity>().eq("yonghu_id", chengji.getYonghuId()).eq("kecheng_id", chengji.getKechengId()).eq("chengji_name", chengji.getChengjiName()).eq("beizhu", chengji.getBeizhu());logger.info("sql语句:"+queryWrapper.getSqlSegment());ChengjiEntity chengjiEntity = chengjiService.selectOne(queryWrapper);if(chengjiEntity==null){chengji.setInsertTime(new Date());chengji.setCreateTime(new Date());chengjiService.insert(chengji);return R.ok();}else {return R.error(511,"表中有相同数据");}}/*** 后端修改*/@RequestMapping("/update")public R update(@RequestBody ChengjiEntity chengji, HttpServletRequest request){logger.debug("update方法:,,Controller:{},,chengji:{}",this.getClass().getName(),chengji.toString());String role = String.valueOf(request.getSession().getAttribute("role"));
//        if(false)
//            return R.error(511,"永远不会进入");
//        else if("用户".equals(role))
//            chengji.setYonghuId(Integer.valueOf(String.valueOf(request.getSession().getAttribute("userId"))));//根据字段查询是否有相同数据Wrapper<ChengjiEntity> queryWrapper = new EntityWrapper<ChengjiEntity>().notIn("id",chengji.getId()).andNew().eq("yonghu_id", chengji.getYonghuId()).eq("kecheng_id", chengji.getKechengId()).eq("chengji_name", chengji.getChengjiName()).eq("beizhu", chengji.getBeizhu());logger.info("sql语句:"+queryWrapper.getSqlSegment());ChengjiEntity chengjiEntity = chengjiService.selectOne(queryWrapper);if(chengjiEntity==null){chengjiService.updateById(chengji);//根据id更新return R.ok();}else {return R.error(511,"表中有相同数据");}}/*** 删除*/@RequestMapping("/delete")public R delete(@RequestBody Integer[] ids){logger.debug("delete:,,Controller:{},,ids:{}",this.getClass().getName(),ids.toString());chengjiService.deleteBatchIds(Arrays.asList(ids));return R.ok();}/*** 批量上传*/@RequestMapping("/batchInsert")public R save( String fileName, HttpServletRequest request){logger.debug("batchInsert方法:,,Controller:{},,fileName:{}",this.getClass().getName(),fileName);Integer yonghuId = Integer.valueOf(String.valueOf(request.getSession().getAttribute("userId")));SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");try {List<ChengjiEntity> chengjiList = new ArrayList<>();//上传的东西Map<String, List<String>> seachFields= new HashMap<>();//要查询的字段Date date = new Date();int lastIndexOf = fileName.lastIndexOf(".");if(lastIndexOf == -1){return R.error(511,"该文件没有后缀");}else{String suffix = fileName.substring(lastIndexOf);if(!".xls".equals(suffix)){return R.error(511,"只支持后缀为xls的excel文件");}else{URL resource = this.getClass().getClassLoader().getResource("static/upload/" + fileName);//获取文件路径File file = new File(resource.getFile());if(!file.exists()){return R.error(511,"找不到上传文件,请联系管理员");}else{List<List<String>> dataList = PoiUtil.poiImport(file.getPath());//读取xls文件dataList.remove(0);//删除第一行,因为第一行是提示for(List<String> data:dataList){//循环ChengjiEntity chengjiEntity = new ChengjiEntity();
//                            chengjiEntity.setYonghuId(Integer.valueOf(data.get(0)));   //用户 要改的
//                            chengjiEntity.setKechengId(Integer.valueOf(data.get(0)));   //课程 要改的
//                            chengjiEntity.setChengjiName(data.get(0));                    //成绩名称 要改的
//                            chengjiEntity.setChengjiChengji(data.get(0));                    //成绩 要改的
//                            chengjiEntity.setBeizhu(data.get(0));                    //备注 要改的
//                            chengjiEntity.setInsertTime(date);//时间
//                            chengjiEntity.setCreateTime(date);//时间chengjiList.add(chengjiEntity);//把要查询是否重复的字段放入map中}//查询是否重复chengjiService.insertBatch(chengjiList);return R.ok();}}}}catch (Exception e){e.printStackTrace();return R.error(511,"批量插入数据异常,请联系管理员");}}/*** 前端列表*/@IgnoreAuth@RequestMapping("/list")public R list(@RequestParam Map<String, Object> params, HttpServletRequest request){logger.debug("list方法:,,Controller:{},,params:{}",this.getClass().getName(),JSONObject.toJSONString(params));// 没有指定排序字段就默认id倒序if(StringUtil.isEmpty(String.valueOf(params.get("orderBy")))){params.put("orderBy","id");}PageUtils page = chengjiService.queryPage(params);//字典表数据转换List<ChengjiView> list =(List<ChengjiView>)page.getList();for(ChengjiView c:list)dictionaryService.dictionaryConvert(c, request); //修改对应字典表字段return R.ok().put("data", page);}/*** 前端详情*/@RequestMapping("/detail/{id}")public R detail(@PathVariable("id") Long id, HttpServletRequest request){logger.debug("detail方法:,,Controller:{},,id:{}",this.getClass().getName(),id);ChengjiEntity chengji = chengjiService.selectById(id);if(chengji !=null){//entity转viewChengjiView view = new ChengjiView();BeanUtils.copyProperties( chengji , view );//把实体数据重构到view中//级联表KechengEntity kecheng = kechengService.selectById(chengji.getKechengId());if(kecheng != null){BeanUtils.copyProperties( kecheng , view ,new String[]{ "id", "createDate"});//把级联的数据添加到view中,并排除id和创建时间字段view.setKechengId(kecheng.getId());}//级联表YonghuEntity yonghu = yonghuService.selectById(chengji.getYonghuId());if(yonghu != null){BeanUtils.copyProperties( yonghu , view ,new String[]{ "id", "createDate"});//把级联的数据添加到view中,并排除id和创建时间字段view.setYonghuId(yonghu.getId());}//修改对应字典表字段dictionaryService.dictionaryConvert(view, request);return R.ok().put("data", view);}else {return R.error(511,"查不到数据");}}/*** 前端保存*/@RequestMapping("/add")public R add(@RequestBody ChengjiEntity chengji, HttpServletRequest request){logger.debug("add方法:,,Controller:{},,chengji:{}",this.getClass().getName(),chengji.toString());Wrapper<ChengjiEntity> queryWrapper = new EntityWrapper<ChengjiEntity>().eq("yonghu_id", chengji.getYonghuId()).eq("kecheng_id", chengji.getKechengId()).eq("chengji_name", chengji.getChengjiName()).eq("beizhu", chengji.getBeizhu());logger.info("sql语句:"+queryWrapper.getSqlSegment());ChengjiEntity chengjiEntity = chengjiService.selectOne(queryWrapper);if(chengjiEntity==null){chengji.setInsertTime(new Date());chengji.setCreateTime(new Date());chengjiService.insert(chengji);return R.ok();}else {return R.error(511,"表中有相同数据");}}}

获取源码或论文

如需对应的LW或源码,以及其他定制需求,也可以点我头像查看个人简介联系。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/pingmian/4386.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

计算机网络复习(应用层)

一、概述 1、应用层对应用程序的通信提供服务 2、应用层协议定义了如下内容&#xff1a; 报文类型是请求还是响应各种报文类型语法字段的定义时序 3、应用层功能&#xff1a; 文件传输、访问管理 电子邮件 虚拟终端 查询服务和远程作业登录 二、网络服务模型 1、C/S模…

【研发管理】产品经理知识体系-产品设计与开发工具

导读&#xff1a;产品设计与开发工具的重要性体现在多个方面&#xff0c;它们对于产品的成功开发、质量提升以及市场竞争力都具有至关重要的影响。产品设计工具可以帮助设计师更高效地创建和优化产品原型。开发工具在产品开发过程中发挥着至关重要的作用。产品设计与开发工具还…

PotatoPie 4.0 实验教程(25) —— FPGA实现摄像头图像直方图均衡变换

图像的直方图均衡是什么&#xff1f; 图像的直方图均衡是一种用于增强图像对比度的图像处理技术。在直方图均衡中&#xff0c;图像的像素值被重新分配&#xff0c;以使得图像的直方图变得更均匀&#xff0c;即各个像素值的分布更加平衡。这意味着直方图中每个像素值的频率大致…

AMBA-CHI协议详解(二)

《AMBA 5 CHI Architecture Specification》 文章目录 2.1 Channels综述2.2 Channel域段2.2.1 request fields2.2.2 Response fields2.2.3 Snoop request fields2.2.4 Data fields 2.3 事务结构2.3.1 Read transactions2.3.1.1 Allocating Read2.3.1.2 Non-allocating Read 2.…

Spring Boot 的文件配置

SpringBoot的配置文件,有三种格式 1.properties 2.yaml 3.yml(yaml的简写) 这里主要介绍1和3格式的。 在项目中,同时存在properties和yml配置文件, properties的优先级更高 同时存在时,两个文件都生效 如果两个文件中,都包含同一个配置,以properties为主。 properties的配置…

深入解析AI绘画算法:从GANs到VAEs

&#x1f49d;&#x1f49d;&#x1f49d;欢迎莅临我的博客&#xff0c;很高兴能够在这里和您见面&#xff01;希望您在这里可以感受到一份轻松愉快的氛围&#xff0c;不仅可以获得有趣的内容和知识&#xff0c;也可以畅所欲言、分享您的想法和见解。 推荐:「stormsha的主页」…

人工智能底层自行实现篇3——逻辑回归(下)

3. 代码实现 接上一篇文章 3.1 问题背景 应用案例背景 假设我们有一个数据集&#xff0c;包含患者的多种生理指标&#xff08;如年龄、性别、体重指数&#xff08;BMI&#xff09;、血糖水平等&#xff09;以及他们是否被诊断为糖尿病&#xff08;是或否&#xff09;。我们的…

Vue3 el-table 动态高度(element-plus)

先回顾一下vue2element-ui的策略 export default (config) > {const {subtractHeight 250,} config;return {data() {return {subtractHeight,// 列表高度tableHeight: ${document.body.clientHeight - this.subtractHeight}px,};},created() {window.addEventListener(r…

RUST学习过程

一、基础知识&#xff1a; todo!&#xff1a;这个宏用来标记未实现功能。可以不写retuen的写法(if/else不能写分号&#xff0c;break带分号&#xff0c;loop写不写看情况)&#xff1a; fn fib(n: u32) -> u32 {if n < 2 {// The base case.1} else {// The recursive c…

vue-router学习9:过渡动效transition

<transition> 组件 <transition> 是 Vue 提供的一个内置组件&#xff0c;它可以为被包裹的元素或组件添加进入、离开和列表的过渡效果。当包裹的元素或组件的状态改变时&#xff08;例如&#xff0c;v-if 的条件变化或路由切换&#xff09;&#xff0c;<transi…

(python)动态规划

前言 曾经有一位叫做小明的年轻人,他生活在一个被困在连绵不断的山脉中的村庄里。这座村庄每年都会受到洪水的威胁,而村民们只能通过一条崎岖而危险的小路逃离洪水的侵袭。小明决定解决这个问题。他花了很长时间研究了地形图和洪水的模式,最终他发现了一种方法:他可以在山脚…

『大模型OS笔记』Meta 宣布推出 Llama 3 的介绍视频

Meta 宣布推出 Llama 3 的介绍视频 文章目录 一. Meta 宣布推出 Llama 3 的介绍视频一、引言二、Llama 模型历史回顾三、Llama 3 模型介绍四、Llama 3 背后的开发思路五、许可证和生态系统六、安全和信任七、其他亮点八、未来计划九、现场演示四. 参考文献一. Meta 宣布推出 Ll…

[iOS]APP优化

一、性能优化 性能优化是一个至关重要的过程&#xff0c;它对提高应用的用户体验、增强应用的市场竞争力以及维持用户的长期参与度具有深远的影响。 1.CPU 使用优化 工具&#xff1a;Instruments (Time Profiler)使用方法&#xff1a;利用 Xcode 的 Instruments 工具中的 Ti…

Unity 异步与工作线程(多线程)

文章目录 前言一、异步加载二、工作线程总结 前言 工作线程&#xff08;多线程&#xff09;是指在一个程序中同时执行多个任务的能力。多线程编程可以提高程序的性能和响应性&#xff0c;特别是在需要同时执行多个任务的情况下。工作线程通常用于执行耗时的任务&#xff0c;以…

linux驱动-CCF-2 of_clk_provider

CCF: common clock frameword of_clk_provider 总结 1. provider 注册时钟 hws[i] desc->clk_register(cprman, desc->data); 参考https://mp.csdn.net/mp_blog/creation/editor/138153040 2. provider 注册 of_clk_provider 1. provider 创建了of_clk_provider 结构体…

R语言 统计篇之相关性分析与线性回归

《Cookbook for R》数据统计篇 相关性分析与线性回归 示例数据 # 生成一些数据 # X 呈增加趋势 # Z 呈增加趋势 (缓慢) # Y 与 xvar 成反比&#xff0c;xvar*zvar 成正比set.seed(955) xvar <- 1:20 rnorm(20,sd3) zvar <- 1:20/4 rnorm(20,sd2) yvar <- -2*xvar…

FebHost:摩洛哥.ma域名注册介绍,规则有哪些?

摩洛哥国家域名介绍 摩洛哥是位于非洲西北部的一个国家&#xff0c;北部和西部面向地中海和大西洋&#xff0c;东部和南部则与阿尔及利亚、西撒哈拉和毛里塔尼亚接壤。摩洛哥的首都是拉巴特&#xff0c;但最大城市是卡萨布兰卡。摩洛哥的官方语言是阿拉伯语和柏柏尔语&#xf…

token接口设计

token接口设计 登录/注册&#xff1a;Token生成&#xff1a;Token验证&#xff1a;Token刷新&#xff1a;总结 登录/注册&#xff1a; 首先&#xff0c;用户通过提交用户名和密码或其他认证方式登录系统&#xff0c;服务器验证通过后&#xff0c;生成Token。 Token生成&#x…

使用 Python 和 DirectShow 从相机捕获图像

在 Python 中使用 OpenCV 是视觉应用程序原型的一个非常好的解决方案,它允许您快速起草和测试算法。处理从文件中读取的图像非常容易,如果要处理从相机捕获的图像,则不那么容易。OpenCV 提供了一些基本方法来访问链接到 PC 的相机(通过对象),但大多数时候,即使对于简单的…

Github创建远程仓库(项目)

天行健&#xff0c;君子以自强不息&#xff1b;地势坤&#xff0c;君子以厚德载物。 每个人都有惰性&#xff0c;但不断学习是好好生活的根本&#xff0c;共勉&#xff01; 文章均为学习整理笔记&#xff0c;分享记录为主&#xff0c;如有错误请指正&#xff0c;共同学习进步。…