摘要:
/**向properties 中写入key=value*/ public static void writeProperties2(String filePath, String parameterName,String parameterValue) { Properties prop = new Properties(); InputStream fis = null; OutputStream fos =null; try { fis = new FileInputStream(filePath); prop.load(fis); fos= new FileOu... 阅读全文
posted @ 2011-06-21 12:53
C语言程序
阅读(219)
评论(0)
推荐(0)

浙公网安备 33010602011771号