摘要:
public class ThreadPoolDemo2 { LinkedBlockingDeque<Request> queue = new LinkedBlockingDeque<>();//阻塞队列 秉承先进先出原则 @PostConstruct //启动和接口没关系,只和项目启动有关系 pu 阅读全文
摘要:
InterruptedException if the current thread was interrupted while waiting (如果当前线程在等待时被打断) PacketTooBigException mysql的单条数据默认限制大小为4M,如果单条数据超过4M就会报这个错,但是 阅读全文