摘要: private static AtomicLong uniqueseed = new AtomicLong(System.currentTimeMillis() ); long st = uniqueseed .incrementAndGet() 阅读全文
posted @ 2014-10-11 14:41 箜篌 阅读(760) 评论(0) 推荐(0) 编辑