摘要:
@PostMapping("/uploadExercise") public ResponseEntity<String> uploadExercise(@RequestParam MultipartFile file, @RequestParam("exercise_id") int exerci 阅读全文
摘要:
@GetMapping("/exportScore") public void exportScore(HttpServletResponse response) throws Exception { // 从数据库查询出所有的数据 List<Score> list = scoreService.g 阅读全文