- 博客(5)
- 收藏
- 关注
原创 mac安装zookeeper
官网下载 https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/ 注意:下载带-bin的压缩包,不然启动会报 mac Starting zookeeper … FAILED TO START 错误原因: 找不到主启动类:org.apache.zookeeper.server.quorum.QuorumPeerMain 在zookee...
2020-03-05 11:55:51
471
原创 Mac安装RattitMQ
1、安装 打开Mac终端,执行:brew install rabbitmq 问题 1. 如果提示 -bash: brew: command not found 则需要执行 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)") 安装brew 问题 2. ...
2020-02-23 18:20:16
296
原创 Typoro(mac)学习
标题 一个# + 空格 +标题名字 : 一级标题。依次类推,最多六级 对应mac快捷键 command + 1/2/3/4/5/6 字体 字体加粗 Hello world ! ---- (** Hello world !**) 两边加两个星号,字体变粗。 对应mac快捷键:command+b 字体斜体 1、Hello world ! ---- (* Hello world...
2020-02-23 17:51:57
1072
原创 java如何创建多线程
继承Thread类 public class ThreadDemo { public static void main(String[] args) { Task1 task1 = new Task1(); task1.start(); } } class Task1 extends Thread{ @Override public void run() { for (int ...
2020-02-23 17:50:15
141
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人