Commit f775b9cf31ab80e29ca469bf8f5c4b51d8e4a406

Authored by 王明元
1 parent 77a6ee36

2023年5月31日14:10:53 优化

db/freya.mv.db
No preview for this file type
src/main/java/cn/fw/freya/service/crawl/impl/Common.java
... ... @@ -41,7 +41,6 @@ import org.springframework.transaction.annotation.Transactional;
41 41 import org.springframework.util.CollectionUtils;
42 42  
43 43 import java.io.IOException;
44   -import java.security.NoSuchAlgorithmException;
45 44 import java.security.SecureRandom;
46 45 import java.util.*;
47 46 import java.util.logging.Level;
... ... @@ -378,12 +377,6 @@ public class Common {
378 377 }
379 378 }
380 379  
381   - public static void main(String[] args) throws NoSuchAlgorithmException {
382   - Random random = SecureRandom.getInstanceStrong();
383   - int index = random.nextInt(5 - 1);
384   - System.out.println(index);
385   - }
386   -
387 380 /**
388 381 * 上报账号未解锁
389 382 *
... ...