|
|
пре 17 часа | |
|---|---|---|
| .. | ||
| full_scan_results | пре 17 часа | |
| README.md | пре 1 месец | |
| analyze_grammar_quality.py | пре 1 дан | |
| grammar_check_result.json | пре 17 часа | |
| grammar_check_server.py | пре 2 недеља | |
| grammar_check_test.html | пре 2 недеља | |
| run_full_scan.py | пре 1 дан | |
| test_grammar_check_prompt_fix.py | пре 1 дан | |
| test_grammar_check_split.py | пре 1 дан | |
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