摘要: @echo off & setlocal enabledelayedexpansion set LIB_JARS="" cd ..\lib for %%i in (*) do set LIB_JARS=!LIB_JARS!;..\lib\%%i cd ..\bin if ""%1"" == ""debug"" goto debug if ""%1"" == ""jmx"" goto jmx ... 阅读全文
posted @ 2017-01-11 22:28 果二 阅读(5210) 评论(0) 推荐(0)