first commit
This commit is contained in:
commit
ba848e218d
1001 changed files with 152333 additions and 0 deletions
6
windows相关/脚本/mysql-restart.bat
Normal file
6
windows相关/脚本/mysql-restart.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
<<<<<<< HEAD
|
||||
start /b net stop mysql
|
||||
=======
|
||||
start /b net stop mysql
|
||||
>>>>>>> 28bec05... 20200611
|
||||
start /b net start mysql
|
23
windows相关/脚本/php-restart.bat
Normal file
23
windows相关/脚本/php-restart.bat
Normal file
|
@ -0,0 +1,23 @@
|
|||
<<<<<<< HEAD
|
||||
@echo off
|
||||
# 查看9000端口占用的程序及pid,NUL类似/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端口占用的程序及pid,NUL类似/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
|
11
windows相关/脚本/project-restart.vbs
Normal file
11
windows相关/脚本/project-restart.vbs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<<<<<<< HEAD
|
||||
# 说明:后台启动各个bat脚本
|
||||
set ws = WScript.CreateObject("WScript.Shell")
|
||||
ws.Run "cmd /c mysql-restart.bat",vbhide
|
||||
ws.Run "cmd /c php-restart.bat",vbhide
|
||||
=======
|
||||
# 说明:后台启动各个bat脚本
|
||||
set ws = WScript.CreateObject("WScript.Shell")
|
||||
ws.Run "cmd /c mysql-restart.bat",vbhide
|
||||
ws.Run "cmd /c php-restart.bat",vbhide
|
||||
>>>>>>> 28bec05... 20200611
|
Loading…
Add table
Add a link
Reference in a new issue