v0.1
能跑但是没写部署教程,主题和记忆识别也没写完
This commit is contained in:
6
kill_mongodb.bat
Normal file
6
kill_mongodb.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
echo 正在查找并结束所有 MongoDB 进程...
|
||||
taskkill /F /IM mongod.exe
|
||||
taskkill /F /IM mongo.exe
|
||||
echo MongoDB 进程已结束
|
||||
pause
|
||||
Reference in New Issue
Block a user