mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00

重构了EncodingDetectors#getJavaEncode(String filePath)方法,并附带部分测试数据 Co-authored-by: asiawu <asiawu3@qq.com> Co-committed-by: asiawu <asiawu3@qq.com>
1 line
228 B
Plaintext
1 line
228 B
Plaintext
策略模式定义了一系列算法,并将每个算法封装起来,使它们可以相互替换,且算法的变化不会影响使用算法的客户。策略模式属于对象行为模式,它通过对算法进行封装,把使用算法的责任和算法的实现分割开来,并委派给不同的对象对这些算法进行管理。 |