摘要: package com.itheima.web; import com.itheima.mapper.UserMapper; import com.itheima.pojo.User; import org.apache.ibatis.io.Resources; import org.apache. 阅读全文
posted @ 2023-06-28 20:45 Karlshell 阅读(36) 评论(0) 推荐(0)
摘要: 代码实现 package com.itheima.mapper; import com.itheima.pojo.User; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select 阅读全文
posted @ 2023-06-28 19:56 Karlshell 阅读(48) 评论(0) 推荐(0)
摘要: 准备登录界面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>login</title> <link href="css/login.css" rel="stylesheet"> </head> <body> 阅读全文
posted @ 2023-06-28 19:54 Karlshell 阅读(11) 评论(0) 推荐(0)