springboot框架VUE3学院网站系统开发mysql数据库设计java编程计算机网页源码maven项目


博主介绍:专注于Java vue  .net  php phython  小程序 等诸多技术领域和毕业项目实战、企业信息化系统建设,从业十五余年开发设计教学工作

☆☆☆ 精彩专栏推荐订阅☆☆☆☆☆不然下次找不到哟
我的博客空间发布了1000+毕设题目 方便大家学习使用
感兴趣的可以先收藏起来,还有大家在毕设选题,项目以及论文编写等相关问题都可以给我留言咨询,希望帮助更多的人

一、源码特点
springboot VUE3 学院网站系统是一套完善的完整信息管理类型系统,结合springboot框架和VUE完成本系统,对理解vue java编程开发语言有帮助系统采用springboot框架(MVC模式开发),系统具有完整的源代码和数据库,系统主要采用B/S模式开发。
前段主要技术 vue3 
后端主要技术 ssm java
数据库 mysql
开发工具 IDEA  JDK1.8 

202409231501


环境需要

1.运行环境:最好是java jdk 1.8,我们在这个平台上运行的。其他版本理论上也可以 不建议。

2.IDE环境:推荐IDEA;

3.硬件环境:windows 7/8/10 1G内存以上;;

5.数据库:mysql8.0 需要修改数据连接配置,以及maven中的mysql 驱动包;

6.是Maven项目;查看源码目录中是否包含pom.xml;

使用说明

1. 使用Navicat或者其它工具,在mysql中创建对应sql文件名称的数据库,并导入项目的sql文件 数据库字符集utf-8;

2. 使用IDEA导入项目;

3. 将项目中src\main\resources下的application.yml 配置文件中的数据库配置改为自己的配置;

4.vue 项目启动   
vue 版本 2.6.6
node 版本 16.14.2

后端服务端口 8080
后端管理系统端口是8081
前端功能端口是 8082

二、功能介绍

前台功能:
首页浏览
系部信息浏览
教学科研管理
教师风采信息浏览
技能竞赛浏览
党建工作浏览
招生就业信息浏览
制度信息浏览
用户注册、登录

后台功能:
管理员登录、个人信息修改
教学信息管理
招生信息管理
就业信息管理
新闻资讯信息管理
科研信息管理
教师风采管理
制度信息管理
系部信息管理
党建工作管理
我的收藏夹
党竞信息管理
轮播图管理

系统数据库设计

表名:config

功能:配置文件

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

name

varchar

100

配置参数名称

value

varchar

100

配置参数值

表名:token

功能:token表

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

userid

bigint

用户id

username

varchar

100

用户名

tablename

varchar

100

表名

role

varchar

100

角色

token

varchar

200

密码

addtime

timestamp

新增时间

CURRENT_TIMESTAMP

expiratedtime

timestamp

过期时间

CURRENT_TIMESTAMP

表名:menu

功能:菜单

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

menujson

longtext

4294967295

菜单

表名:jinengjingsai

功能:技能竞赛

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

jingsaimingcheng

varchar

200

竞赛名称

jingsaitupian

longtext

4294967295

竞赛图片

jingsairenshu

varchar

200

竞赛人数

jingsaiguize

longtext

4294967295

竞赛规则

jingsaishijian

datetime

竞赛时间

jingsaixiangqing

longtext

4294967295

竞赛详情

storeupnum

int

收藏数量

表名:zhaoshengxinxi

功能:招生信息

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

xuexiaomingcheng

varchar

200

学校名称

zhaoshengjihua

longtext

4294967295

招生计划

zhaoshengzhuanye

varchar

200

招生专业

zhaoshengduixiang

varchar

200

招生对象

baomingfangshi

varchar

200

报名方式

baomingshijian

date

报名时间

xuefeibiaozhun

varchar

200

学费标准

lianxidianhua

varchar

200

联系电话

zhaoshengjianzhang

longtext

4294967295

招生简章

表名:jiaoshifengcai

功能:教师风采

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

biaoti

varchar

200

标题

zhaopian

longtext

4294967295

照片

xibumingcheng

varchar

200

系部名称

jiaoshixingming

varchar

200

教师姓名

huoderongyu

longtext

4294967295

获得荣誉

huojiangxiangqing

longtext

4294967295

获奖详情

表名:xibugaikuang

功能:系部概况

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

xibumingcheng

varchar

200

系部名称

tupian

longtext

4294967295

图片

xibuxiangqing

longtext

4294967295

系部详情

zhuanyejianjie

varchar

200

专业简介

jibenqingkuang

varchar

200

基本情况

peiyangmubiao

varchar

200

培养目标

表名:dangjiangongzuo

功能:党建工作

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

zuzhimingcheng

varchar

200

组织名称

tupian

longtext

4294967295

图片

biaoti

varchar

200

标题

