08 2023 档案
addShutdownHook
摘要:RunTime.getRunTime().addShutdownHook的用法 阅读全文
posted @ 2023-08-28 21:57 daofree 阅读(21) 评论(0) 推荐(0)
nginx部署
摘要:windows location / { root D:\\nginx-1.24.0\\html\\dist; try_files $uri $uri/ /index.html; index index.html index.htm; } location /api/ { proxy_set_hea 阅读全文
posted @ 2023-08-09 18:23 daofree 阅读(48) 评论(0) 推荐(0)