摘要:
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
突破铁皮
阅读(19)
评论(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
突破铁皮
阅读(534)
评论(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
突破铁皮
阅读(145)
评论(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
突破铁皮
阅读(29)
评论(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
突破铁皮
阅读(30)
评论(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
突破铁皮
阅读(27)
评论(0)
推荐(0)
摘要:
browseCourse.js $(document).ready(function (){ $("#addCourse").click(function (){ $("#popup").css("display","block") $("#overlay").css("display","bloc 阅读全文
posted @ 2023-06-10 11:46
突破铁皮
阅读(27)
评论(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
突破铁皮
阅读(29)
评论(0)
推荐(0)
摘要:
AllController package com.example.academicadministration.controller; import com.example.academicadministration.service.StudentService; import com.exam 阅读全文
posted @ 2023-06-10 11:35
突破铁皮
阅读(46)
评论(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
突破铁皮
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号