摘要:
public static void main(String[] args) throws IOException { Process process = Runtime.getRuntime().exec("cmd.exe /c tasklist |findstr \"javaw\""); Scanner in = new Scanner(process.get... 阅读全文
摘要:
手动指定maven-resources-plugin的版本,及编码 阅读全文