1 Star 4 Fork 0

佛山市第一中学-汤勇 / AI2Local_32

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Ai2Stopdev.bat 187 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2020-01-29 03:39 . 'v181-28-g9ae9b122'
@echo off
rem port 8888
for /f "tokens=1-5" %%i in ('netstat -ano^|findstr "8888.*LISTENING"') do (
echo kill the process %%m use the port 8888
taskkill /F /T /pid %%m
)
Java
1
https://gitee.com/fsyz/AI2Local_32.git
git@gitee.com:fsyz/AI2Local_32.git
fsyz
AI2Local_32
AI2Local_32
master

搜索帮助