摘要:
报错信息:***************************APPLICATION FAILED TO START*************************** Description: An attempt was made to call a method that does not 阅读全文
摘要:
前情提要:公司新引入了sonar对代码监测,由此根据sonar提出的建议修改了生成随机数的Random类。 修改前: 1 Random random = new Random(); 2 int num = random.nextInt(200); 3 System.out.println("生成随机 阅读全文