nohup java -jar XXX.jar >temp.txt &. 解釋下 >temp.txt. command >out.file. command >out.file是將command的輸出重定向到out.file檔案,即輸出內容 ...
確定! 回上一頁