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.
比如说,我在一个涉及多个文件的 Java EE 项目中工作,我已经完成了一些文件的工作,我想锁定它们以避免意外更改。如何在 Eclipse 或 Netbeans 中执行此操作?
AFAIK,Netbeans 和 Eclipse 都没有这个特性。
最佳实践是将它们保存在版本控制中(例如 git),这样如果您更改它们,很容易将它们恢复到应有的状态。版本控制还有许多其他好处。
作为一种解决方法,您可以设置文件本身的只读属性。(至少在带有 Netbeans 的 Windows 下工作)。