首页 > 其他 > 详细

得到得到

时间:2015-10-28 07:09:01      阅读:283      评论:0      收藏:0      [点我收藏+]
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();
		}
	}


得到得到

原文:http://keehl.blog.51cto.com/6184307/1706962

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!