摘要:
Jackson2HttpMessageConverter == 用处 SpringMVC中,controller中的方法返回java Bean对象,mvc将此对象转换成字符串 默认支持的mediaType: MediaType.APPLICATION_JSON, new MediaType("app 阅读全文
摘要:
ArrayBlockingQuque === 优势 1. 线程同步,线程安全 2. 对应空或满时,take\put操作将阻塞 3. 内部是一个数组,每个元素不会产生额外的处理对象,如Node 基于什么 ReentrantLock Condition 解析 构造函数 public ArrayBlock 阅读全文