当前位置:   article > 正文

高校课程知识库系统|基于Springboot+vue实现高校课程知识库在线学校平台_使用spring boot技术,使用spring框架和mybatis框架技术实现对高校基本信息、高校

使用spring boot技术,使用spring框架和mybatis框架技术实现对高校基本信息、高校

作者主页:编程千纸鹤

作者简介:Java、前端、Pythone开发多年,做过高程,项目经理,架构师

主要内容:Java项目开发、毕业设计开发、面试技术整理、最新技术分享

收藏点赞不迷路  关注作者有好处

文末获得源码

项目编号:BS-PT-078

前言:

随着计算机应用技术的快速发展,计算机应用技术也逐渐深入到教育领域,给我们带来了教育观念、教育模式、教学方法的变革,尤其在疫情的特殊时期开展的网络教学模式,减少了师生之间面对面的交流机会,因此教师无法及时解答学生学习中遇到的问题,而且教师每年面对的学生都是不同的,很多问题都是重复性的,上一届学生提出的问题极大可能出现在下一届学生上。而网络上的信息杂而多,不能针对性地解决学生的问题,通过建立课程知识库,将老师常年的教学过程中产生的问题及解决方法记录在系统中,学生通过问题关键字进行检索来获取解决方法。这样教师不需要年复一年地回答学生重复提出的问题,极大地减轻了教师的工作量;学生也可以随时随地获得问题解决方法,提高学生学习的积极性。

一,项目简介

开发课程知识库系统,可以将学生在学习过程中遇到的问题以解决方法存入系统,当学生在学习过程中遇到问题时,可以在系统中通过关键字来检索问题对应解决方法,如果在本系统中没有检索到问题的解决方法,可以在系统内发布提问,教师可以进行问题的解答,从而提高学习效率,同时降低教师工作量,解决了大多数同类系统没有教师参与进来,导致学生问题难以解决的问题。

课程知识库系统使用了springboot框架和VUE框架开发,springboot框架简单,简化了配置,减少了开发周期,能有更多的时间进行优化,同时springboot提供maven的极简配置,以及可视化的相关监控功能,比如性能监控,应用的健康程度等;在前端layui框架上,VUE的使用使网站更加简约好看,性能大大提升,使网站运行更加流畅。

考虑到实际生活中在高校课程知识库方面的需要以及对该系统认真的分析,将系统权限按管理员,教师和用户这三类涉及用户划分。

(a) 管理员;管理员使用本系统涉到的功能主要有:首页,个人中心,用户管理,教师管理,课程信息管理,课程章节管理,文章类型管理,博客文章管理,问题提问管理,问题解答管理,课程资源管理,系统管理等功能。管理员用例图如图3-1所示。

 

图3-1管理员用例图

 (b) 教师;教师使用本系统涉到的功能主要有:首页,个人中心,课程信息管理,课程章节管理,问题提问管理,问题解答管理,课程资源管理等功能。教师用例图如图3-2所示。

 

图3-2教师用例图

(c) 用户主要包括首页,个人中心,博客文章管理,问题提问管理,问题解答管理,我的收藏管理等功能。用户用例图如图3-3所示。

 

图3-3用户用例图

系统整体功能介绍

 

二,环境介绍

语言环境:Java:  jdk1.8

数据库:Mysql: mysql5.7

应用服务器:Tomcat:  tomcat8.5.31

开发工具:IDEA或eclipse

后台开发技术:Springboot+Mybatis

前台开发技术:Vue+ElementUI+Nodejs

三,系统展示

5.2.1系统功能模块

高校课程知识库;在系统首页可以查看首页、课程信息、校园资讯、个人中心、后台管理等内容,并进行详细操作,如图5-1所示。

图5-1系统首页界面图

课程章节;在课程章节页面可以查看章节名称,课程编号,课程名称,所属部门,教师工号,教师姓名,开始时间,结束时间,点击次数,章节讲解等内容,并进行问题提问操作,如图5-2所示。

图5-2课程章节界面图

博客文章;在博客文章页面可以查看文章标题,封面图片,文章类型,简述,发布时间,用户账号,用户姓名,文章内容等内容,并进行评论,收藏操作,如图5-3所示。

图5-3博客文章界面图

课程资源;在课程资源页面可以查看资源名称,课程名称,章节名称,上传时间,教师工号,教师姓名,资源文件,资料视频,封面,资料内容等内容,如图5-4所示。

图5-4课程资源界面图

用户注册;在用户注册页面通过填写用户账号,密码,用户姓名,年龄,用户手机等信息进行注册操作,如图5-5所示。

图5-5用户注册界面图

个人中心;在个人中心页面通过填写用户账号,密码,用户姓名,性别,年龄,上传图片,用户手机等信息进行更新信息,还可以根据需要对我的收藏进行详细操作,如图5-6所示。

图5-6个人中心界面图

5.2.2管理员功能模块

管理员进行登录,进入系统前在登录页面根据要求填写用户名和密码,选择角色等信息,点击登录进行登录操作,如图5-7所示。

图5-7管理员登录界面图

