上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页
摘要: browseHomework.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>作业浏览</title> <link type= 阅读全文
posted @ 2023-06-10 12:28 突破铁皮 阅读(7) 评论(0) 推荐(0) 编辑
摘要: browseCourse.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>选课系统</title> <script src=" 阅读全文
posted @ 2023-06-10 12:24 突破铁皮 阅读(19) 评论(0) 推荐(0) 编辑
摘要: browseCourse.html <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>浏览课程</title> <script src=" 阅读全文
posted @ 2023-06-10 12:20 突破铁皮 阅读(10) 评论(0) 推荐(0) 编辑
摘要: browseCourse.js $(document).ready(function (){ $("#addCourse").click(function (){ $("#popup").css("display","block") $("#overlay").css("display","bloc 阅读全文
posted @ 2023-06-10 11:46 突破铁皮 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 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; } . 阅读全文
posted @ 2023-06-10 11:39 突破铁皮 阅读(14) 评论(0) 推荐(0) 编辑
摘要: AllController package com.example.academicadministration.controller; import com.example.academicadministration.service.StudentService; import com.exam 阅读全文
posted @ 2023-06-10 11:35 突破铁皮 阅读(7) 评论(0) 推荐(0) 编辑
摘要: AnswerMapper.xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis- 阅读全文
posted @ 2023-06-10 11:33 突破铁皮 阅读(15) 评论(0) 推荐(0) 编辑
摘要: SendMessage package com.example.academicadministration.utils; import com.cloopen.rest.sdk.BodyType; import com.cloopen.rest.sdk.CCPRestSmsSDK; import 阅读全文
posted @ 2023-06-10 11:30 突破铁皮 阅读(10) 评论(0) 推荐(0) 编辑
摘要: AnswerService package com.example.academicadministration.service; import com.example.academicadministration.dao.AnswerDao; import com.example.academic 阅读全文
posted @ 2023-06-10 11:29 突破铁皮 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Answer package com.example.academicadministration.pojo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import 阅读全文
posted @ 2023-06-10 11:26 突破铁皮 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页