✨作者主页:IT研究室✨
个人简介:曾从事计算机专业培训教学,擅长Java、Python、微信小程序、Golang、安卓Android等。接项目定制开发、代码讲解、答辩教学、文档编写、降重等。
☑文末获取源码☑
精彩专栏推荐⬇⬇⬇
Java项目
Python项目
安卓项目
微信小程序项目
一、开发环境
- 开发语言:Java
- 数据库:MySQL
- 系统架构:B/S
- 后端:SpringBoot
- 前端:Vue
- 工具:IDEA或者Eclipse,JDK1.8,Maven
二、系统功能模块
- 角色:教师、管理员
- 功能:
教师:
学院管理、班级管理、课程管理、个人设置;
管理员:
系统功能管理、角色管理、权限分配、学院管理、班级管理、监考任务管理、课程管理、个人设置、考场管理、教师管理。
三 、系统界面展示
四、部分代码设计
package com.huyang.dao.mapper;
import com.huyang.dao.po.College;
import com.huyang.dao.po.CollegeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CollegeMapper {
int countByExample(CollegeExample example);
int deleteByExample(CollegeExample example);
int deleteByPrimaryKey(String collegeId);
int insert(College record);
int insertSelective(College record);
List<College> selectByExample(CollegeExample example);
College selectByPrimaryKey(String collegeId);
int updateByExampleSelective(@Param("record") College record, @Param("example") CollegeExample example);
int updateByExample(@Param("record") College record, @Param("example") CollegeExample example);
int updateByPrimaryKeySelective(College record);
int updateByPrimaryKey(College record);
}
五、论文参考
结语
大家可以帮忙点赞、收藏、关注、评论啦~
源码获取:私信我