摘要:
这样的变量,最好是直接生成,不要问为什么,问就是sonar提示的 public static String getRandom(int i) { int jjj = new Random().nextInt(9); // int suiJiShu = jjj.nextInt(9); if (i == 阅读全文
摘要:
都已经再finally了,就不要抛出异常了 阅读全文
摘要:
private void readTheFile() throws IOException { Path path = Paths.get(this.fileName); BufferedReader reader = Files.newBufferedReader(path, this.chars 阅读全文