first commit

This commit is contained in:
iProbe 2022-10-18 16:59:37 +08:00
commit ba848e218d
1001 changed files with 152333 additions and 0 deletions

View file

@ -0,0 +1,23 @@
<<<<<<< HEAD
@echo off
# 查看9000端口占用的程序及pidNUL类似/dev/null
netstat -ano | findstr "9000" > NUL
# 判断错误级别
if ErrorLevel 1 (
D:\php\php-cgi.exe -b 127.0.0.1:9000 -c D:\php\php.ini
) else (
echo "php-9000 running"
)
pause
=======
@echo off
# 查看9000端口占用的程序及pidNUL类似/dev/null
netstat -ano | findstr "9000" > NUL
# 判断错误级别
if ErrorLevel 1 (
D:\php\php-cgi.exe -b 127.0.0.1:9000 -c D:\php\php.ini
) else (
echo "php-9000 running"
)
pause
>>>>>>> 28bec05... 20200611