随笔分类 - 软件安装
日常开发工作需要用到的软件安装
摘要:注意:重启或者从睡眠中唤醒虚拟机后,要systemctl restart network 前期准备 下载:http://www.oracle.com/technetwork/cn/server-storage/virtualbox/downloads/index.html 安装:https://bl
阅读全文
摘要:参考文献 版本对照表 https://www.rabbitmq.com/which-erlang.html 安装过程中遇到问题相关博客 http://blog.csdn.net/qq315737546/article/details/53105418 http://blog.csdn.net/lee
阅读全文
摘要:一、下载 1.官网下载页面:https://www.mysql.com/downloads/ 2.选择社区免费版 MySQL Community (GPL) Downloads » 3.选择 MySQL Community Server 4.下载相应版本(下载需要登录,按要求注册或登录即可) 二、解
阅读全文
摘要:前言 本教程是在同一台Linux服务器上搭建三个节点Kafka集群,Zookeeper是使用单独安装的(安装教程),同学们也可以使用Kafka中自带的Zookeeper(可网上查询)。 一.下载 wget https://mirrors.bfsu.edu.cn/apache/kafka/2.7.0/
阅读全文
摘要:一.下载 1.直接使用wget命令: wget https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.6.2/apache-zookeeper-3.6.2-bin.tar.gz 2.到官网下载:https://zookeeper.apach
阅读全文
摘要:1.下载 wget https://mirrors.bfsu.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz 2. 解压并复制到指定目录(通常放在/usr/local) tar -zxvf apache
阅读全文