📄 loadfileoption.java
字号:
package com.cn.res;
/*
* Created on 2005-5-26
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
import java.io.IOException;
/**
* @author 万江
*
*/
public class LoadFileOption extends ReadProps{
/**
*
*/
public LoadFileOption() {
super();
}
public String getPropsValue(String propsName){
try {
return
(
this.getPropsValue(this.getProps("fish.properties"),propsName)
);
} catch (IOException e) {
e.printStackTrace();
return null;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -