摘要:
转自:https://www.cnblogs.com/ybluo/p/7397426.html 问题描述: 在Linux环境下执行sh脚本提示: -bash: ./uac-app.jar: /bin/bash: bad interpreter: Text file busy 2)问题原因: This 阅读全文
摘要:
startup.bat @echo off set path=X:\xxxxxxx\Java\JDK\jre\bin START "项目名" "%path%\java" -jar 要启动的jar包路径 shutdown.bat 这是根据项目名停止项目运行 wmic process where (co 阅读全文