摘要:
端口号清理bat,拷贝后放到txt文档里把txt改为bat运行即可 @echo off chcp 65001 set /p port=请输入被占用的端口号: for /f "delims=" %%a in ('netstat -aon^|findstr %port%') do set process 阅读全文
摘要:
Spring Boot 国际化功能实现出现 No message found under code 'xx' for locale 'xx'问题处理 百度搜索报错信息基本都是说路径出问题,但是我试了次路径可以确保路径是没问题的,然后看报错信息: org.springframework.context 阅读全文