上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: import org.springframework.web.bind.annotation.*; import com.example.elderlyassessmentsystem.entity.Elderly; import com.example.elderlyassessmentsyste 阅读全文
posted @ 2025-02-12 21:58 霸王鸡 阅读(15) 评论(0) 推荐(0)
摘要: body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 阅读全文
posted @ 2025-02-08 17:17 霸王鸡 阅读(17) 评论(0) 推荐(0)
摘要: <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Basic CSS Styles</title> <style> body { fo 阅读全文
posted @ 2025-02-07 17:57 霸王鸡 阅读(12) 评论(0) 推荐(0)
摘要: import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import com.example.elderlyassessmentsystem.entity 阅读全文
posted @ 2025-02-04 21:00 霸王鸡 阅读(11) 评论(0) 推荐(0)
摘要: import org.springframework.web.bind.annotation.*; import com.example.elderlyassessmentsystem.entity.Elderly; import com.example.elderlyassessmentsyste 阅读全文
posted @ 2025-02-03 18:37 霸王鸡 阅读(22) 评论(0) 推荐(0)
摘要: 老年人注册 老年人注册 姓名 性别 年龄 电话 注册 阅读全文
posted @ 2025-02-02 20:36 霸王鸡 阅读(6) 评论(0) 推荐(0)
摘要: import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.spr 阅读全文
posted @ 2025-02-01 23:10 霸王鸡 阅读(18) 评论(0) 推荐(0)
摘要: @Entity public class ElderlyInfo { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String name; private String gender 阅读全文
posted @ 2025-01-31 18:38 霸王鸡 阅读(18) 评论(0) 推荐(0)
摘要: index.html 登录页面 用户登录 用户名: 密码: login.css body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; alig 阅读全文
posted @ 2025-01-25 17:06 霸王鸡 阅读(8) 评论(0) 推荐(0)
摘要: 1.index.html展示页面结构 <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Java Web 主页面模板</title> 阅读全文
posted @ 2025-01-24 21:40 霸王鸡 阅读(49) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页