dangjiangongzuo

longtext

4294967295

党建工作

jilushijian

datetime

记录时间

表名:zhiduxinxi

功能:制度信息

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

zhidubiaoti

varchar

200

制度标题

fengmian

longtext

4294967295

封面

zhidujianjie

longtext

4294967295

制度简介

zhiduneirong

longtext

4294967295

制度内容

faburiqi

date

发布日期

表名:storeup

功能:我的收藏

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

refid

bigint

refid

tablename

varchar

200

表名

name

varchar

200

名称

picture

longtext

4294967295

图片

type

varchar

200

类型(1:收藏,21:赞,22:踩,31:竞拍参与,41:关注)

inteltype

varchar

200

推荐类型

remark

varchar

200

备注

userid

bigint

用户id

表名:news

功能:系部信息

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

title

varchar

200

标题

introduction

longtext

4294967295

简介

picture

longtext

4294967295

图片

content

longtext

4294967295

内容

表名:keyanxinxi

功能:科研信息

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

xiangmubianhao

varchar

200

项目编号

xiangmuzhonglei

varchar

200

项目种类

tupian

longtext

4294967295

图片

xiangmumingcheng

varchar

200

项目名称

xiangmufujian

longtext

4294967295

项目附件

keyanchengguo

longtext

4294967295

科研成果

xiangmuxiangqing

longtext

4294967295

项目详情

faburiqi

datetime

发布日期

表名:jiuyexinxi

功能:就业信息

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

gongsimingcheng

varchar

200

公司名称

gangweimingcheng

varchar

200

岗位名称

fengmian

longtext

4294967295

封面

zhaopinrenshu

varchar

200

招聘人数

xueliyaoqiu

varchar

200

学历要求

xinzidaiyu

varchar

200

薪资待遇

gongzuoshijian

varchar

200

工作时间

gangweixiangqing

longtext

4294967295

岗位详情

lianxidianhua

varchar

200

联系电话

storeupnum

int

收藏数量

表名:jiaoxuexinxi

功能:教学信息

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

biaoti

varchar

200

标题

fengmian

longtext

4294967295

封面

jianjie

longtext

4294967295

简介

neirong

longtext

4294967295

内容

faburiqi

date

发布日期

表名:users

功能:管理员

字段名称

类型

长度

字段说明

主键

默认值

id

bigint

主键

  主键

addtime

timestamp

创建时间

CURRENT_TIMESTAMP

username

varchar

200

用户名

password

varchar

200

密码

role

varchar

200

角色

系统后端代码实现

/*** 后端列表*/@RequestMapping("/page")public R page(@RequestParam Map<String, Object> params,JinengjingsaiEntity jinengjingsai,HttpServletRequest request){EntityWrapper<JinengjingsaiEntity> ew = new EntityWrapper<JinengjingsaiEntity>();PageUtils page = jinengjingsaiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, jinengjingsai), params), params));return R.ok().put("data", page);}/*** 前端列表*/@IgnoreAuth@RequestMapping("/list")public R list(@RequestParam Map<String, Object> params,JinengjingsaiEntity jinengjingsai, HttpServletRequest request){EntityWrapper<JinengjingsaiEntity> ew = new EntityWrapper<JinengjingsaiEntity>();PageUtils page = jinengjingsaiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, jinengjingsai), params), params));return R.ok().put("data", page);}/*** 列表*/@RequestMapping("/lists")public R list( JinengjingsaiEntity jinengjingsai){EntityWrapper<JinengjingsaiEntity> ew = new EntityWrapper<JinengjingsaiEntity>();ew.allEq(MPUtil.allEQMapPre( jinengjingsai, "jinengjingsai")); return R.ok().put("data", jinengjingsaiService.selectListView(ew));}/*** 查询*/@RequestMapping("/query")public R query(JinengjingsaiEntity jinengjingsai){EntityWrapper< JinengjingsaiEntity> ew = new EntityWrapper< JinengjingsaiEntity>();ew.allEq(MPUtil.allEQMapPre( jinengjingsai, "jinengjingsai")); JinengjingsaiView jinengjingsaiView =  jinengjingsaiService.selectView(ew);return R.ok("查询技能竞赛成功").put("data", jinengjingsaiView);}/*** 后端详情*/@RequestMapping("/info/{id}")public R info(@PathVariable("id") Long id){JinengjingsaiEntity jinengjingsai = jinengjingsaiService.selectById(id);jinengjingsai = jinengjingsaiService.selectView(new EntityWrapper<JinengjingsaiEntity>().eq("id", id));return R.ok().put("data", jinengjingsai);}/*** 前端详情*/@IgnoreAuth@RequestMapping("/detail/{id}")public R detail(@PathVariable("id") Long id){JinengjingsaiEntity jinengjingsai = jinengjingsaiService.selectById(id);jinengjingsai = jinengjingsaiService.selectView(new EntityWrapper<JinengjingsaiEntity>().eq("id", id));return R.ok().put("data", jinengjingsai);}/*** 后端保存*/@RequestMapping("/save")public R save(@RequestBody JinengjingsaiEntity jinengjingsai, HttpServletRequest request){jinengjingsai.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());//ValidatorUtils.validateEntity(jinengjingsai);jinengjingsaiService.insert(jinengjingsai);return R.ok();}/*** 前端保存*/@RequestMapping("/add")public R add(@RequestBody JinengjingsaiEntity jinengjingsai, HttpServletRequest request){jinengjingsai.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());//ValidatorUtils.validateEntity(jinengjingsai);jinengjingsaiService.insert(jinengjingsai);return R.ok();}/*** 修改*/@RequestMapping("/update")@Transactionalpublic R update(@RequestBody JinengjingsaiEntity jinengjingsai, HttpServletRequest request){//ValidatorUtils.validateEntity(jinengjingsai);jinengjingsaiService.updateById(jinengjingsai);//全部更新return R.ok();}/*** 删除*/@RequestMapping("/delete")public R delete(@RequestBody Long[] ids){jinengjingsaiService.deleteBatchIds(Arrays.asList(ids));return R.ok();}

