@echo off
setport=8082for /f "tokens=1-5" %%i in('netstat -ano^|findstr ":%port%"')do(echokill the process %%m who use the port taskkill /pid %%m -t-fgoto q
)
:q
重启脚本
@echo off
setport=9090for /f "tokens=1-5" %%i in('netstat -ano^|findstr ":%port%"')do(echokill the process %%m who use the port taskkill /pid %%m -t-fgoto start
)
:startSTART "app" javaw -jar ****.jar
一.背景 用的windows server 2019服务器,mysql8.0.34,还是应该每天备份一下。以前做了很多次,主要是带了2个徒弟,还是要写出来。
二.备份脚本
chcp 936
set date_tmp%date:~0,10%
set datetime%date_tmp:/%%time:~0,2%%time:~3,…