1. 获得计算机有几个内核
//获得计算机有几个内核int i1 = Runtime.getRuntime().availableProcessors();System.out.println(i1);