文章摘要
一.codeimport org.junit.jupiter.api.Test;import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement;public class TestBatch {Testpublic void test1()throws Exception{//没有用批处理的功能long start System.currentTimeMillis()…