摘要:
【代码】 package com.hy.lab.blkq; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; public class Test { public st 阅读全文
摘要:
【代码】 import java.security.SecureRandom; public class Test { public static void main(String[] args){ SecureRandom sr = new SecureRandom(); for(int i=0; 阅读全文