能跑但是没写部署教程,主题和记忆识别也没写完
This commit is contained in:
SengokuCola
2025-02-26 18:12:28 +08:00
parent 44f94120ce
commit 972e6066e6
37 changed files with 4625 additions and 0 deletions

6
kill_mongodb.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
echo 正在查找并结束所有 MongoDB 进程...
taskkill /F /IM mongod.exe
taskkill /F /IM mongo.exe
echo MongoDB 进程已结束
pause