静默65001
This commit is contained in:
parent
441b56f540
commit
f1761fa2be
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
chcp 65001 >nul
|
||||
title MinIO Quick Start
|
||||
|
||||
set MINIO_EXE=minio.exe
|
||||
|
@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
chcp 65001 >nul
|
||||
tital Import Data Into MySQL
|
||||
|
||||
:: MySQL 连接配置
|
||||
set MYSQL_HOST=127.0.0.1
|
||||
|
@ -1,6 +1,7 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
setlocal enabledelayedexpansion
|
||||
chcp 65001 >nul
|
||||
tital Initialize And Startup MySQL
|
||||
|
||||
:: 检查是否以管理员身份运行
|
||||
net session >nul 2>&1
|
||||
|
@ -1,6 +1,7 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
setlocal enabledelayedexpansion
|
||||
chcp 65001 >nul
|
||||
tital Register MySQL
|
||||
|
||||
:: 检查是否以管理员身份运行
|
||||
net session >nul 2>&1
|
||||
|
@ -1,4 +1,6 @@
|
||||
@echo on
|
||||
chcp 65001 >nul
|
||||
tital Install Redis Server
|
||||
|
||||
:: 检查是否以管理员身份运行
|
||||
net session >nul 2>&1
|
||||
|
@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
chcp 65001
|
||||
chcp 65001 >nul
|
||||
title RocketMQ 5.x Quick Start (with Proxy)
|
||||
|
||||
:: 1. 检查 ROCKETMQ_HOME 是否存在
|
||||
|
Loading…
x
Reference in New Issue
Block a user