上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 32 下一页
摘要: UserService package com.example.service;import com.example.mapper.UserMapper;import com.example.pojo.Student;import com.example.pojo.Teacher;import co 阅读全文
posted @ 2023-12-18 12:47 七安。 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 今天实现后端代码 UserController package com.example.controller; import com.example.pojo.Result; import com.example.pojo.Student; import com.example.pojo.Teach 阅读全文
posted @ 2023-12-18 12:46 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天实现选课系统 石家庄铁道大学选课管理系统 1、项目需求: 本项目所开发的学生选课系统完成学校对学生的选课信息的统计与管理,减少数据漏掉的情况,同时也节约人力、物力和财力。告别以往的人工统计。 2.系统要求与功能设计 2.1 页面要求 (1)能够在Tomcat服务器中正确部署,并通过浏览器查看; 阅读全文
posted @ 2023-12-18 12:43 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天实现职员的功能。 staff.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>员工页面</title> <style> .form { width: 600px; margin: 0 auto; 阅读全文
posted @ 2023-12-18 12:38 七安。 阅读(6) 评论(0) 推荐(0) 编辑
摘要: delete2.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>删除部门</title> </head> <body> <div id="container"> </div> </body> <sc 阅读全文
posted @ 2023-12-18 12:36 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天实现ROOT层 root.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>管理员页面</title> <style> .form { width: 600px; margin: 0 auto; 阅读全文
posted @ 2023-12-18 12:34 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 今天实现前端的主页登录和管理员代码 index.HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>用户登录</title> <style> button { display: block; margi 阅读全文
posted @ 2023-12-18 12:32 七安。 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 今天实现bean类 Attendance package com.example.pojo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @AllArgsConstruc 阅读全文
posted @ 2023-12-18 12:29 七安。 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 今天实现Mapper类 LogOnMapper package com.example.mapper; import com.example.pojo.Department; import com.example.pojo.Staff; import org.apache.ibatis.annota 阅读全文
posted @ 2023-12-18 12:28 七安。 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 今天实现Service类 LogOnService package com.example.service; import com.example.mapper.LogONMapper; import com.example.pojo.Department; import com.example.p 阅读全文
posted @ 2023-12-18 12:27 七安。 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 32 下一页