long curTime = System.currentTimeMillis();  			       long diffInSeconds = (curTime-startTime)/(60*1000);  			       if(counter.get()<batchSize && diffInSeconds>batchTimeWindowInSeconds)  			       {  			            try {  			                executeBatch();  			                startTime = System.currentTimeMillis();  			            }  			            catch (SQLException e) {  			                 e.printStackTrace();  			            }  			 42/47   首页 上一页 40 41 42 43 44 45 下一页 尾页