摘要:
public class MD5 { /* * 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static * final是表示了只读,切能在同一个进程空间内的多个 Instance间共享 */ static final int S11 = 7; static final in... 阅读全文
posted @ 2018-02-10 02:45
java王子
阅读(281)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2018-02-10 02:43
java王子
阅读(395)
评论(0)
推荐(0)
摘要:
public class ResourcesUtil implements Serializable { private static final long serialVersionUID = -7657898714983901418L; /** * 系统语言环境,默认为中文zh */ public static final String LANGUAGE = "zh"; ... 阅读全文
posted @ 2018-02-10 01:52
java王子
阅读(336)
评论(0)
推荐(0)
浙公网安备 33010602011771号