|
|
hace 17 horas | |
|---|---|---|
| .. | ||
| full_scan_results | hace 17 horas | |
| README.md | hace 1 mes | |
| analyze_grammar_quality.py | hace 1 día | |
| grammar_check_result.json | hace 17 horas | |
| grammar_check_server.py | hace 2 semanas | |
| grammar_check_test.html | hace 2 semanas | |
| run_full_scan.py | hace 1 día | |
| test_grammar_check_prompt_fix.py | hace 1 día | |
| test_grammar_check_split.py | hace 1 día | |
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