首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

MD5种

2012-10-27 
MD5类public class TestMD5 {/** * @param args */public static void main(String[] args) {// TODO Auto

MD5类

public class TestMD5 {/** * @param args */public static void main(String[] args) {// TODO Auto-generated method stubMD5Code md5 = new MD5Code();String str = "lixinghua";System.out.println(md5.getMD5ofStr(str));String str2 = "lixinghua";System.out.println(md5.getMD5ofStr(str2).equals(md5.getMD5ofStr(str)));}}
?

热点排行