摘要:
package leo.wan.test.thread; public class TestDeath { public static void main(String[] args) { DeathWorker worker = new DeathWorker(); new Thread(){ @ 阅读全文
摘要:
public static void batchInsert(List<Integer> ints,int count ) { int begin =0; int end = begin+count ; while (begin<=ints.size()-1){ List<Integer> inte 阅读全文