上一页 1 2 3 4 5 6 ··· 18 下一页
摘要: Observable novel = Observable.create(new ObservableOnSubscribe<String>() { @Override public void subscribe(ObservableEmitter<String> emitter) throws Exception { emitter.onNext("连载1"); emitter.onNext(" 阅读全文
posted @ 2019-08-05 08:29 iDragon 阅读(143) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-01-03 18:41 iDragon 阅读(122) 评论(0) 推荐(0)
摘要: 1. OSGi Knowleage 2. OSGi.Net on Windows 3. OSGi with JAVA 4. OSGi with Qt and C++ 5. Architecture of Gateway using EIP 5.1 EIP = Enterprise Integerat 阅读全文
posted @ 2018-11-09 08:02 iDragon 阅读(454) 评论(0) 推荐(0)
摘要: 1. Load db3.properties 2. Load db4.properties 3. Load db2.properties 4. Load db1.properties 在客户端缓存Servlet的输出: 多个Servlet通过ServletContext对象实现数据共享 在web.x 阅读全文
posted @ 2018-10-31 09:25 iDragon 阅读(290) 评论(0) 推荐(0)
摘要: Domain Driven Design and Development In Practice Domain Driven Design and Development In Practice 原文地址:http://www.infoq.com/articles/ddd-in-practice B 阅读全文
posted @ 2018-10-30 21:11 iDragon 阅读(470) 评论(0) 推荐(0)
摘要: Some concepts as blow: Welcome to Akka, a set of open-source libraries for designing scalable, resilient systems that span processor cores and network 阅读全文
posted @ 2018-10-30 09:10 iDragon 阅读(286) 评论(0) 推荐(0)
摘要: 1. Storm集群架构 Storm适用的场景: 1、流数据处理:Storm可以用来用来处理源源不断的消息,并将处理之后的结果保存到持久化介质中。 2、分布式RPC:由于Storm的处理组件都是分布式的,而且处理延迟都极低,所以可以Storm可以做为一个通用的分布式RPC框架来使用。 Nimbus: 阅读全文
posted @ 2018-10-26 17:13 iDragon 阅读(185) 评论(0) 推荐(0)
摘要: Many frameworks or middlewares have the same concept and desgin principle. EIP: Flume: Storm: Spring: Netty: Spark: Flink: 阅读全文
posted @ 2018-10-25 15:33 iDragon 阅读(451) 评论(0) 推荐(0)
摘要: 1.Spring中AOP的应用场景、Aop原理、好处? 答:AOP--Aspect Oriented Programming面向切面编程;用来封装横切关注点,具体可以在下面的场景中使用: Authentication 权限、 Caching 缓存、 Context passing 内容传递、 Err 阅读全文
posted @ 2018-10-25 14:34 iDragon 阅读(311) 评论(0) 推荐(0)
摘要: Maven Wrapper mvn -N io.takari:maven:wrapper -Dmaven=3.1.0 mvn -N io.takari:maven:wrapper -Dmaven=3.1.0 . /mvnw clean install /mvnw clean install 阅读全文
posted @ 2018-10-24 09:02 iDragon 阅读(4008) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 18 下一页