管理员登录系统后,可以对首页,个人中心,用户管理,教师管理,课程信息管理,课程章节管理,文章类型管理,博客文章管理,问题提问管理,问题解答管理,课程资源管理,系统管理等进行相应的操作管理,如图5-8所示。

图5-8管理员功能界面图

用户管理;在用户管理页面可以对索引,用户账号,用户姓名,性别,年龄,头像,用户手机等内容进行详情,修改和删除等操作,如图5-9所示。

图5-9用户管理界面图

教师管理;在教师管理页面可以对索引,教师工号,教师姓名,性别,照片,职称,联系电话,教师邮箱等内容进行详情,修改和删除等操作,如图5-10所示。

图5-10教师管理界面图

课程信息管理;在课程信息管理页面可以对索引,课程编号,课程名称,所属部门,教师工号,教师姓名,添加时间等内容进行详情,修改和删除等操作,如图5-11所示。

图5-11课程信息管理界面图

课程章节管理;在课程章节管理页面可以对索引,课程编号,课程名称,章节封面,所属部门,章节名称,教师工号,教师姓名,开始时间,结束时间等内容进行详情,修改和删除等操作,如图5-12所示。

图5-12课程章节管理界面图

博客文章管理;在博客文章管理页面可以对索引,文章标题,文章类型,封面图片,简述,发布时间,用户账号,用户姓名等内容进行详情,修改和删除等操作,如图5-13所示。

图5-13博客文章管理界面图

系统管理;在轮播图管理页面可以对索引,名称,值等内容进行详情,修改等操作,如图5-14所示。

图5-14系统管理界面图

5.2.3用户功能模块

用户登录进入高校课程知识库可以对首页,个人中心,博客文章管理,问题提问管理,问题解答管理,我的收藏管理等进行相应操作,如图5-15所示。

图5-15用户功能界面图

个人中心;在个人信息页面通过填写用户账号,用户姓名,性别,年龄,头像,用户手机等内容对个人信息进行修改操作,如图5-16所示。

图5-16个人中心界面图

博客文章管理;在博客文章管理页面可以对索引,文章标题,文章类型,封面图片,简述,发布时间,用户账号,用户姓名等内容进行详情,查看评论,修改和删除等操作,如图5-17所示。

图5-17博客文章管理界面图

问题提问管理;在问题提问管理页面可以对索引,课程名称,章节名称,教师工号,教师姓名,用户账号,用户姓名,提问时间,问题状态等内容进行详情,修改和删除等操作,如图5-18所示。

图5-18问题提问管理界面图

我的收藏管理;在我的收藏管理页面可以对索引,收藏名称,收藏图片等内容进行详情,删除等操作,如图5-19所示。

图5-19我的收藏管理界面图

5.2.4教师功能模块

教师登录进入高校课程知识库可以对首页,个人中心,课程信息管理,课程章节管理,问题提问管理,问题解答管理,课程资源管理等进行相应操作,如图5-20所示。

图5-20教师功能界面图

课程信息管理;在课程信息管理页面可以对索引,课程编号,课程名称,所属部门,教师工号,教师姓名,添加时间等内容进行详情,添加章节,修改和删除等操作,如图5-21所示。

图5-21课程信息管理界面图

课程章节管理;在课程章节管理页面可以对索引,课程编号,课程名称,章节封面,所属部门,章节名称,教师工号,教师姓名,开始时间,结束时间等内容进行详情,查看评论,课程资源,修改和删除等操作,如图5-22所示。

图5-22课程章节管理界面图

问题提问管理;在问题提问管理页面可以对索引,课程名称,章节名称,教师工号,教师姓名,用户账号,用户姓名,提问时间,问题状态等内容进行详情,解答等操作,如图5-23所示。

图5-23问题提问管理界面图

问题解答管理;在问题解答管理页面可以对索引,课程名称,章节名称,教师工号,教师姓名,用户账号,用户姓名,解答时间等内容进行详情,修改和删除等操作,如图5-24所示。

图5-24问题解答管理界面图

课程资源管理;在课程资源管理页面可以对索引,课程名称,章节名称,资源名称,资料文件,资料视频,上传时间,封面,教师工号,教师姓名等内容进行详情,查看评论,修改和删除等操作,如图5-25所示。

图5-25课程资源管理界面图

