Cool www.fl0919.com

springboot获取项目的根目录,和获取编译后jar包的所在的目录

仅仅需要2行代码!!!! File file = new File(""); System.out.println(file.getAbsolutePath());

Cool Published on 2024-11-22

npm使用代理下载依赖

npm config set proxy http://127.0.0.1:7890 npm config set https-proxy http://127.0.0.1:7890

Cool Published on 2024-09-14