|
|
il y a 2 semaines | |
|---|---|---|
| .. | ||
| README.md | il y a 1 mois | |
| run_test.bat | il y a 1 mois | |
| sensitive_check_server.py | il y a 2 semaines | |
| sensitive_check_test.html | il y a 1 mois | |
| test_grammar_check_chain.py | il y a 2 semaines | |
| test_sensitive_check.py | il y a 2 semaines | |
| test_sensitive_check_standalone.py | il y a 2 semaines | |
python sensitive_check_server.py --port 8021
浏览器打开 http://localhost:8021
# 查找并强制终止占用 8021 端口的进程
for /f "tokens=5" %a in ('netstat -ano ^| findstr ":8021"') do taskkill /PID %a /F