📄 compdpop.bat
字号:
@ECHO OFF
REM If your system complains that it cannot find javac, you
REM should either update your PATH environment variable to
REM include the directory that contains the javac executable
REM or modify the command below to specify the full path name.
REM For example, C:\jdk1.2.2\bin\javac.exe -classpath ...
javac -classpath .;.\mbsbb.jar;.\mbsgui.jar DynamicPopulation\Fish.java
copy DynamicPopulation\Fish.class .
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -