摘要:
import java.io.IOException;import java.util.Properties;/*** 配置的相关信息* @author**/public class IDSServerConfig{private static final String configFile = "SystemConfig.properties";//配置文件名称private static IDSServerConfig IDSAuth;protected static Properties ProFile = new Properties();private Strin 阅读全文
posted @ 2013-03-26 10:23
竹林后生
阅读(318)
评论(0)
推荐(0)
浙公网安备 33010602011771号