|  |  | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         ProcessBuilder processBuilder = new ProcessBuilder("python3", pythonScriptPath, maps, startStr, targetStr, mapDirection); | 
 |  |  |         ProcessBuilder processBuilder = new ProcessBuilder("python", pythonScriptPath, maps, startStr, targetStr, mapDirection); | 
 |  |  |         processBuilder.redirectErrorStream(true); | 
 |  |  |  | 
 |  |  |         try { | 
 
 |  |  | 
 |  |  |                 second.add(new int[]{node.getX(), node.getY()}); | 
 |  |  |             } | 
 |  |  |  | 
 |  |  |             ProcessBuilder processBuilder = new ProcessBuilder("python3", pythonCalcSimilarity, JSON.toJSONString(first), JSON.toJSONString(second)); | 
 |  |  |             ProcessBuilder processBuilder = new ProcessBuilder("python", pythonCalcSimilarity, JSON.toJSONString(first), JSON.toJSONString(second)); | 
 |  |  |             processBuilder.redirectErrorStream(true); | 
 |  |  |  | 
 |  |  |             Process process = processBuilder.start(); | 
 
 |  |  | 
 |  |  | #    password: zy@123 | 
 |  |  |     url: jdbc:mysql://127.0.0.1:3306/fyxcasrs?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai | 
 |  |  |     username: root | 
 |  |  |     password: zhangchao | 
 |  |  |     password: root | 
 |  |  | #    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver | 
 |  |  | #    url: jdbc:sqlserver://47.97.1.152:51433;databasename=jkasrs | 
 |  |  | #    username: sa | 
 |  |  | 
 |  |  | config: | 
 |  |  |   token-key: KUHSMcYQ4lePt3r6bckz0P13cBJyoonYqInThvQlUnbsFCIcCcZZAbWZ6UNFztYNYPhGdy6eyb8WdIz8FU2Cz396TyTJk3NI2rtXMHBOehRb4WWJ4MdYVVg2oWPyqRQ2 | 
 |  |  |  | 
 |  |  | pythonCalcPath: /Users/zhangc/workspace/zoneyang/cpu.py | 
 |  |  | pythonCalcSimilarity: /Users/zhangc/workspace/zoneyang/similarity.py | 
 |  |  | pythonCalcPath: D:\\path\\cpu.py | 
 |  |  | pythonCalcSimilarity: D:\\path\\similarity.py |