上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: http://www.uqugu.com/blog/article/svn-checkout-specified-forder/ svn有时只想检出指定目录,对于其他的大文件目录则不想检出,如不想检出python代码中的site-packages。可以用以下的方法。 1.检出feat/2中的所有文件 阅读全文
posted @ 2018-03-27 11:13 二虎 阅读(3447) 评论(0) 推荐(0) 编辑
摘要: 经过搜索之后了解到,出现该问题的原因是 git 使用的默认分页程序是 less,而默认的直接运行 less 的话,会无法正确解析转义字符。但是如果以 -r 命令来运行 less 的话,就可以解决了。故解决办法就是将 git 的默认分页程序改为 “less -r” 来运行,如下: 1 git conf 阅读全文
posted @ 2018-03-26 15:11 二虎 阅读(665) 评论(0) 推荐(0) 编辑
摘要: SuSE11下载网址 阅读全文
posted @ 2018-03-22 00:23 二虎 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-03-21 19:39 二虎 阅读(2407) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/11381514/undefined-reference-when-compiling-openssl I ran into the same problem, and was able to solve it by passi 阅读全文
posted @ 2018-03-21 18:41 二虎 阅读(1492) 评论(0) 推荐(0) 编辑
摘要: /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 阅读全文
posted @ 2018-03-21 10:29 二虎 阅读(1563) 评论(0) 推荐(0) 编辑
摘要: 找到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 阅读全文
posted @ 2018-03-21 09:54 二虎 阅读(497) 评论(1) 推荐(0) 编辑
摘要: linux下安装svn出现configure: error: We require OpenSSL; try --with-openssl http://blog.csdn.net/woshixiongjin/article/details/9174529 错误提示需要安装openssl,所以我就安 阅读全文
posted @ 2018-03-19 18:42 二虎 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Linux系统下升级Python版本步骤(suse系统) http://blog.csdn.net/lifengling1234/article/details/53536493 阅读全文
posted @ 2018-03-19 17:17 二虎 阅读(235) 评论(0) 推荐(0) 编辑
摘要: git commit --amend 阅读全文
posted @ 2018-03-15 19:52 二虎 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页