检索/恢复已删除的 Netbeans 项目
我正在处理我的 Netbeans 项目,不小心删除了它,并且不知道如何恢复它。
是否有一个 tmp 文件夹存储已删除的项目。
或者我永远注定了?
谢谢, 卢卡斯
I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it.
Is there a tmp folder that the deleted project is stored in.
Or am I forever doomed?
Thanks,
Lucas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
不要恐慌。 这很容易。 请按照以下步骤操作:
右键单击已删除文件的文件夹/目录。
选择本地历史记录 - 恢复已删除
完成
Do not panic. Its very easy. Follow the steps:
Right click on the folder/directory that the files had been deleted.
Choose Local History – Restore Deleted
Done
如果您不小心删除了Netbean上的文件夹,恢复方法如下。 您无法恢复已删除的文件夹,但可以恢复已删除的文件。 按着这些次序。
注意:我不知道这是否适用于 Windows,我知道它在 Linux 上适用于我。我也不知道不知道关闭 Netbeans 后这是否有效,
希望对某人有所帮助。
If you accidentally delete a folder on Netbean, the way to recover it is as follows. You can't revert deleted folders but you can revert deleted files. Follow these steps.
Note: I do not know if this works on windows, I know it worked for me on Linux. I also don't know if this works after you have closed Netbeans.
hope it helps someone.
你有一个在netbeans中删除包/目录/文件的问题吗?
不要惊慌,这很简单:
我想这会对你有帮助。
请享受您的代码。
You have a problem of package/directory/file deleted in netbeans?
Don't panic it is simple just:
I think it will help you.
Enjoy your code please.
当
我第一次开始使用 Visual C# 打开IDE和制作小程序无需保存。 所有文件都存储在临时文件夹中,退出 Visual C# 会擦除它们。 只需进行 recuva 扫描并按修改时间对找到的文件进行排序。 删除的文件是可以恢复的,但覆盖的文件则不同,因此请尽快运行该程序。
http://www.recuva.com/
saved me countless times when I first started with Visual C# opening the IDE and making mini programs without saving. All your files are stored in a temporary folder and exiting Visual C# wipes them. Just do a recuva scan and sort files found by modification time. Deleted files are recoverable, overwritten files however are a different story, so run the program as soon as possible.
实际上,比尝试加载 netbeans 项目资源管理器中不存在的项目更容易。
如果您本地仍然有这些文件,只需选择“打开项目”,您丢失的项目就会恢复到 netbeans 的项目资源管理器中。
Actually, easier then trying to load a project that does not exist in the project explorer of netbeans.
If you still have the files locally, just choose Open Project and your lost project will be restored to the Project explorer of netbeans.
不知道有没有temp文件夹。 Windows 搜索引擎无法找到它。 如果使用安全删除删除源文件;
在 Netbeans 上,Refactor-Undo[安全删除]选项可用于恢复...
I don't know if there is a temp folder. Windows search engine doesn't work to find it. If you delete the source file by using safely delete;
On Netbeans Refactor-Undo[Safely Delete] option can be used to recover...