05 2022 档案
摘要:server { listen 80; server_name localhost; location / { root D:/workspace/ccsa-check/ccsa-ui/dist; index index.html; try_files $uri $uri/ /index.html;
阅读全文
摘要:简介 NSSM是一款可将项目注册为Windows系统服务的工具。当你的项目需要部署在Windows Server上时,NSSM是一个不错的选择。 特点 NSSM将项目注册为服务后,启动、停止、重启皆由windows来管理,所以我们不必担心NSSM无法处理项目因意外的停止,而Windows的服务管理即
阅读全文