前端vue实现


<template><div><div class="app-contain"><div class="list_search_view"><el-form :model="searchQuery" class="search_form" ><div class="search_view"><div class="search_label">竞赛名称:</div><div class="search_box"><el-input class="search_inp" v-model="searchQuery.jingsaimingcheng" placeholder="竞赛名称"clearable></el-input></div></div><div class="search_btn_view"><el-button class="search_btn" type="primary" @click="searchClick()" size="small">搜索</el-button></div></el-form><br><div class="btn_view"><el-button type="success" @click="addClick" v-if="btnAuth('jinengjingsai','新增')">新增</el-button><el-button  v-if=" btnAuth('jinengjingsai','查看')" type="info"  :disabled="selRows.length==1?false:true" @click="infoClick(null)">详情</el-button><el-button type="primary" :disabled="selRows.length==1?false:true" @click="editClick" v-if=" btnAuth('jinengjingsai','修改')">修改</el-button><el-button type="danger" :disabled="selRows.length?false:true" @click="delClick(null)"  v-if="btnAuth('jinengjingsai','删除')">删除</el-button></div></div><br><el-tablev-loading="listLoading"border :stripe='true'@selection-change="handleSelectionChange" ref="table"v-if="btnAuth('jinengjingsai','查看')":data="list"@row-click="listChange"><el-table-column :resizable='true' align="left" header-align="left" type="selection" width="55" /><el-table-column label="序号" width="70" :resizable='true' :sortable='true' align="left" header-align="left"><template #default="scope">{{ scope.$index + 1}}</template></el-table-column><el-table-column:resizable='true' :sortable='true' align="left" header-align="left"prop="jingsaimingcheng"label="竞赛名称"><template #default="scope">{{scope.row.jingsaimingcheng}}</template></el-table-column><el-table-column label="竞赛图片" width="120" :resizable='true' :sortable='true' align="left" header-align="left"><template #default="scope"><div v-if="scope.row.jingsaitupian"><el-image v-if="scope.row.jingsaitupian.substring(0,4)=='http'" preview-teleported:preview-src-list="[scope.row.jingsaitupian.split(',')[0]]":src="scope.row.jingsaitupian.split(',')[0]" style="width:100px;height:100px"></el-image><el-image v-else preview-teleported:preview-src-list="[$config.url+scope.row.jingsaitupian.split(',')[0]]":src="$config.url+scope.row.jingsaitupian.split(',')[0]" style="width:100px;height:100px"></el-image></div><div v-else>无图片</div></template></el-table-column><el-table-column:resizable='true' :sortable='true' align="left" header-align="left"prop="jingsairenshu"label="竞赛人数"><template #default="scope">{{scope.row.jingsairenshu}}</template></el-table-column><el-table-column:resizable='true' :sortable='true' align="left" header-align="left"prop="jingsaishijian"label="竞赛时间"><template #default="scope">{{scope.row.jingsaishijian}}</template></el-table-column><el-table-column:resizable='true' :sortable='true' align="left" header-align="left"prop="storeupnum"label="收藏数量"><template #default="scope">{{scope.row.storeupnum}}</template></el-table-column><el-table-column label="操作" width="300" :resizable='true' :sortable='true' align="left" header-align="left"><template #default="scope"><el-button type="info" v-if=" btnAuth('jinengjingsai','查看')" @click="infoClick(scope.row.id)">详情</el-button></template></el-table-column></el-table><el-pagination background:layout="layouts.join(',')":total="total" :page-size="listQuery.limit"prev-text="Prev"next-text="Next":hide-on-single-page="false":style='{"padding":"0","margin":"20px 0 0","whiteSpace":"nowrap","color":"#333","textAlign":"center","width":"100%","fontWeight":"500"}'@size-change="sizeChange"@current-change="currentChange" @prev-click="prevClick"@next-click="nextClick"  /></div><formModel ref="formRef" @formModelChange="formModelChange"></formModel></div>
</template>
<script setup>import axios from 'axios'import {reactive,ref,getCurrentInstance,nextTick,onMounted,watch,} from 'vue'import {useRoute,useRouter} from 'vue-router'import {ElMessageBox} from 'element-plus'const context = getCurrentInstance()?.appContext.config.globalProperties;import formModel from './formModel.vue'//基础信息const tableName = 'jinengjingsai'const formName = '技能竞赛'const route = useRoute()//基础信息onMounted(()=>{})//列表数据const list = ref(null)const table = ref(null)const listQuery = ref({page: 1,limit: 20,sort: 'id',order: 'desc'})const searchQuery = ref({})const selRows = ref([])const listLoading = ref(false)const listChange = (row) =>{nextTick(()=>{table.value.clearSelection()table.value.toggleRowSelection(row)})}//列表const getList = () => {listLoading.value = truelet params = JSON.parse(JSON.stringify(listQuery.value))params['sort'] = 'id'params['order'] = 'desc'if(searchQuery.value.jingsaimingcheng&&searchQuery.value.jingsaimingcheng!=''){params['jingsaimingcheng'] = '%' + searchQuery.value.jingsaimingcheng + '%'}context?.$http({url: `${tableName}/page`,method: 'get',params: params}).then(res => {listLoading.value = falselist.value = res.data.data.listtotal.value = Number(res.data.data.total)})}//删const delClick = (id) => {let ids = ref([])if (id) {ids.value = [id]} else {if (selRows.value.length) {for (let x in selRows.value) {ids.value.push(selRows.value[x].id)}} else {return false}}ElMessageBox.confirm(`是否删除选中${formName}`, '提示', {confirmButtonText: '是',cancelButtonText: '否',type: 'warning',}).then(() => {context?.$http({url: `${tableName}/delete`,method: 'post',data: ids.value}).then(res => {context?.$toolUtil.message('删除成功', 'success',()=>{getList()})})})}//多选const handleSelectionChange = (e) => {selRows.value = e}//列表数据//分页const total = ref(0)const layouts = ref(["prev","pager","next"])const sizeChange = (size) => {listQuery.value.limit = sizegetList()}const currentChange = (page) => {listQuery.value.page = pagegetList()}const prevClick = () => {listQuery.value.page = listQuery.value.page - 1getList()}const nextClick = () => {listQuery.value.page = listQuery.value.page + 1getList()}//分页//权限验证const btnAuth = (e,a)=>{return context?.$toolUtil.isAuth(e,a)}//搜索const searchClick = () => {listQuery.value.page = 1getList()}//表单const formRef = ref(null)const formModelChange=()=>{searchClick()}const addClick = ()=>{formRef.value.init()}const editClick = ()=>{if(selRows.value.length){formRef.value.init(selRows.value[0].id,'edit')}}const infoClick = (id=null)=>{if(id){formRef.value.init(id,'info')}else if(selRows.value.length){formRef.value.init(selRows.value[0].id,'info')}}// 表单// 预览文件const preClick = (file) =>{if(!file){context?.$toolUtil.message('文件不存在','error')}window.open(context?.$config.url + file)// const a = document.createElement('a');// a.style.display = 'none';// a.setAttribute('target', '_blank');// file && a.setAttribute('download', file);// a.href = context?.$config.url + file;// document.body.appendChild(a);// a.click();// document.body.removeChild(a);}// 下载文件const download = (file) => {if(!file){context?.$toolUtil.message('文件不存在','error')}let arr = file.replace(new RegExp('file/', "g"), "")axios.get((location.href.split(context?.$config.name).length>1 ? location.href.split(context?.$config.name)[0] :'') + context?.$config.name + '/file/download?fileName=' + arr, {headers: {token: context?.$toolUtil.storageGet('Token')},responseType: "blob"}).then(({data}) => {const binaryData = [];binaryData.push(data);const objectUrl = window.URL.createObjectURL(new Blob(binaryData, {type: 'application/pdf;chartset=UTF-8'}))const a = document.createElement('a')a.href = objectUrla.download = arr// a.click()// 下面这个写法兼容火狐a.dispatchEvent(new MouseEvent('click', {bubbles: true,cancelable: true,view: window}))window.URL.revokeObjectURL(data)})}//初始化const init = () => {getList()}init()
</script>
<style lang="scss" scoped>// 操作盒子.list_search_view {margin: 0 0 20px;display: flex;justify-content: space-between;flex-wrap: wrap;// 搜索盒子.search_form {display: flex;align-items: center;order: 2;// 子盒子.search_view {margin: 0 10px 0 0;display: flex;align-items: center;// 搜索label.search_label {margin: 0 10px 0 0;color: #fff;background: none;font-weight: 500;display: inline-block;width: auto;font-size: 14px;line-height: 40px;text-align: right;min-width: 100px;height: 40px;}// 搜索item.search_box {display: inline-block;width: auto;// 输入框:deep(.search_inp) {border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 4px;padding: 0 10px;color: #fff;background: rgba(0, 0, 0, 0.1);width: auto;line-height: 34px;box-sizing: border-box;//去掉默认样式.el-input__wrapper{border: none;box-shadow: none;background: none;border-radius: 0;height: 100%;padding: 0;}.is-focus {box-shadow: none !important;}}}}// 搜索按钮盒子.search_btn_view {width: 20%;display: flex;padding: 0 20px;// 搜索按钮.search_btn {border: 1px solid #357ebd;cursor: pointer;border-radius: 4px;padding: 0 24px;color: #fff;background: rgba(66, 139, 202, 0.45);width: auto;font-size: 14px;height: 36px;}// 搜索按钮-悬浮.search_btn:hover {border: 1px solid #357ebd;background: rgba(66, 139, 202, 0.45);}}}//头部按钮盒子.btn_view {margin: 0;display: flex;// 其他:deep(.el-button--default){border: 1px solid #ccc;cursor: pointer;border-radius: 3px;padding: 0 24px;margin: 0 10px 0 0;outline: none;color: #fff;background: rgba(222, 222, 222, 0.55);width: auto;font-size: 14px;height: 36px;}// 其他-悬浮:deep(.el-button--default:hover){background: rgba(222, 222, 222, 0.45);}// 新增:deep(.el-button--success){border: 1px solid #357ebd;cursor: pointer;border-radius: 3px;padding: 0 24px;margin: 0 10px 0 0;outline: none;color: #fff;background: rgba(66, 139, 202, 0.45);width: auto;font-size: 14px;height: 36px;}// 新增-悬浮:deep(.el-button--success:hover){background: rgba(66, 139, 202, 0.35);}// 修改:deep(.el-button--primary){border: 1px solid #4cae4c;cursor: pointer;border-radius: 3px;padding: 0 24px;margin: 0 10px 0 0;outline: none;color: #fff;background: rgba(92, 184, 92, 0.55);width: auto;font-size: 14px;height: 36px;}// 修改-悬浮:deep(.el-button--primary:hover){background: rgba(92, 184, 92, 0.45);}// 详情:deep(.el-button--info){border: 1px solid #46b8da;cursor: pointer;border-radius: 3px;padding: 0 24px;margin: 0 10px 0 0;outline: none;color: #fff;background: rgba(91, 192, 222, 0.45);width: auto;font-size: 14px;height: 36px;}// 详情-悬浮:deep(.el-button--info:hover){background: rgba(91, 192, 222, 0.35);}// 删除:deep(.el-button--danger){border: 1px solid #d43f3a;cursor: pointer;border-radius: 3px;padding: 0 24px;margin: 0 10px 0 0;outline: none;color: #fff;background: rgba(217, 83, 79, 0.55);width: auto;font-size: 14px;height: 36px;}// 删除-悬浮:deep(.el-button--danger:hover){background: rgba(217, 83, 79, 0.45);}// 统计:deep(.el-button--warning){border: 1px solid #eea236;cursor: pointer;border-radius: 3px;padding: 0 24px;margin: 0 10px 0 0;outline: none;color: #fff;background: rgba(240, 173, 78, 0.55);width: auto;font-size: 14px;height: 36px;}// 统计-悬浮:deep(.el-button--warning:hover){background: rgba(240, 173, 78, 0.45);}}}// 表格样式.el-table {border-radius: 0px;padding: 0;background: rgba(0, 0, 0, 0.25);width: 100%;border-color: rgba(254, 182, 203, 0.5);border-width: 1px 0 0 1px;border-style: solid;:deep(.el-table__header-wrapper) {thead {color: #fff;font-weight: 500;width: 100%;tr {background: rgba(0, 0, 0, 0.1);th {padding: 4px 0;background: none;border-color: rgba(254, 182, 203, 0.5);border-width: 0 0px 1px 0;border-style: solid;text-align: left;.cell {padding: 0 10px;word-wrap: normal;word-break: break-all;white-space: normal;font-weight: bold;display: inline-block;vertical-align: middle;width: 100%;line-height: 24px;position: relative;text-overflow: ellipsis;}}}}}:deep(.el-table__body-wrapper) {tbody {width: 100%;tr {background: none;td {padding: 6px 0;color: #eee;background: none;border-color: #d2d2d2;border-width: 0 0px 0px 0;border-style: solid;text-align: left;.cell {padding: 0 10px;overflow: hidden;word-break: break-all;white-space: normal;line-height: 24px;text-overflow: ellipsis;// 编辑.el-button--primary {border: 1px solid #d58512;cursor: pointer;border-radius: 4px;padding: 5px 10px;margin: 0 6px 6px 0;color: #fff;background: rgba(240, 173, 78, 0.45);width: auto;font-size: 12px;height: auto;}// 编辑-悬浮.el-button--primary:hover {}// 详情.el-button--info {border: 1px solid #357ebd;cursor: pointer;border-radius: 3px;padding: 5px 10px;margin: 0 6px 6px 0;color: #fff;background: rgba(66, 139, 202, 0.55);width: auto;font-size: 12px;height: auto;}// 详情-悬浮.el-button--info:hover {}// 删除.el-button--danger {border: 1px solid #ac2925;cursor: pointer;border-radius: 3px;padding: 5px 10px;margin: 0 6px 6px 0;color: #fff;background: rgba(217, 83, 79, 0.45);width: auto;font-size: 12px;height: auto;}// 删除-悬浮.el-button--danger:hover {}// 跨表.el-button--success {border: 1px solid #ccc;cursor: pointer;border-radius: 3px;padding: 5px 10px;margin: 0 6px 6px 0;color: #fff;background: rgba(222, 222, 222, 0.55);width: auto;font-size: 12px;height: 24px;}// 跨表-悬浮.el-button--success:hover {}// 操作.el-button--warning {border: 1px solid #4cae4c;cursor: pointer;border-radius: 3px;padding: 5px 10px;margin: 0 6px 6px 0;color: #fff;background: rgba(92, 184, 92, 0.55);width: auto;font-size: 12px;height: auto;}// 操作-悬浮.el-button--warning:hover {}}}}tr.el-table__row--striped {td {background: rgba(0, 0, 0, 0.10);}}tr:hover {td {padding: 6px 0;color: #fff;background: rgba(0, 0, 0, 0.10);border-color: #d2d2d2;border-width: 0 0px 0px 0;border-style: solid;text-align: left;}}}}}// 分页器.el-pagination {// 总页码:deep(.el-pagination__total) {margin: 0 10px 0 0;color: #666;font-weight: 400;display: inline-block;vertical-align: top;font-size: 13px;line-height: 28px;height: 28px;}// 上一页:deep(.btn-prev) {border: none;border-radius: 0px;padding: 0 5px;margin: 0 5px;color: #fff;background: none;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;min-width: 35px;height: 26px;}// 下一页:deep(.btn-next) {border: none;border-radius: 0px;padding: 0 5px;margin: 0 5px;color: #fff;background: none;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;min-width: 35px;height: 26px;}// 上一页禁用:deep(.btn-prev:disabled) {border: none;cursor: not-allowed;border-radius: 0px;padding: 0 5px;margin: 0 5px;color: #fff;background: none;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;height: 26px;}// 下一页禁用:deep(.btn-next:disabled) {border: none;cursor: not-allowed;border-radius: 0px;padding: 0 5px;margin: 0 5px;color: #fff;background: none;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;height: 26px;}// 页码:deep(.el-pager) {padding: 0;margin: 0;display: inline-block;vertical-align: top;// 数字.number {cursor: pointer;border: 1px solid rgba(255, 255, 255, 0.3);padding: 0 4px;margin: 0 5px;color: #fff;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;border-radius: 0px;background: none;text-align: center;min-width: 30px;height: 26px;}// 数字悬浮.number:hover {cursor: pointer;border: 1px solid rgba(0, 0, 0, 0.05);padding: 0 4px;margin: 0 5px;color: #fff;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;border-radius: 0px;background: rgba(0, 0, 0, 0.25);text-align: center;min-width: 30px;height: 26px;}// 选中.number.is-active {cursor: default;border: 1px solid rgba(0, 0, 0, 0.05);padding: 0 4px;margin: 0 5px;color: #fff;display: inline-block;vertical-align: top;font-size: 13px;line-height: 26px;border-radius: 0px;background: rgba(0, 0, 0, 0.25);text-align: center;min-width: 30px;height: 26px;}}// sizes:deep(.el-pagination__sizes) {display: inline-block;vertical-align: top;font-size: 13px;line-height: 28px;height: 28px;.el-select {border: 1px solid #DCDFE6;cursor: pointer;padding: 0;color: #606266;display: inline-block;font-size: 13px;line-height: 28px;border-radius: 3px;outline: 0;background: #FFF;width: 100%;text-align: center;height: 28px;}}// 跳页:deep(.el-pagination__jump) {margin: 0 0 0 24px;color: #606266;display: inline-block;vertical-align: top;font-size: 13px;line-height: 28px;height: 28px;// 输入框.el-input {border: 1px solid #DCDFE6;cursor: pointer;padding: 0 3px;color: #606266;display: inline-block;font-size: 14px;line-height: 28px;border-radius: 3px;outline: 0;background: #FFF;width: 100%;text-align: center;height: 28px;//去掉默认样式.el-input__wrapper{border: none;box-shadow: none;background: none;border-radius: 0;height: 100%;padding: 0;}.is-focus {box-shadow: none !important;}}}}
</style>

