Jakarta-Common-Codec使用笔记
Jakarta-Common-Codec使用笔记2011-01-28 csdn博客 沈斌commons codec 提供 base64, hex, 及 metaphone, soundex 等编码演算。下载地址:http://commons.apache.org/codec/A.Base64 编解码package demo;import org.apache.commons.codec.binary.Base64;public class Base64Te...