using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 进制转换 { class Program { #region 直接删除指定目录下的所有文件及文件夹(保留目录) /// <summary> ///直接删除指定目录下的所有文件及文件夹(保留目录) /// </summary> ///…
http://blog.sina.com.cn/s/blog_694d806e0100kaqz.html 用TortoiseSVN: 1.在本地working copy中,用TortoiseSVN->Show log查看版本库的历史记录.可以用search. 2.找到删除该文件或者文件夹的版本,在Log message里右键Revert the changes from this revision. 3.该文件或文件夹就被恢复到本地的working copy中了.如果是误删除的,commit到R…