三、注意事项
1、管理员账号:admin密码:admin 数据库配置文件\src\main\resources\application.properties
2、开发环境为IDEA开发,数据库为mysql,使用java语言开发。
3、数据库文件名是javassmtg.sql 
4
前台地址:
http://localhost:8081
123,123

后台地址:
http://localhost:8082


admin,admin

四 系统实现效果

大家点赞、收藏、关注、评论啦  其他的定制服务  下方联系卡片↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 或者私信作者

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

如若内容造成侵权/违法违规/事实不符,请联系一条长河网进行投诉反馈,一经查实,立即删除!

相关文章

专业软件测试服务机构介绍:软件确认测试的类型和方法

随着现代科技的迅猛发展&#xff0c;软件开发逐渐成为各类企业发展的核心。然而&#xff0c;软件的质量直接关系到企业的运营效率和用户体验。因此&#xff0c;软件确认测试作为确保软件质量的重要环节&#xff0c;正受到越来越多的关注。 软件确认测试是指在软件开发周期的最…

tensorboard展示不同运行的曲线结果

运行tensorboard曲线如下&#xff1a; tensorboard --logdir .有时候&#xff0c;曲线图会展示多条曲线&#xff0c;以至于我们想分辨哪条线来自哪次训练都做不到了。如下图是设置smoothing-0.6的结果&#xff1a; smoothing可以在页面找到设置按钮&#xff0c;呼出设置侧边…

