摘要:
browseHomework.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>作业浏览</title> <link type= 阅读全文
摘要:
browseCourse.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>选课系统</title> <script src=" 阅读全文
摘要:
browseCourse.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>浏览课程</title> <script src=" 阅读全文
摘要:
browseCourse.js $(document).ready(function (){ $("#addCourse").click(function (){ $("#popup").css("display","block") $("#overlay").css("display","bloc 阅读全文
摘要:
add.css .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; } . 阅读全文
摘要:
AllController package com.example.academicadministration.controller; import com.example.academicadministration.service.StudentService; import com.exam 阅读全文
摘要:
AnswerMapper.xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis- 阅读全文
摘要:
SendMessage package com.example.academicadministration.utils; import com.cloopen.rest.sdk.BodyType; import com.cloopen.rest.sdk.CCPRestSmsSDK; import 阅读全文
摘要:
AnswerService package com.example.academicadministration.service; import com.example.academicadministration.dao.AnswerDao; import com.example.academic 阅读全文
摘要:
Answer package com.example.academicadministration.pojo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import 阅读全文