使用jdbc实现简单的用户登陆

一、链接本地MySQL数据库 test.javajava public static Connection getConn() { String driver = "com.mysql.jdbc.Driver"; String url = "jdbc:mysql://localhost:3306/xxx"; String username = "ro
相关文章
相关标签/搜索