java - 从 Eclipse 返回已删除的项目

标签 java eclipse eclipse-plugin data-recovery

我有严重的问题,我已经从 Eclipse 中删除了 Java 项目,并且 CVS 上没有新的修订版。有没有机会归还那个项目或者我是najebao?

最佳答案

Eclipse - Managing Files and Projects说:

To delete a project right click on the project in the package viewer. Again, select "Delete" from the context menu. This time, a dialog box will appear asking you if you want to also delete all of the files in the project's directory. The default is "Do not delete contents". If you select this option, the Java files that were a part of that project will not be deleted. If you are sure you no longer need the project delete the contents instead.

所以可能你刚刚从 eclipse 中删除了它,但它仍然在你的硬盘上。否则你必须使用 Data Recovery Softwares

关于java - 从 Eclipse 返回已删除的项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4556438/

相关文章:

java - 行为和忙碌指示器

java - 在java中将带空格的字符串转换为整数

eclipse - 类型转换为 Dalvik 格式失败 : Unable to execute dex: wrapper was not properly loaded first

java - Maven 或不 Maven

eclipse - 协作者如何将他们的更改推送到我在 GitHub 中的存储库

Facelets 文件的 Eclipse 插件

java - JVM 如何以及在何处处理键盘敲击?

java - 不是为 Long 类型自动生成 id,而是为 Spring Data Elasticsearch 中的 String 类型字段自动生成 id

java - 从插件: "org.eclipse.jface"调用代码时出现问题

Eclipse IDE : How to zoom in on text?