线程安全时间戳

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

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