摘要:
使用场景: public void doCustomer() { // People people = new People(); people.setName("哒"); people.setSex(1); people.setDrlType("people"); // KieServices k 阅读全文
摘要:
1.线程池的创建: ThreadPoolExecutor参数最全的构造方法: public ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQue 阅读全文