摘要:
public class EncryMD5 { /* 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个 ... 阅读全文
摘要:
阅读全文
摘要:
public class Zip { public Zip() { } /** * 压缩整个目录 * @param inputFileName * @param fileDir * @throws HsException ... 阅读全文
摘要:
public class Encryptor { public static final String HUNDSUN_VERSION="@system 管理平台 @version 2.0.1 @lastModiDate @describe "; protected static ... 阅读全文
摘要:
/** * 四舍五入,格式化输出金额.用来显示在编辑页面上.如 3000.3456 -> 3000.35 * @param num doule 源数字 * @return String 经过格式化的金额字符串 */public static String formatEditMoney(String... 阅读全文