摘要:
连接mysql数据库:mydata 1 import java.sql.*; 2 3 public class TestMysqlConnection { 4 5 /** 6 * @param args 7 */ 8 public static void main(String[] args) { 9 Connection con=null;10 PreparedStatement pSta=null;11 ResultSet rs=null;12 con = DBManager.getCo... 阅读全文
posted @ 2012-09-27 13:00
sun&flower
阅读(202)
评论(0)
推荐(0)
浙公网安备 33010602011771号