This website works better with JavaScript.
首頁
探索
說明
註冊
登入
mahmood19227
/
SimulationCore2
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
First Demo
master
mahmood19227
1 年之前
父節點
2c7ef98a69
當前提交
40efd23888
共有
2 個文件被更改
,包括
3 次插入
和
946 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-944
redisContent.json
+2
-2
simulatorManager.py
+ 1
- 944
redisContent.json
文件差異過大導致無法顯示
查看文件
+ 2
- 2
simulatorManager.py
查看文件
@@ -34,9 +34,9 @@ if __name__=='__main__':
process_exists = True
break
if not process_exists:
subprocess.Popen(['./SimulationCore2', simulation_id], cwd=work_dir)
subprocess.Popen(['./SimulationCore2',
redis_address,str(redis_port),redis_password,
simulation_id
,str(log_level)
], cwd=work_dir)
time.sleep(
1
)
time.sleep(
5
)
Write
Preview
Loading…
取消
儲存