|
|
hace 2 semanas | |
|---|---|---|
| .. | ||
| README.md | hace 1 mes | |
| grammar_check_server.py | hace 2 semanas | |
| grammar_check_test.html | hace 2 semanas | |
python grammar_check_server.py --port 8022
浏览器打开 http://localhost:8022
# 查找并强制终止占用 8022 端口的进程
for /f "tokens=5" %a in ('netstat -ano ^| findstr ":8022"') do taskkill /PID %a /F