线程安全时间戳

private static AtomicLong uniqueseed = new AtomicLong(System.currentTimeMillis() );

long st = uniqueseed .incrementAndGet()
posted @ 2014-10-11 14:41  箜篌  阅读(760)  评论(0编辑  收藏  举报