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