摘要:
1 import java.sql.Connection; 2 import java.sql.DriverManager; 3 import java.sql.ResultSet; 4 import java.sql.SQLException; 5 import java.sql.Statement; 6 7 public class ConnectionUtils { 8 9 private static String url = "";10 private static String username = "";11 private static 阅读全文
posted @ 2013-09-16 12:54
胖hu
阅读(185)
评论(0)
推荐(0)

浙公网安备 33010602011771号