摘要: 1 /** 2 * 向properties文件写入属性 3 * 4 * @param filePath 5 * @param parameterName 6 * @param parameterValue 7 */ 8 public static void writePropertiesFile(String filePath, String parameterName, String parameterValue) { 9 Properties prop = new Properties();10... 阅读全文
posted @ 2013-11-08 13:23 jinjinwang 阅读(336) 评论(0) 推荐(0) 编辑