码迷,mamicode.com
首页 > 其他好文 > 详细

生成不重复的32为随机码

时间:2014-10-09 13:58:03      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   os   ar   sp   c   on   r   

public static void main(String[] args) throws ParseException {
//random(2);
UUID.randomUUID().toString().replaceAll("-", "~~");
System.out.println( UUID.randomUUID().toString().replaceAll("-", ""));
}

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

f4751817162e4c18bae18a7a2a201e8c

生成不重复的32为随机码

标签:style   color   io   os   ar   sp   c   on   r   

原文地址:http://www.cnblogs.com/yy123/p/4012620.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!