📄 testmethod.java
字号:
package group.common.globalget.model;
public class TestMethod {
public TestMethod() { // /xx/weblogic60b2_win.exe
try {
SiteInfoBean bean = new SiteInfoBean(
"http://server/data/world.pdf", "C:/youway/temp", "a.pdf",
5);
SiteFileFetch fileFetch = new SiteFileFetch(bean);
fileFetch.start();
} catch (Exception e) {
e.printStackTrace();
}
}
public static void main(String[] args) {
new TestMethod();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -