conn.setAutoCommit(false);
while{
if(){
sql="update tb_disp_d9408 set prb0 = "+prbl+" where line = "+line ;
stmt.addBatch(sql);
}
}
        int [] updateCounts = stmt.executeBatch();
        conn.commit();
        conn.setAutoCommit(true);//可选