怎样才能与数据库进行连接?
jdbc
加载驱动
获得连接
然后查询获得rs
用查询语句
如 select * from 表 where userid=? and password=?
两个问号是你输入的,在数据库中找到,rs.next==true 存在