EVEhehe_1 2015-05-29 02:53 采纳率: 100%
浏览 951

properties store问题

使用properties.store方法将修改后的properties对象写入后,原文件没有变化,但下次读取时,读到的是修改后的值,代码如下:

public static void setValue(String key, String value) throws FileNotFoundException, IOException {
        properties.remove(key);
        properties.put(key, value);
        Resource res = new ClassPathResource(
                "/cache/config/property/commonconfig.properties");
        FileOutputStream fileOutputStream = new FileOutputStream(res.getFile());
        properties.store(fileOutputStream, null);
        fileOutputStream.flush();
        fileOutputStream.close();
    } 

重启过电脑了,文件还是没变化,值还是修改后的值

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥500 火焰左右视图、视差(基于双目相机)
    • ¥100 set_link_state
    • ¥15 虚幻5 UE美术毛发渲染
    • ¥15 CVRP 图论 物流运输优化
    • ¥15 Tableau online 嵌入ppt失败
    • ¥100 支付宝网页转账系统不识别账号
    • ¥15 基于单片机的靶位控制系统
    • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
    • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
    • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本