Llama 3.1 技术研究报告-2

3.3 基础设施、扩展性和效率 我们描述了⽀持Llama 3 405B⼤规模预训练的硬件和基础设施&#xff0c;并讨论了⼏项优化措施&#xff0c;这些措施提⾼了训练效率。 3.3.1 训练基础设施 Llama 1和2模型在Meta的AI研究超级集群&#xff08;Lee和Sengupta&#xff0c;2022&#x…

直播美颜工具的开发详解:基于视频美颜SDK的解决方案

视频美颜SDK的出现&#xff0c;为开发直播美颜工具提供了一种高效的解决方案。本文将详细解析如何基于视频美颜SDK&#xff0c;开发一款性能优越、功能齐全的直播美颜工具。 1.视频美颜SDK的核心功能 视频美颜SDK是实现实时美颜的关键技术&#xff0c;其核心功能包括人脸检测、…

mysql逗号分隔的一行数据转为多行数据

原表&#xff1a; 结果&#xff1a; 方法一&#xff1a;如果每条数据的被逗号分隔的数量在637条以内&#xff0c;使用 mysql.help_topic&#xff08;mysql自带的表&#xff0c;只有637个序号&#xff09;。 select a.id,a.enclosure_ids,SUBSTRING_INDEX(SUBSTRING_INDEX(a.en…

