摘要: 1、启动start.sh #!/bin/sh source /etc/profile base_dir=$(cd "$(dirname "$0")"; pwd) jar_file=`ls $base_dir -t| grep "^hello.*\.jar$"` server_name="hello" 阅读全文
posted @ 2021-08-17 17:23 风雨无阻415 阅读(108) 评论(0) 推荐(0)
摘要: 1、启动start.bat @echo off %1 mshta vbscript:CreateObject("WScript.Shell").Run("%~s0 ::",0,FALSE)(window.close)&&exit java -jar -Dfile.encoding=utf-8 spr 阅读全文
posted @ 2021-08-17 17:18 风雨无阻415 阅读(1290) 评论(0) 推荐(0)