dljx-springboot

导航

 

2023年7月6日

摘要: #1. 接口 ##1.1.修改接口 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230706160432122-159947515.png) ##1.2.通过id进行查找接口 ![](https://img2023.cn 阅读全文
posted @ 2023-07-06 17:04 丹狼键仙 阅读(46) 评论(0) 推荐(0) 编辑
 
摘要: #1.密码不能 ##1.1. 修改登陆接口,将密码加密存入数据库 导入依赖 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230706130636516-1145972033.png) 配置Bean ![](https:/ 阅读全文
posted @ 2023-07-06 15:20 丹狼键仙 阅读(64) 评论(0) 推荐(0) 编辑
 
摘要: #1. 问题 ##1.1. 关闭再开启之后报错并没有消失,需要清理上一次的验证结果 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230706001828929-1802050653.png) 解决方法 ![](https 阅读全文
posted @ 2023-07-06 12:02 丹狼键仙 阅读(104) 评论(0) 推荐(0) 编辑
 
摘要: #1. 问题 ##1.1. 页面关闭/确定/取消之后打开,表单内的数据没有清理掉 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230705233231291-1470503790.png) 写一个清理表单的方法clear 阅读全文
posted @ 2023-07-06 00:16 丹狼键仙 阅读(27) 评论(0) 推荐(0) 编辑
 

2023年7月5日

摘要: #1. 新增 ##1.1. 新增接口 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230705214009915-1917231495.png) ##1.2. 观察前端页面 我们需要在前端弄一个增加的对话框 ![](ht 阅读全文
posted @ 2023-07-05 23:23 丹狼键仙 阅读(18) 评论(0) 推荐(0) 编辑
 
摘要: #1. 找到与后端对接的接口文件 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230705190133404-37516507.png) 现在是每一个方法做一个导出,我们希望每个文件做一个导出。 ![](https:// 阅读全文
posted @ 2023-07-05 20:37 丹狼键仙 阅读(35) 评论(0) 推荐(0) 编辑
 
摘要: #1. UserController 1:list的路径 2:用户名(不是必须属性用required = false) 3:电话号码(不是必须属性用required = false) 4:分页参数(必填) 5:每一页显示多少条(必填) 6:定义一个条件构造器 7:条件用户名(做一个非空判断) 8:条 阅读全文
posted @ 2023-07-05 18:55 丹狼键仙 阅读(35) 评论(0) 推荐(0) 编辑
 

2023年7月4日

摘要: #1. 观察前端项目 写一个用户管理页面,做查询系统,新增 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230704203156976-773561586.png) #2. 查询部分 ##2.1.打开Element官网, 阅读全文
posted @ 2023-07-04 22:13 丹狼键仙 阅读(22) 评论(0) 推荐(0) 编辑
 

2023年7月3日

摘要: #1. 观察user.js,发现后面一截是我们写的而前面的那截没有写,所以给它改了 ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230703135249616-1054196596.png) ![](https://im 阅读全文
posted @ 2023-07-03 21:28 丹狼键仙 阅读(25) 评论(0) 推荐(0) 编辑
 
摘要: #1. 观察接口 方法:post url:user/logout ![](https://img2023.cnblogs.com/blog/2957868/202307/2957868-20230703120612455-1847271961.png) 请求的参数从请求头里面获取 ![](https 阅读全文
posted @ 2023-07-03 13:46 丹狼键仙 阅读(17) 评论(0) 推荐(0) 编辑