harmonyOS 原来构建还有这么多弯弯绕绕

随着用户需求的不断增长&#xff0c;我们的 APP 已发展成功能丰富的超级APP&#xff0c;这也导致打包构建变得非常耗时&#xff0c;可能需要数小时&#xff0c;严重影响开发效率和产品迭代。通过采用模块化设计、增量构建、并行处理、缓存机制、优化依赖管理&#xff0c;以及云…

使用 Docker 部署 RStudio 的终极教程

一.介绍 在现代数据科学和统计分析领域&#xff0c;RStudio 是一个广受欢迎的集成开发环境&#xff08;IDE&#xff09;&#xff0c;为用户提供了强大的工具来编写、调试和可视化 R 代码。然而&#xff0c;传统的 RStudio 安装可能面临环境配置复杂、版本兼容性等问题。Docker…

2.4K star的GOT-OCR2.0:端到端OCR 模型

GOT-OCR2.0是一款新一代的光学字符识别&#xff08;OCR&#xff09;技术&#xff0c;标志着人工智能在文本识别领域的重大进步。作为一款开源模型&#xff0c;GOT-OCR2.0不仅支持传统的文本和文档识别&#xff0c;还能够处理乐谱、图表以及复杂的数学公式&#xff0c;为用户提供…

报错解决方案

