?? banksys.java
字號:
/**
* @author SOMPARB
*
*/
public class BankSys {
/**
* @param args
*/
public static void main(String[] args) {
Command.customerFileName = args[0];
Command.accountFileName = args[1];
Command.transactionFileName = args[2];
Command commandObject = new Command();
commandObject.preProcess();
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -