windows服务注册及卸载
· One min read
windows服务注册及卸载
之前为了学习,将nexus注册为开机服务启动项,方便开机后即可开启管理nexus仓库。 由于已经完成实操演练,本机无需负载此服务,且仓库Blob占用体积愈来愈大,小小500G硬盘,难堪重负, 时至今日,终于忍不住想关掉它。记录下关闭脚本,系统服务关闭也可参考。
上图一张:
之前为了学习,将nexus注册为开机服务启动项,方便开机后即可开启管理nexus仓库。 由于已经完成实操演练,本机无需负载此服务,且仓库Blob占用体积愈来愈大,小小500G硬盘,难堪重负, 时至今日,终于忍不住想关掉它。记录下关闭脚本,系统服务关闭也可参考。
上图一张:
let date = new Date();
let currentY = date.getFullYear()
let currentM = date.getMonth() + 1 < 10 ? `0${date.getMonth() + 1}` : dategetMonth() + 1;
let currentDateRorMonth = new Date(`$(currenty)-$currentM}`);
let next = new Date(currentDateRorMonth.setMonth(currentDateRorMonth.getMonth() - 1));
const y = next.getFullYear();
let M = nextgetMonth() + 1;
M = M < 10 ? O$(M}: M;
return ${y}$(M};
This is Docusaurus green !
This is Facebook blue !