大模型-报错解决方案 百度千帆大模型 仅个人笔记使用&#xff0c;感谢点赞关注 百度千帆大模型 未开通付费模型 qianfan.errors.APIError: api return error, req_id: code: 17, msg: Open api daily request limit reached 可能的原因: 未开通所调用服务的付费权限&#xff0…

代码随想录算法day38 | 动态规划算法part11 | 1143.最长公共子序列,1035.不相交的线,53. 最大子序和,392.判断子序列

1143.最长公共子序列 体会一下本题和 718. 最长重复子数组 的区别 力扣题目链接(opens new window) 给定两个字符串 text1 和 text2&#xff0c;返回这两个字符串的最长公共子序列的长度。 一个字符串的 子序列 是指这样一个新的字符串&#xff1a;它是由原字符串在不改变字符的…

掌握Python自动化办公的3个核心技能,全是干货建议收藏

随着Python在办公自动化领域的广泛应用&#xff0c;掌握Python的相关技能变得越来越重要。本文将详细介绍Python在文件操作、数据处理以及Excel操作方面的核心技能&#xff0c;帮助读者提升工作效率。 掌握Python自动化办公的核心技能&#xff0c;主要包括以下几个方面&#x…

统信服务器操作系统进入【单用户模式】

统信服务器操作系统D版、E版、A版进入单用户模式的方式。 文章目录 前言一、问题现象二、问题原因三、解决方案1. D版问题解决方案2. E版及A版问题解决方案前言 D版又称企业版、E版又称欧拉版、A版又称龙蜥版。 单用户模式主要是在 grub2 引导时编辑内核引导,一般用于修改用…

