jdbc连接数据库之修改

 时间:2026-02-11 23:37:35

1、mysql加载数据库

driver=com.mysql.jdbc.Driver

数据库的链接url=jdbc:mysql://localhost:3306/demo1

用户名username=root

密码password=123456

设置配置文件信息

jdbc连接数据库之修改

2、属性的定义

public class DBUtil { private static Properties properties = new Properties(); private static String driver; private static String url; private static String username; private static String password; static{

jdbc连接数据库之修改

3、  // 获取配置文件中的相关参数值  try {

读取配置文件   properties.load(DBUtil.class.getClassLoader().getResourceAsStream("db.properties"));   driver = properties.getProperty("driver");            url=properties.getProperty("url");            username=properties.getProperty("username");            password=properties.getProperty("password");    

jdbc连接数据库之修改

4、        try {    Class.forName(driver);   } catch (ClassNotFoundException e) {    // TODO Auto-generated catch block    e.printStackTrace();   }  } catch (IOException e) {   System.out.println("加载文件失败");  } }

jdbc连接数据库之修改

5、  //连接数据库的方法 public static Connection getConnection() throws SQLException{    Connection con=null;  con=DriverManager.getConnection(url,username,password);    return con; }  //关闭数据库的方法 public static void closeConnection(Connection con){  try {   con.close();  } catch (SQLException e) {   System.out.println("关闭资源失败");  } }}

jdbc连接数据库之修改

6、public class Test { public static void main(String[] args) {  Connection con =null;  try {   con=DBUtil.getConnection();  } catch (SQLException e) {   // TODO Auto-generated catch block   e.printStackTrace();  }finally{     DBUtil.closeConnection(con);  }  System.out.println(con); } }

jdbc连接数据库之修改

  • Eclipse怎么使用
  • 如何编写数据字典
  • Eclipse控制台乱码怎么解决?
  • 通过SmartArt在EXCEL中制作关系图
  • 如何使用MyEclipse导入项目?
  • 热门搜索
    晚上睡不着该怎么办 电脑dvd怎么打开 奇迹暖暖搭配师联盟攻略 奥巴马简介 病句搭配不当 减肥教程 减肥腰带有用吗 减肥期间可以吃的零食 侠客风云传风吹雪攻略 口关怎么读