java通讯录

时间:2014-11-28 04:16:36
【文件属性】:

文件名称:java通讯录

文件大小:76KB

文件格式:RAR

更新时间:2014-11-28 04:16:36

java通讯录

public boolean executeSql(String sql) { try{ Class.forName("com.mysql.jdbc.Driver"); Connection conn=DriverManager.getConnection(strur1,"root",""); Statement stmt=conn.createStatement(); stmt.executeUpdate(sql); System.out.println("executeSql-------"+sql); // conn.commit(); return true; }catch(Exception e) { System.out.println("executeSql-------"+e.toString()); return false; } }


【文件预览】:
AddressBook
----test()
----build.xml(4KB)
----manifest.mf(85B)
----src()
--------javaapplication2()
----nbproject()
--------build-impl.xml(33KB)
--------private()
--------project.xml(586B)
--------genfiles.properties(455B)
--------project.properties(2KB)
----build()
--------classes()

网友评论