日期:2014-05-20 浏览次数:20925 次
public static void main(String[] args) {
try {
DriverManager.getConnection("xxxx");
} catch (MySQLIntegrityConstraintViolationException e) {
// TODO: handle exception
} catch (SQLException e){
// TODO: handle exception
}
}