摘要:
转自:http://blog.csdn.net/alan00000/article/details/44084455 svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码u 阅读全文
摘要:
参考: http://blog.csdn.net/longyulu/article/category/960994 转载地址:http://www.oschina.net/question/89964_65912?from=20120826 关于 “A LEFT JOIN B ON 条件表达式” 的 阅读全文
摘要:
ls ./*.zip | xargs -n1 unzip ls *.tar | xargs -i tar -xvf {} find . -name '*.zip' -exec unzip {} \; for i in * > do > unzip $i > done #!/bin/bash for 阅读全文