摘要:
/** * @desc: java 延时队列 思路:使用java.util.concurrent.DelayQueue队列, * 队列的元素需要实现Delayed接口的getDelay()和compareTo()两个方法 * @author: 毛会懂 * @create: 2022-02-08 17 阅读全文
摘要:
/** * @desc: 网路异步请求,查数据库 示例 * @author: 毛会懂 * @create: 2022-02-08 15:14:00 **/public class Test5Main { public static void main(String[] args) { // 假设参数 阅读全文