Java SPI 总结

SPI ABC

SPI 代表Service Provider Interfaces, 是一种服务提供发现的机制。JDK中为其提供了ServiceLoader用来加载接口对应的实现。

阅读更多

正则总结

测试

推荐使用RegexBudy

阅读更多

atnode——在集群上批量执行命令

atnodes

atnode是一个用perl写成的工具,它可以方便的在集群上执行命令

官网链接

阅读更多

grep 总结

常见用法

示例文本:

“Night gathers, and now my watch begins. It shall not end
until my death. I shall take no wife, hold no lands, father no
children. I shall wear no crowns and win no glory. I shall live
and die at my post. I am the sword in the darkness. I am the
watcher on the walls. I am the shield that guards the realms of
men. I pledge my life and honor to the Night’s Watch, for this
night and all the nights to come.”

阅读更多

HttpMessageConverter 原理和源码

架构

HttpMessageConverter接口

阅读更多

spring-resource源码剖析

Spring Resource

Why not Java URL类

原因: 对底层资源的支持不足。

阅读更多

jackson对guava新增集合的支持

问题

Guava中新增了不少好用的集合比如MultiMapMultiSetTable等,当使用jackson进行序列化的时候

阅读更多