📄 run.bat
字号:
@if "%1"=="" goto error
@call bat_lib\set_package_name
java -classpath classes;../../dist/%package_name%.jar -enableassertions -Djava.util.logging.config.file=logging.properties %*
@goto end
:error
@echo You must specify the name of a sample program to run on the command line
:end
@pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -