摘要:
参考:https://www.cnblogs.com/fengyumeng/p/11133924.html 下载 wget https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.7.15/rabbitmq-server-ge 阅读全文
摘要:
https://blog.csdn.net/u014157384/article/details/79497761 阅读全文
摘要:
svn https://mirrors.aliyun.com/apache/subversion/ 阅读全文
摘要:
https://www.cnblogs.com/hi-blog/p/how-to-update-git-on-centos7.html 阅读全文
摘要:
mkdir /usr/local/redis-cluster/ && cd /usr/local/redis-cluster cp /usr/local/redis-3.2.8/src/{redis-server,redis-cli,redis-trib.rb} . cp /usr/local/re 阅读全文
摘要:
系统centos6.5 redis版本5.0.5 安装 cd /home/tool wget https://udomain.dl.sourceforge.net/project/tcl/Tcl/8.6.10/tcl8.6.10-src.tar.gz tar -zxvf tcl8.6.10-src. 阅读全文
摘要:
.escript .beam .zip 生成.zip 1) >{ok, [_, _, _, {_, Beam}]} = escript:extract("hello_erlang.beam", []). >file:write_file("hello_erlang.zip", Beam). 2) . 阅读全文
摘要:
一、 搭建仓库:git init 设置upstream git remote -v git remote rm orgin git remote add origin git@github.com:*/*.git git push--set-upstream origin master 二、 搭建服 阅读全文
摘要:
主机:192.168.20.153从机:192.168.20.167 在两台机操作上面创建svn仓库cd /data/svnsvnadmin create repos1cd repos1cd conf 修改conf/svnserve.conf[root@ repos2]$ grep -v "^#" 阅读全文
摘要:
#!/bin/bash ROOT=`cd $(dirname $0); pwd`HOOKS=$ROOT/hooks HOST=svn://192.168.20.153/repos1SLAVE=svn://192.168.20.167/repos1 USERNAME=laiyuzhouPASSWORD 阅读全文