内容简介:Apache Commons Text 1.6本次更新添加了很多的新功能,具体如下:
Apache Commons Text 1.6 发布了 ,Commons Text 是一组用于在 Java 环境中使用的处理文本的实用、可重用组件。
本次更新添加了很多的新功能,具体如下:
-
TEXT-144: Add the resource string bundle string lookup to the default set of lookups
-
TEXT-145: Add StringLookupFactory methods for the URL encoder and decoder string lookups
-
TEXT-146: org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup() should reuse a singleton instance
-
TEXT-147: Add a Base64 encoder string lookup.
历史变更列表: http://commons.apache.org/proper/commons-text/changes-report.html
Maven
<groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.6</version>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 查找一个字符串中最长不含重复字符的子字符串,计算该最长子字符串的长度
- 字符串、字符处理总结
- 高频算法面试题(字符串)leetcode 387. 字符串中的第一个唯一字符
- php删除字符串最后一个字符
- (三)C语言之字符串与字符串函数
- 算法笔记字符串处理问题H:编排字符串(2064)
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Ant Colony Optimization
Marco Dorigo、Thomas Stützle / A Bradford Book / 2004-6-4 / USD 45.00
The complex social behaviors of ants have been much studied by science, and computer scientists are now finding that these behavior patterns can provide models for solving difficult combinatorial opti......一起来看看 《Ant Colony Optimization》 这本书的介绍吧!