首页>代码>java开发贵美商城系统项目源码下载>/新建文件夹/1/GuiMeiShopping/src/com/dao/BackAdminDao.java
package com.dao;

import java.sql.ResultSet;
import java.sql.SQLException;

import com.util.DBUtil;

public class BackAdminDao {
	/**
	 * 账号密码验证
	 * @param account
	 * @param password
	 * @return boolean
	 */
	public static boolean queryLogin(String account,String password){
		String sql="select * from backAdmin where account=? and password=?";
		Object obj[]={account,password};
		ResultSet res=DBUtil.query(sql, obj);
		try {
			if (res.next()) {
				return true;
			}else{
				return false;
			}
		} catch (SQLException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}finally{
			DBUtil.close();
		}
		return false;
	}
}
最近下载更多
小逸夜  LV4 2022年12月29日
testuser1234567  LV24 2022年6月15日
微信网友_5934504231161856  LV1 2022年4月27日
lzlzyw  LV14 2022年3月25日
linxi1134  LV4 2022年1月5日
314997zf  LV4 2021年12月23日
lwp011  LV27 2021年11月5日
南风入弦  LV5 2021年6月26日
wanglinddad  LV55 2021年4月22日
那个米龙  LV8 2020年12月8日
最近浏览更多
lyt010628  LV4 7月9日
曾显示  LV6 7月7日
暂无贡献等级
15103432984  LV2 3月17日
try8023  LV19 1月16日
ncyhhh  LV2 2023年11月26日
蹇金金  LV7 2023年11月6日
abandan  LV4 2023年11月6日
heqian  LV17 2023年10月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友