好好学习,天天向上
-
测试mock要优雅(转)
测试mock要优雅(转) 转自-谢恩德
-
Reactor模型
eactor是什么? The reactor design_pattern is an event_handling pattern for handling service requests delivered concurrently to a service handler by one or more inputs. The service handler then demultiplexes the incoming requests and dispatches them synchronously to the associated request handlers. from wiki
-
生菜Lettuce
Lettuce简介
-
深入理解JVM(6)——类加载器
深入理解JVM(6)——类加载器
-
深入理解JVM(5)——虚拟机类加载机制
深入理解JVM(5)——虚拟机类加载机制
-
深入理解JVM(4)——如何优化Java GC
深入理解JVM(4)——如何优化Java GC
-
深入理解JVM(3)——7种垃圾收集器
深入理解JVM(3)——7种垃圾收集器
-
深入理解JVM(2)——GC算法与内存分配策略
深入理解JVM(2)——GC算法与内存分配策略
-
深入理解JVM(1)——Java内存区域与Java对象
深入理解JVM(1)——Java内存区域与Java对象
-
自定义spring.factories,实现自己的自动化装配
自定义spring.factories,实现自己的自动化装配