2018年7月14日
摘要: 介绍 Java Message Service是一组支持网络上主机间正式的消息通信的API, 它为Java应用程序提供了通用的消息协议以及消息服务。使用Jms可以创建,发送,读取消息。JMS主要的作用是提供异步通信,实现应用程序组件间的解耦,同时提高的系统的可靠性, 稳定性。 消息通信模型 P2P模 阅读全文
posted @ 2018-07-14 22:41 浮舟z 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 7 Diamond Operator(菱形操作符) You can omitted the type declaration of the right when working with Generics. Map<String, List<Trade>> trades = new TreeMap< 阅读全文
posted @ 2018-07-14 12:59 浮舟z 阅读(258) 评论(0) 推荐(0) 编辑