做项目的时候,不小心把Eclipse下的么个文件删除了,虽然有svn但是最新修改的代码没有提交,怎么办,在网上查了下,eclipse是可以还原删除文件的.具体做法如下所示 恢复删除的文件 1 在项目上点击鼠标右键,选择Restore From Local History 2 选择需要恢复的文件 恢复修改的文件 同样eclipse也可以恢复文件修改或删除的内容 1 在所需文件上鼠标右键,选择Replace With->Local History 2 选择要恢复内容的文件 OK,以后不小心删除文…
linux下生成core dump文件方法及设置 from:http://www.cppblog.com/kongque/archive/2011/03/07/141262.html core dump的概念: A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated a…