摘要: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc 阅读全文
posted @ 2023-06-10 12:34 突破铁皮 阅读(8) 评论(0) 推荐(0) 编辑
摘要: server.port=8080 spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3307/teachmanger?useSSL=false 阅读全文
posted @ 2023-06-10 12:30 突破铁皮 阅读(12) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-06-10 12:29 突破铁皮 阅读(448) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8"> <title>登录页面</title> <script src="http://code.jquery 阅读全文
posted @ 2023-06-10 12:28 突破铁皮 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: AnswerDao package com.example.academicadministration.dao; import com.example.academicadministration.pojo.Answer; import org.apache.ibatis.annotations. 阅读全文
posted @ 2023-06-10 11:23 突破铁皮 阅读(16) 评论(0) 推荐(0) 编辑
摘要: teachmanger &nbsp answer course homework manger stucourse student teacher teacourse video &nbsp answer &nbsp Fields Field Type Collation Null Key Defa 阅读全文
posted @ 2023-06-10 11:20 突破铁皮 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-10 11:14 突破铁皮 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 《人月神话》是一本由弗雷德里克·P·布鲁克斯所著的软件工程经典之作。这本书对于软件开发领域有着深远的影响,它揭示了许多项目管理和软件开发过程中的常见问题,并提出了一些宝贵的经验和教训。在读完《人月神话》后,我对软件开发的理解有了一些新的认识和思考。 首先,我深刻认识到软件开发是一个复杂的过程。作者通 阅读全文
posted @ 2023-06-10 09:42 突破铁皮 阅读(10) 评论(0) 推荐(0) 编辑