|
|
2 тижнів тому | |
|---|---|---|
| .. | ||
| README.md | 1 місяць тому | |
| grammar_check_server.py | 2 тижнів тому | |
| grammar_check_test.html | 2 тижнів тому | |
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