摘要: package Test; import java.sql.*; public class Test21 { public static void main(String[] args) { Connection con=null; Statement sta=null; try { Class.f 阅读全文
posted @ 2016-10-17 22:59 ruiguang21 阅读(138) 评论(0) 推荐(0) 编辑
摘要: package Test; import java.sql.*; public class Test7 { public static void main(String[] args) { Connection con=null; CallableStatement csta=null; try { 阅读全文
posted @ 2016-10-17 22:50 ruiguang21 阅读(1287) 评论(0) 推荐(0) 编辑