摘要:
http://www.uqugu.com/blog/article/svn-checkout-specified-forder/ svn有时只想检出指定目录,对于其他的大文件目录则不想检出,如不想检出python代码中的site-packages。可以用以下的方法。 1.检出feat/2中的所有文件 阅读全文
摘要:
经过搜索之后了解到,出现该问题的原因是 git 使用的默认分页程序是 less,而默认的直接运行 less 的话,会无法正确解析转义字符。但是如果以 -r 命令来运行 less 的话,就可以解决了。故解决办法就是将 git 的默认分页程序改为 “less -r” 来运行,如下: 1 git conf 阅读全文
摘要:
SuSE11下载网址 阅读全文
摘要:
1:*** WARNING: renaming "_ssl" since importing it failed: libssl.so.1.0.0: cannot open shared object file: No such file or directory Failed to build t 阅读全文
摘要:
https://stackoverflow.com/questions/11381514/undefined-reference-when-compiling-openssl I ran into the same problem, and was able to solve it by passi 阅读全文
摘要:
/usr/local/lib64/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup':dso_dlfcn.c:(.text+0x30): undefined reference to `dlopen'dso_dlfcn.c:(.tex 阅读全文
摘要:
找到git-completion bash文件 find / -name 'git-completion' /usr/share/doc/git-1.7.1/contrib/completion/git-completion.bash 复制文件 cp /usr/share/doc/git-1.7.1 阅读全文
摘要:
linux下安装svn出现configure: error: We require OpenSSL; try --with-openssl http://blog.csdn.net/woshixiongjin/article/details/9174529 错误提示需要安装openssl,所以我就安 阅读全文
摘要:
Linux系统下升级Python版本步骤(suse系统) http://blog.csdn.net/lifengling1234/article/details/53536493 阅读全文
摘要:
git commit --amend 阅读全文