加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kaxiu_start.sh 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyflyy 提交于 2020-06-20 21:45 . add: 交流群二维码
#!/bin/bash
# 打开docker
open /Applications/Docker.app
# 打开idea
open /Applications/IntelliJ\ IDEA.app
# 打开hbuder
open /Applications/HBuilderX.app
# 打开chrome
open /Applications/Google\ Chrome.app
# 开启activemq服务
cd /Users/liyang/Applications/apache-artemis-2.9.0/bin/mybroker/bin/
./artemis-service start
# 打开openresty
cd /Users/liyang/work
./start.sh
# 打开docker服务 mysql、redis
sleep 30
docker start c4d962b85678
docker start 0be64017e380
exit
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化