删除svn文件

sudo find . -name ".DS_Store" -exec rm -r {} \;

sudo find . -name ".git" -exec rm -r {} \;

最新文章

  1. PHP的函数应用
  2. tomcat架构之-----基本概念
  3. android中的图片处理
  4. SQL 触发器 instead of | insert
  5. <iOS>other linker flags[转]
  6. 【转+分析】JAVA: 为什么要使用"抽象类"? 使用"抽象类"有什么好处?
  7. Brew 编译mod错误Error: L6265E: Non-RWPI Section libspace.o(.bss) cannot be assigned to PI Exec region ER_ZI
  8. cocos2d-x jsb 防止触摸事件传递
  9. How to change a product dropdown attribute to a multiselect in Magento
  10. PHP - 抓取电视剧资源
  11. Spring+mybatis 实现aop数据库读写分离,多数据库源配置
  12. freemarker写select组件报错总结(三)
  13. login shell 和 non-login shell 的区别
  14. [LeetCode] 4. 寻找两个有序数组的中位数
  15. python中栈的单链表实现
  16. Spring MVC启动过程(1):ContextLoaderListener初始化
  17. 安装Inotify-tools
  18. Office常用技巧
  19. 爬虫初窥day3:BeautifulSoup
  20. (C#)字符串反转

热门文章

  1. select、poll、epoll三组IO复用
  2. Hibernate自定义数据库查询(排序、输出条数)
  3. sencha touch 框架的几种核心脚本文件之间的区别
  4. 树莓派做AP发射wifi(RTL8188CUS芯片) 分类: shell ubuntu Raspberry Pi 2014-11-29 01:25 822人阅读 评论(0) 收藏
  5. javascript高级培训课程(一)
  6. Android4.0的Alertdialog对话框,设置点击其他位置不消失
  7. 解决Chrome谷歌浏览器不支持CSS设置小于12px的文字
  8. HTTP协议 流程图
  9. CSS3 box-sizing 属性
  10. app包中的fragment和v4包中的fragment的使用的区别