Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个 .properties 文件包含许多名称-值对,用“=”分隔。FinalBuilder 中是否有任何标准方法来更新某些属性的值?
可以使用“文本查找/替换”操作及其通配符功能。只需更换:
<propertyname>=*
和
<propertyname>=<YourDesiredProperty>