String url = "jdbc:postgresql://localhost/postgres"; Properties props = new Properties(); props.setProperty("user","fred"); props.setProperty("password" ...
確定! 回上一頁