四,核心代码展示

  1. package com.controller;
  2. import java.text.SimpleDateFormat;
  3. import java.util.ArrayList;
  4. import java.util.Arrays;
  5. import java.util.Calendar;
  6. import java.util.Map;
  7. import java.util.HashMap;
  8. import java.util.Iterator;
  9. import java.util.Date;
  10. import java.util.List;
  11. import javax.servlet.http.HttpServletRequest;
  12. import com.utils.ValidatorUtils;
  13. import org.apache.commons.lang3.StringUtils;
  14. import org.springframework.beans.factory.annotation.Autowired;
  15. import org.springframework.transaction.annotation.Transactional;
  16. import org.springframework.format.annotation.DateTimeFormat;
  17. import org.springframework.web.bind.annotation.PathVariable;
  18. import org.springframework.web.bind.annotation.RequestBody;
  19. import org.springframework.web.bind.annotation.RequestMapping;
  20. import org.springframework.web.bind.annotation.RequestParam;
  21. import org.springframework.web.bind.annotation.RestController;
  22. import com.baomidou.mybatisplus.mapper.EntityWrapper;
  23. import com.baomidou.mybatisplus.mapper.Wrapper;
  24. import com.annotation.IgnoreAuth;
  25. import com.entity.BokewenzhangEntity;
  26. import com.entity.view.BokewenzhangView;
  27. import com.service.BokewenzhangService;
  28. import com.service.TokenService;
  29. import com.utils.PageUtils;
  30. import com.utils.R;
  31. import com.utils.MD5Util;
  32. import com.utils.MPUtil;
  33. import com.utils.CommonUtil;
  34. import java.io.IOException;
  35. import com.service.StoreupService;
  36. import com.entity.StoreupEntity;
  37. /**
  38. * 博客文章
  39. * 后端接口
  40. * @author
  41. * @email
  42. * @date 2022-07-23 18:58:53
  43. */
  44. @RestController
  45. @RequestMapping("/bokewenzhang")
  46. public class BokewenzhangController {
  47. @Autowired
  48. private BokewenzhangService bokewenzhangService;
  49. @Autowired
  50. private StoreupService storeupService;
  51. /**
  52. * 后端列表
  53. */
  54. @RequestMapping("/page")
  55. public R page(@RequestParam Map<String, Object> params,BokewenzhangEntity bokewenzhang,
  56. HttpServletRequest request){
  57. String tableName = request.getSession().getAttribute("tableName").toString();
  58. if(tableName.equals("yonghu")) {
  59. bokewenzhang.setYonghuzhanghao((String)request.getSession().getAttribute("username"));
  60. }
  61. EntityWrapper<BokewenzhangEntity> ew = new EntityWrapper<BokewenzhangEntity>();
  62. PageUtils page = bokewenzhangService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, bokewenzhang), params), params));
  63. return R.ok().put("data", page);
  64. }
  65. /**
  66. * 前端列表
  67. */
  68. @IgnoreAuth
  69. @RequestMapping("/list")
  70. public R list(@RequestParam Map<String, Object> params,BokewenzhangEntity bokewenzhang,
  71. HttpServletRequest request){
  72. EntityWrapper<BokewenzhangEntity> ew = new EntityWrapper<BokewenzhangEntity>();
  73. PageUtils page = bokewenzhangService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, bokewenzhang), params), params));
  74. return R.ok().put("data", page);
  75. }
  76. /**
  77. * 列表
  78. */
  79. @RequestMapping("/lists")
  80. public R list( BokewenzhangEntity bokewenzhang){
  81. EntityWrapper<BokewenzhangEntity> ew = new EntityWrapper<BokewenzhangEntity>();
  82. ew.allEq(MPUtil.allEQMapPre( bokewenzhang, "bokewenzhang"));
  83. return R.ok().put("data", bokewenzhangService.selectListView(ew));
  84. }
  85. /**
  86. * 查询
  87. */
  88. @RequestMapping("/query")
  89. public R query(BokewenzhangEntity bokewenzhang){
  90. EntityWrapper< BokewenzhangEntity> ew = new EntityWrapper< BokewenzhangEntity>();
  91. ew.allEq(MPUtil.allEQMapPre( bokewenzhang, "bokewenzhang"));
  92. BokewenzhangView bokewenzhangView = bokewenzhangService.selectView(ew);
  93. return R.ok("查询博客文章成功").put("data", bokewenzhangView);
  94. }
  95. /**
  96. * 后端详情
  97. */
  98. @RequestMapping("/info/{id}")
  99. public R info(@PathVariable("id") Long id){
  100. BokewenzhangEntity bokewenzhang = bokewenzhangService.selectById(id);
  101. return R.ok().put("data", bokewenzhang);
  102. }
  103. /**
  104. * 前端详情
  105. */
  106. @IgnoreAuth
  107. @RequestMapping("/detail/{id}")
  108. public R detail(@PathVariable("id") Long id){
  109. BokewenzhangEntity bokewenzhang = bokewenzhangService.selectById(id);
  110. return R.ok().put("data", bokewenzhang);
  111. }
  112. /**
  113. * 后端保存
  114. */
  115. @RequestMapping("/save")
  116. public R save(@RequestBody BokewenzhangEntity bokewenzhang, HttpServletRequest request){
  117. bokewenzhang.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
  118. //ValidatorUtils.validateEntity(bokewenzhang);
  119. bokewenzhangService.insert(bokewenzhang);
  120. return R.ok();
  121. }
  122. /**
  123. * 前端保存
  124. */
  125. @RequestMapping("/add")
  126. public R add(@RequestBody BokewenzhangEntity bokewenzhang, HttpServletRequest request){
  127. bokewenzhang.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
  128. //ValidatorUtils.validateEntity(bokewenzhang);
  129. bokewenzhangService.insert(bokewenzhang);
  130. return R.ok();
  131. }
  132. /**
  133. * 修改
  134. */
  135. @RequestMapping("/update")
  136. @Transactional
  137. public R update(@RequestBody BokewenzhangEntity bokewenzhang, HttpServletRequest request){
  138. //ValidatorUtils.validateEntity(bokewenzhang);
  139. bokewenzhangService.updateById(bokewenzhang);//全部更新
  140. return R.ok();
  141. }
  142. /**
  143. * 删除
  144. */
  145. @RequestMapping("/delete")
  146. public R delete(@RequestBody Long[] ids){
  147. bokewenzhangService.deleteBatchIds(Arrays.asList(ids));
  148. return R.ok();
  149. }
  150. /**
  151. * 提醒接口
  152. */
  153. @RequestMapping("/remind/{columnName}/{type}")
  154. public R remindCount(@PathVariable("columnName") String columnName, HttpServletRequest request,
  155. @PathVariable("type") String type,@RequestParam Map<String, Object> map) {
  156. map.put("column", columnName);
  157. map.put("type", type);
  158. if(type.equals("2")) {
  159. SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
  160. Calendar c = Calendar.getInstance();
  161. Date remindStartDate = null;
  162. Date remindEndDate = null;
  163. if(map.get("remindstart")!=null) {
  164. Integer remindStart = Integer.parseInt(map.get("remindstart").toString());
  165. c.setTime(new Date());
  166. c.add(Calendar.DAY_OF_MONTH,remindStart);
  167. remindStartDate = c.getTime();
  168. map.put("remindstart", sdf.format(remindStartDate));
  169. }
  170. if(map.get("remindend")!=null) {
  171. Integer remindEnd = Integer.parseInt(map.get("remindend").toString());
  172. c.setTime(new Date());
  173. c.add(Calendar.DAY_OF_MONTH,remindEnd);
  174. remindEndDate = c.getTime();
  175. map.put("remindend", sdf.format(remindEndDate));
  176. }
  177. }
  178. Wrapper<BokewenzhangEntity> wrapper = new EntityWrapper<BokewenzhangEntity>();
  179. if(map.get("remindstart")!=null) {
  180. wrapper.ge(columnName, map.get("remindstart"));
  181. }
  182. if(map.get("remindend")!=null) {
  183. wrapper.le(columnName, map.get("remindend"));
  184. }
  185. String tableName = request.getSession().getAttribute("tableName").toString();
  186. if(tableName.equals("yonghu")) {
  187. wrapper.eq("yonghuzhanghao", (String)request.getSession().getAttribute("username"));
  188. }
  189. int count = bokewenzhangService.selectCount(wrapper);
  190. return R.ok().put("count", count);
  191. }
  192. }

  1. package com.controller;
  2. import java.io.File;
  3. import java.io.FileNotFoundException;
  4. import java.io.IOException;
  5. import java.text.SimpleDateFormat;
  6. import java.util.ArrayList;
  7. import java.util.Calendar;
  8. import java.util.Date;
  9. import java.util.HashMap;
  10. import java.util.List;
  11. import java.util.Map;
  12. import javax.servlet.http.HttpServletRequest;
  13. import org.apache.commons.lang3.StringUtils;
  14. import org.json.JSONObject;
  15. import org.springframework.beans.factory.annotation.Autowired;
  16. import org.springframework.util.ResourceUtils;
  17. import org.springframework.web.bind.annotation.PathVariable;
  18. import org.springframework.web.bind.annotation.RequestBody;
  19. import org.springframework.web.bind.annotation.RequestMapping;
  20. import org.springframework.web.bind.annotation.RequestParam;
  21. import org.springframework.web.bind.annotation.RestController;
  22. import com.annotation.IgnoreAuth;
  23. import com.baidu.aip.face.AipFace;
  24. import com.baidu.aip.face.MatchRequest;
  25. import com.baidu.aip.util.Base64Util;
  26. import com.baomidou.mybatisplus.mapper.EntityWrapper;
  27. import com.entity.ConfigEntity;
  28. import com.service.CommonService;
  29. import com.service.ConfigService;
  30. import com.utils.BaiduUtil;
  31. import com.utils.FileUtil;
  32. import com.utils.R;
  33. /**
  34. * 通用接口
  35. */
  36. @RestController
  37. public class CommonController{
  38. @Autowired
  39. private CommonService commonService;
  40. private static AipFace client = null;
  41. @Autowired
  42. private ConfigService configService;
  43. /**
  44. * 获取table表中的column列表(联动接口)
  45. * @param table
  46. * @param column
  47. * @return
  48. */
  49. @IgnoreAuth
  50. @RequestMapping("/option/{tableName}/{columnName}")
  51. public R getOption(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName,String level,String parent) {
  52. Map<String, Object> params = new HashMap<String, Object>();
  53. params.put("table", tableName);
  54. params.put("column", columnName);
  55. if(StringUtils.isNotBlank(level)) {
  56. params.put("level", level);
  57. }
  58. if(StringUtils.isNotBlank(parent)) {
  59. params.put("parent", parent);
  60. }
  61. List<String> data = commonService.getOption(params);
  62. return R.ok().put("data", data);
  63. }
  64. /**
  65. * 根据table中的column获取单条记录
  66. * @param table
  67. * @param column
  68. * @return
  69. */
  70. @IgnoreAuth
  71. @RequestMapping("/follow/{tableName}/{columnName}")
  72. public R getFollowByOption(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName, @RequestParam String columnValue) {
  73. Map<String, Object> params = new HashMap<String, Object>();
  74. params.put("table", tableName);
  75. params.put("column", columnName);
  76. params.put("columnValue", columnValue);
  77. Map<String, Object> result = commonService.getFollowByOption(params);
  78. return R.ok().put("data", result);
  79. }
  80. /**
  81. * 修改table表的sfsh状态
  82. * @param table
  83. * @param map
  84. * @return
  85. */
  86. @RequestMapping("/sh/{tableName}")
  87. public R sh(@PathVariable("tableName") String tableName, @RequestBody Map<String, Object> map) {
  88. map.put("table", tableName);
  89. commonService.sh(map);
  90. return R.ok();
  91. }
  92. /**
  93. * 获取需要提醒的记录数
  94. * @param tableName
  95. * @param columnName
  96. * @param type 1:数字 2:日期
  97. * @param map
  98. * @return
  99. */
  100. @IgnoreAuth
  101. @RequestMapping("/remind/{tableName}/{columnName}/{type}")
  102. public R remindCount(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName,
  103. @PathVariable("type") String type,@RequestParam Map<String, Object> map) {
  104. map.put("table", tableName);
  105. map.put("column", columnName);
  106. map.put("type", type);
  107. if(type.equals("2")) {
  108. SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
  109. Calendar c = Calendar.getInstance();
  110. Date remindStartDate = null;
  111. Date remindEndDate = null;
  112. if(map.get("remindstart")!=null) {
  113. Integer remindStart = Integer.parseInt(map.get("remindstart").toString());
  114. c.setTime(new Date());
  115. c.add(Calendar.DAY_OF_MONTH,remindStart);
  116. remindStartDate = c.getTime();
  117. map.put("remindstart", sdf.format(remindStartDate));
  118. }
  119. if(map.get("remindend")!=null) {
  120. Integer remindEnd = Integer.parseInt(map.get("remindend").toString());
  121. c.setTime(new Date());
  122. c.add(Calendar.DAY_OF_MONTH,remindEnd);
  123. remindEndDate = c.getTime();
  124. map.put("remindend", sdf.format(remindEndDate));
  125. }
  126. }
  127. int count = commonService.remindCount(map);
  128. return R.ok().put("count", count);
  129. }
  130. /**
  131. * 单列求和
  132. */
  133. @IgnoreAuth
  134. @RequestMapping("/cal/{tableName}/{columnName}")
  135. public R cal(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName) {
  136. Map<String, Object> params = new HashMap<String, Object>();
  137. params.put("table", tableName);
  138. params.put("column", columnName);
  139. Map<String, Object> result = commonService.selectCal(params);
  140. return R.ok().put("data", result);
  141. }
  142. /**
  143. * 分组统计
  144. */
  145. @IgnoreAuth
  146. @RequestMapping("/group/{tableName}/{columnName}")
  147. public R group(@PathVariable("tableName") String tableName, @PathVariable("columnName") String columnName) {
  148. Map<String, Object> params = new HashMap<String, Object>();
  149. params.put("table", tableName);
  150. params.put("column", columnName);
  151. List<Map<String, Object>> result = commonService.selectGroup(params);
  152. SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
  153. for(Map<String, Object> m : result) {
  154. for(String k : m.keySet()) {
  155. if(m.get(k) instanceof Date) {
  156. m.put(k, sdf.format((Date)m.get(k)));
  157. }
  158. }
  159. }
  160. return R.ok().put("data", result);
  161. }
  162. /**
  163. * (按值统计)
  164. */
  165. @IgnoreAuth
  166. @RequestMapping("/value/{tableName}/{xColumnName}/{yColumnName}")
  167. public R value(@PathVariable("tableName") String tableName, @PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName) {
  168. Map<String, Object> params = new HashMap<String, Object>();
  169. params.put("table", tableName);
  170. params.put("xColumn", xColumnName);
  171. params.put("yColumn", yColumnName);
  172. List<Map<String, Object>> result = commonService.selectValue(params);
  173. SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
  174. for(Map<String, Object> m : result) {
  175. for(String k : m.keySet()) {
  176. if(m.get(k) instanceof Date) {
  177. m.put(k, sdf.format((Date)m.get(k)));
  178. }
  179. }
  180. }
  181. return R.ok().put("data", result);
  182. }
  183. /**
  184. * (按值统计)时间统计类型
  185. */
  186. @IgnoreAuth
  187. @RequestMapping("/value/{tableName}/{xColumnName}/{yColumnName}/{timeStatType}")
  188. public R valueDay(@PathVariable("tableName") String tableName, @PathVariable("yColumnName") String yColumnName, @PathVariable("xColumnName") String xColumnName, @PathVariable("timeStatType") String timeStatType) {
  189. Map<String, Object> params = new HashMap<String, Object>();
  190. params.put("table", tableName);
  191. params.put("xColumn", xColumnName);
  192. params.put("yColumn", yColumnName);
  193. params.put("timeStatType", timeStatType);
  194. List<Map<String, Object>> result = commonService.selectTimeStatValue(params);
  195. SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
  196. for(Map<String, Object> m : result) {
  197. for(String k : m.keySet()) {
  198. if(m.get(k) instanceof Date) {
  199. m.put(k, sdf.format((Date)m.get(k)));
  200. }
  201. }
  202. }
  203. return R.ok().put("data", result);
  204. }
  205. /**
  206. * 人脸比对
  207. *
  208. * @param face1 人脸1
  209. * @param face2 人脸2
  210. * @return
  211. */
  212. @RequestMapping("/matchFace")
  213. @IgnoreAuth
  214. public R matchFace(String face1, String face2,HttpServletRequest request) {
  215. if(client==null) {
  216. /*String AppID = configService.selectOne(new EntityWrapper<ConfigEntity>().eq("name", "AppID")).getValue();*/
  217. String APIKey = configService.selectOne(new EntityWrapper<ConfigEntity>().eq("name", "APIKey")).getValue();
  218. String SecretKey = configService.selectOne(new EntityWrapper<ConfigEntity>().eq("name", "SecretKey")).getValue();
  219. String token = BaiduUtil.getAuth(APIKey, SecretKey);
  220. if(token==null) {
  221. return R.error("请在配置管理中正确配置APIKey和SecretKey");
  222. }
  223. client = new AipFace(null, APIKey, SecretKey);
  224. client.setConnectionTimeoutInMillis(2000);
  225. client.setSocketTimeoutInMillis(60000);
  226. }
  227. JSONObject res = null;
  228. try {
  229. File path = new File(ResourceUtils.getURL("classpath:static").getPath());
  230. if(!path.exists()) {
  231. path = new File("");
  232. }
  233. File upload = new File(path.getAbsolutePath(),"/upload/");
  234. File file1 = new File(upload.getAbsolutePath()+"/"+face1);
  235. File file2 = new File(upload.getAbsolutePath()+"/"+face2);
  236. String img1 = Base64Util.encode(FileUtil.FileToByte(file1));
  237. String img2 = Base64Util.encode(FileUtil.FileToByte(file2));
  238. MatchRequest req1 = new MatchRequest(img1, "BASE64");
  239. MatchRequest req2 = new MatchRequest(img2, "BASE64");
  240. ArrayList<MatchRequest> requests = new ArrayList<MatchRequest>();
  241. requests.add(req1);
  242. requests.add(req2);
  243. res = client.match(requests);
  244. System.out.println(res.get("result"));
  245. } catch (FileNotFoundException e) {
  246. e.printStackTrace();
  247. return R.error("文件不存在");
  248. } catch (IOException e) {
  249. e.printStackTrace();
  250. }
  251. return R.ok().put("score", com.alibaba.fastjson.JSONObject.parse(res.getJSONObject("result").get("score").toString()));
  252. }
  253. }
  1. package com.controller;
  2. import java.text.SimpleDateFormat;
  3. import java.util.ArrayList;
  4. import java.util.Arrays;
  5. import java.util.Calendar;
  6. import java.util.Map;
  7. import java.util.HashMap;
  8. import java.util.Iterator;
  9. import java.util.Date;
  10. import java.util.List;
  11. import javax.servlet.http.HttpServletRequest;
  12. import com.utils.ValidatorUtils;
  13. import org.apache.commons.lang3.StringUtils;
  14. import org.springframework.beans.factory.annotation.Autowired;
  15. import org.springframework.transaction.annotation.Transactional;
  16. import org.springframework.format.annotation.DateTimeFormat;
  17. import org.springframework.web.bind.annotation.PathVariable;
  18. import org.springframework.web.bind.annotation.RequestBody;
  19. import org.springframework.web.bind.annotation.RequestMapping;
  20. import org.springframework.web.bind.annotation.RequestParam;
  21. import org.springframework.web.bind.annotation.RestController;
  22. import com.baomidou.mybatisplus.mapper.EntityWrapper;
  23. import com.baomidou.mybatisplus.mapper.Wrapper;
  24. import com.annotation.IgnoreAuth;
  25. import com.entity.JiaoshiEntity;
  26. import com.entity.view.JiaoshiView;
  27. import com.service.JiaoshiService;
  28. import com.service.TokenService;
  29. import com.utils.PageUtils;
  30. import com.utils.R;
  31. import com.utils.MD5Util;
  32. import com.utils.MPUtil;
  33. import com.utils.CommonUtil;
  34. import java.io.IOException;
  35. /**
  36. * 教师
  37. * 后端接口
  38. * @author
  39. * @email
  40. * @date 2022-07-23 18:58:53
  41. */
  42. @RestController
  43. @RequestMapping("/jiaoshi")
  44. public class JiaoshiController {
  45. @Autowired
  46. private JiaoshiService jiaoshiService;
  47. @Autowired
  48. private TokenService tokenService;
  49. /**
  50. * 登录
  51. */
  52. @IgnoreAuth
  53. @RequestMapping(value = "/login")
  54. public R login(String username, String password, String captcha, HttpServletRequest request) {
  55. JiaoshiEntity user = jiaoshiService.selectOne(new EntityWrapper<JiaoshiEntity>().eq("jiaoshigonghao", username));
  56. if(user==null || !user.getMima().equals(password)) {
  57. return R.error("账号或密码不正确");
  58. }
  59. String token = tokenService.generateToken(user.getId(), username,"jiaoshi", "教师" );
  60. return R.ok().put("token", token);
  61. }
  62. /**
  63. * 注册
  64. */
  65. @IgnoreAuth
  66. @RequestMapping("/register")
  67. public R register(@RequestBody JiaoshiEntity jiaoshi){
  68. //ValidatorUtils.validateEntity(jiaoshi);
  69. JiaoshiEntity user = jiaoshiService.selectOne(new EntityWrapper<JiaoshiEntity>().eq("jiaoshigonghao", jiaoshi.getJiaoshigonghao()));
  70. if(user!=null) {
  71. return R.error("注册用户已存在");
  72. }
  73. Long uId = new Date().getTime();
  74. jiaoshi.setId(uId);
  75. jiaoshiService.insert(jiaoshi);
  76. return R.ok();
  77. }
  78. /**
  79. * 退出
  80. */
  81. @RequestMapping("/logout")
  82. public R logout(HttpServletRequest request) {
  83. request.getSession().invalidate();
  84. return R.ok("退出成功");
  85. }
  86. /**
  87. * 获取用户的session用户信息
  88. */
  89. @RequestMapping("/session")
  90. public R getCurrUser(HttpServletRequest request){
  91. Long id = (Long)request.getSession().getAttribute("userId");
  92. JiaoshiEntity user = jiaoshiService.selectById(id);
  93. return R.ok().put("data", user);
  94. }
  95. /**
  96. * 密码重置
  97. */
  98. @IgnoreAuth
  99. @RequestMapping(value = "/resetPass")
  100. public R resetPass(String username, HttpServletRequest request){
  101. JiaoshiEntity user = jiaoshiService.selectOne(new EntityWrapper<JiaoshiEntity>().eq("jiaoshigonghao", username));
  102. if(user==null) {
  103. return R.error("账号不存在");
  104. }
  105. user.setMima("123456");
  106. jiaoshiService.updateById(user);
  107. return R.ok("密码已重置为:123456");
  108. }
  109. /**
  110. * 后端列表
  111. */
  112. @RequestMapping("/page")
  113. public R page(@RequestParam Map<String, Object> params,JiaoshiEntity jiaoshi,
  114. HttpServletRequest request){
  115. EntityWrapper<JiaoshiEntity> ew = new EntityWrapper<JiaoshiEntity>();
  116. PageUtils page = jiaoshiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, jiaoshi), params), params));
  117. return R.ok().put("data", page);
  118. }
  119. /**
  120. * 前端列表
  121. */
  122. @IgnoreAuth
  123. @RequestMapping("/list")
  124. public R list(@RequestParam Map<String, Object> params,JiaoshiEntity jiaoshi,
  125. HttpServletRequest request){
  126. EntityWrapper<JiaoshiEntity> ew = new EntityWrapper<JiaoshiEntity>();
  127. PageUtils page = jiaoshiService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, jiaoshi), params), params));
  128. return R.ok().put("data", page);
  129. }
  130. /**
  131. * 列表
  132. */
  133. @RequestMapping("/lists")
  134. public R list( JiaoshiEntity jiaoshi){
  135. EntityWrapper<JiaoshiEntity> ew = new EntityWrapper<JiaoshiEntity>();
  136. ew.allEq(MPUtil.allEQMapPre( jiaoshi, "jiaoshi"));
  137. return R.ok().put("data", jiaoshiService.selectListView(ew));
  138. }
  139. /**
  140. * 查询
  141. */
  142. @RequestMapping("/query")
  143. public R query(JiaoshiEntity jiaoshi){
  144. EntityWrapper< JiaoshiEntity> ew = new EntityWrapper< JiaoshiEntity>();
  145. ew.allEq(MPUtil.allEQMapPre( jiaoshi, "jiaoshi"));
  146. JiaoshiView jiaoshiView = jiaoshiService.selectView(ew);
  147. return R.ok("查询教师成功").put("data", jiaoshiView);
  148. }
  149. /**
  150. * 后端详情
  151. */
  152. @RequestMapping("/info/{id}")
  153. public R info(@PathVariable("id") Long id){
  154. JiaoshiEntity jiaoshi = jiaoshiService.selectById(id);
  155. return R.ok().put("data", jiaoshi);
  156. }
  157. /**
  158. * 前端详情
  159. */
  160. @IgnoreAuth
  161. @RequestMapping("/detail/{id}")
  162. public R detail(@PathVariable("id") Long id){
  163. JiaoshiEntity jiaoshi = jiaoshiService.selectById(id);
  164. return R.ok().put("data", jiaoshi);
  165. }
  166. /**
  167. * 后端保存
  168. */
  169. @RequestMapping("/save")
  170. public R save(@RequestBody JiaoshiEntity jiaoshi, HttpServletRequest request){
  171. jiaoshi.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
  172. //ValidatorUtils.validateEntity(jiaoshi);
  173. JiaoshiEntity user = jiaoshiService.selectOne(new EntityWrapper<JiaoshiEntity>().eq("jiaoshigonghao", jiaoshi.getJiaoshigonghao()));
  174. if(user!=null) {
  175. return R.error("用户已存在");
  176. }
  177. jiaoshi.setId(new Date().getTime());
  178. jiaoshiService.insert(jiaoshi);
  179. return R.ok();
  180. }
  181. /**
  182. * 前端保存
  183. */
  184. @RequestMapping("/add")
  185. public R add(@RequestBody JiaoshiEntity jiaoshi, HttpServletRequest request){
  186. jiaoshi.setId(new Date().getTime()+new Double(Math.floor(Math.random()*1000)).longValue());
  187. //ValidatorUtils.validateEntity(jiaoshi);
  188. JiaoshiEntity user = jiaoshiService.selectOne(new EntityWrapper<JiaoshiEntity>().eq("jiaoshigonghao", jiaoshi.getJiaoshigonghao()));
  189. if(user!=null) {
  190. return R.error("用户已存在");
  191. }
  192. jiaoshi.setId(new Date().getTime());
  193. jiaoshiService.insert(jiaoshi);
  194. return R.ok();
  195. }
  196. /**
  197. * 修改
  198. */
  199. @RequestMapping("/update")
  200. @Transactional
  201. public R update(@RequestBody JiaoshiEntity jiaoshi, HttpServletRequest request){
  202. //ValidatorUtils.validateEntity(jiaoshi);
  203. jiaoshiService.updateById(jiaoshi);//全部更新
  204. return R.ok();
  205. }
  206. /**
  207. * 删除
  208. */
  209. @RequestMapping("/delete")
  210. public R delete(@RequestBody Long[] ids){
  211. jiaoshiService.deleteBatchIds(Arrays.asList(ids));
  212. return R.ok();
  213. }
  214. /**
  215. * 提醒接口
  216. */
  217. @RequestMapping("/remind/{columnName}/{type}")
  218. public R remindCount(@PathVariable("columnName") String columnName, HttpServletRequest request,
  219. @PathVariable("type") String type,@RequestParam Map<String, Object> map) {
  220. map.put("column", columnName);
  221. map.put("type", type);
  222. if(type.equals("2")) {
  223. SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
  224. Calendar c = Calendar.getInstance();
  225. Date remindStartDate = null;
  226. Date remindEndDate = null;
  227. if(map.get("remindstart")!=null) {
  228. Integer remindStart = Integer.parseInt(map.get("remindstart").toString());
  229. c.setTime(new Date());
  230. c.add(Calendar.DAY_OF_MONTH,remindStart);
  231. remindStartDate = c.getTime();
  232. map.put("remindstart", sdf.format(remindStartDate));
  233. }
  234. if(map.get("remindend")!=null) {
  235. Integer remindEnd = Integer.parseInt(map.get("remindend").toString());
  236. c.setTime(new Date());
  237. c.add(Calendar.DAY_OF_MONTH,remindEnd);
  238. remindEndDate = c.getTime();
  239. map.put("remindend", sdf.format(remindEndDate));
  240. }
  241. }
  242. Wrapper<JiaoshiEntity> wrapper = new EntityWrapper<JiaoshiEntity>();
  243. if(map.get("remindstart")!=null) {
  244. wrapper.ge(columnName, map.get("remindstart"));
  245. }
  246. if(map.get("remindend")!=null) {
  247. wrapper.le(columnName, map.get("remindend"));
  248. }
  249. int count = jiaoshiService.selectCount(wrapper);
  250. return R.ok().put("count", count);
  251. }
  252. }

五,项目总结

 高校知识库主要解决学生自主学习过程中的问题答疑,根据系统用户类型主要分为三个角色:管理员角色、教师角色、学生角色,每个角色的功能有所不同,各角色功能如图1所示。

        管理员角色的用户可以对学生信息及教师信息进行管理,包括新增账号,删除账号,重置密码等功能,并为不同的角色分配权限。

        拥有教师角色的用户可以进行问题的管理,包括增、删、改、查等操作,并进行问题的解答,以及对所教课程进行管理,方便对问题进行课程分类,对系统内没有的课程可以添加,非自身添加的课程不允许修改和删除,保护其他教师课程信息的准确性。

        拥有学生角色的用户可以进行问题检索,通过选择课程名称来筛选出该课程已有的所有问题,输入问题关键字来缩小自身问题的范围。学生还可以进行提问,当在系统中未查询到答案时,可以发布新的问题,问题进入问题库,等老师解答,然后学生还可以对问题进行管理,修改删除等,并查看问题是否解答等功能。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/329183?site
推荐阅读
相关标签
  

闽ICP备14008679号