码迷,mamicode.com
首页 > 其他好文 > 详细

得到得到

时间:2015-10-28 07:08:42      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:public   null   

public static String environment = null;
	static {
		try {
			Properties properties = new Properties();
			String path = WF.getConfigFolder() + WF.getNamespace() + "/appservice.properties";
			properties.load(new FileInputStream(path));
			environment = properties.getProperty("environment");
		}
		catch (FileNotFoundException e) {
			e.printStackTrace();
		}
		catch (IOException e) {
			e.printStackTrace();
		}
	}


得到得到

标签:public   null   

原文地址:http://keehl.blog.51cto.com/6184307/1706984

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!