From 017b987213b31ffc3af059d90b96ecccf2c46454 Mon Sep 17 00:00:00 2001 From: jcy Date: Wed, 14 May 2025 17:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=208.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 8.0/启动服务.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 8.0/启动服务.bat diff --git a/8.0/启动服务.bat b/8.0/启动服务.bat new file mode 100644 index 0000000..cffeb2c --- /dev/null +++ b/8.0/启动服务.bat @@ -0,0 +1,7 @@ +@echo off +echo 正在启动视频批量处理系统... +start "" python server.py +timeout /t 3 +start http://localhost:5000 +echo 服务已启动,如果浏览器没有自动打开,请手动访问 http://localhost:5000 +pause