摘要: package com.hcxy.car.threadpools; import java.io.IOException; import java.nio.channels.Selector; import java.util.Queue; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurre... 阅读全文
posted @ 2018-05-30 22:18 无天666 阅读(618) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/nfcm/p/7833032.html redis连接工厂类 第一步,需要加上springboot的redis jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifac 阅读全文
posted @ 2018-05-30 15:47 无天666 阅读(362) 评论(0) 推荐(0)