提交 79d6f24d 编写于 作者: Z zyyang

change

上级 3b04b871
......@@ -8,6 +8,7 @@ import java.util.Calendar;
import java.util.Properties;
import java.util.Random;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
public class JDBCDemo {
private static String host;
......@@ -32,6 +33,8 @@ public class JDBCDemo {
demo.insertBatch();
TimeUnit.SECONDS.sleep(3600);
// demo.insert();
// demo.select();
// demo.dropTable();
......@@ -169,7 +172,6 @@ public class JDBCDemo {
printSql(sql, execute, (end - start));
} catch (SQLException e) {
e.printStackTrace();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册