摘要: package mypack;import java.io.Serializable; import java.net.InetAddress; /** * 唯一主键生成办法。从Hibernate中提取出来。 */ public class UUIDGenerator { private static final int IP; public static int IptoInt( byte[] bytes ) { int result = 0; for (int i=0; i>> 8 ); public UUIDGenerator() { } /** * Un... 阅读全文
posted @ 2013-11-03 23:46 正定聚 阅读(692) 评论(0) 推荐(0) 编辑