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