首页>代码>jsp+servlet+jdbc纯原生实现的案件报批后台管理系统>/报批管理系统/01-项目源码/approvalmanagement/src/main/java/com/cxs/dao/ChangePasswordDao.java
package com.cxs.dao; import com.cxs.model.User; import com.cxs.utils.DBUtils; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.handlers.BeanHandler; import java.sql.SQLException; public class ChangePasswordDao { QueryRunner queryRunner = new QueryRunner(DBUtils.getDs()); public User getUserByUsername(String username) throws SQLException { return queryRunner.query("select * from loginuser where username = ?", new BeanHandler<>(User.class), username); } public Integer updatePassword(String username,String newPassword) throws SQLException { return queryRunner.update("update loginuser set password = ? where username = ?",newPassword,username); } }
最近下载更多
xuweiwowzy LV5
2023年8月10日
泓鼎168 LV20
2023年6月30日
全栈小白 LV35
2023年4月25日
想飞的大肥猪 LV9
2023年4月7日
1778319936 LV2
2023年3月30日
dmyafda LV5
2023年3月26日
最代码官方 LV168
2023年3月25日
最近浏览更多
shunlun8855 LV1
10月25日
liuyutong LV3
9月25日
255921158 LV5
7月17日
微信网友_7000012089643008 LV4
5月26日
鱼鱼yuyu
5月16日
暂无贡献等级
ilovecode521 LV3
2023年9月23日
另类清晨 LV8
2023年9月22日
茶茶茶百道qq
2023年9月20日
暂无贡献等级
158071
2023年9月12日
暂无贡献等级
996171721 LV7
2023年8月13日