摘要:
设置环境变量:(以动态链接库路径作为例子) 1.临时的:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:new_path_name, 其中new_path_name为新增的路径。这个只对当前shell有效。重启即消失。 2.永久的:vim /etc/profile, 阅读全文
摘要:
1.下载rabbitmq-sever3.7.7,我下的是RHEL/CentOS 6.x, 你的系统是哪个版本就下哪个https://github.com/rabbitmq/ Downloads on GitHub Windows installer Debian, Ubuntu RHEL/CentO 阅读全文