828华为云征文 | 云服务器Flexus X实例,搭建ChatGpt:AI-OpenAI

828华为云征文 | 云服务器Flexus X实例&#xff0c;搭建ChatGpt&#xff1a;AI-OpenAI 搭建能AI-OpenAI 1、购买华为云 Flexus X 实例 Flexus云服务器X实例-华为云 (huaweicloud.com) 2、安装 Docker 的必要依赖 yum install -y yum-utils device-mapper-persistent-data lvm2…

自恢复保险丝到底是什么?一篇文章足够让你了解清楚!!!

自恢复保险丝简介&#xff1a; 自恢复保险丝主要由核心材料高分子聚合物复合材料体组成&#xff0c;它是一种可反复使用的具有自恢复特性非线性的过流保护器件&#xff0c;聚合物复合材料体一般由聚合物、导电微粒、无机填料等组成。 自恢复保险丝是一种过流电子保护元件&#…

opencv-python学习笔记11-视频处理

目录 一、opencv视频处理的框架&#xff1a; 二、捕获视频类VideoCapture&#xff1a; &#xff08;1&#xff09;创建 VideoCapture 对象&#xff1a; &#xff08;2&#xff09;读取视频帧&#xff1a; &#xff08;3&#xff09;设置和获取视频属性&#xff1a; &#…

#联合体#

目录 定义 联合体的对齐方式 举个栗子&#x1f330; 联合体判断小端或大端 定义 联合也是一种特殊的自定义类型 这种类型定义的变量也包含一系列的成员&#xff0c;特征是这些成员公用同一块空间&#xff0c;地址一样&#xff08;所以联合也叫共用体&#xff09;。 联合体…

【揭秘大脑与AI的鸿沟:电化学信号与非线性动态交互的奥秘】

目录 【揭秘大脑与AI的鸿沟:电化学信号与非线性动态交互的奥秘】 1. 信息传递的奇迹:电化学信号的奥秘 2. 非线性动态交互:大脑的智慧之源 3. 结构与功能的鸿沟:从并行分布到有限层次 结语:探索未知的边界 【揭秘大脑与AI的鸿沟:电化学信号与非线性动态交互的奥秘】…

sql serve时间的比较:船舶是否在线,基站网络是否在线

文章目录 引言I 在线船舶查询在线或者离线船舶显示在线状态统计在线船舶II 基站网络是否在线III 知识扩展MyBatis引言 I 在线船舶 查询在线或者离线船舶 假定2个小时之内有报位的数据认为在线 查询7天之内有报位的离线船舶AND s.dwtime BETWEEN dateadd(day,-7,GETDATE()

怎么把excel翻译成英文?这些翻译技巧记得收藏

在处理Excel数据时&#xff0c;我们常常会遇到多语言的数据集&#xff0c;这无疑给数据分析和整理带来了不小的挑战。 幸运的是&#xff0c;随着技术的发展&#xff0c;现在有多种工具可以帮助我们进行Excel中的批量翻译&#xff0c;这些工具以其强大的翻译功能和便捷的操作方…

Unity 设计模式 之 行为型模式 -【访问者模式】【模板模式】【策略模式】

Unity 设计模式 之 行为型模式 -【访问者模式】【模板模式】【策略模式】 目录 Unity 设计模式 之 行为型模式 -【访问者模式】【模板模式】【策略模式】 一、简单介绍 二、访问者模式&#xff08;Visitor Pattern&#xff09; 1、什么时候使用访问者模式 2、使用访问者模…