stable-diffusion-webui 启动

1.github 拉取代码 https://github.com/AUTOMATIC1111/stable-diffusion-webui git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git


使用docker 部署 Rocket

拉取服务镜像 docker pull apache/rocketmq 拉取控制台镜像 docker pull apacherocketmq/rocketmq-dashboard 创建日志、脚本文件夹,并赋予权限 启动服务镜像容器,将服务镜像启动脚本拷贝一份到容器外 docker cp rmqname


Git命令篇

1.放入暂存区 git status 查看当前状态 git stash save ‘当前暂存说明’ git stash list 查看所有临时列表 git stash pop 恢复最近一次暂存的临时分支, 并且删除掉临时仓库 git stash apply id 恢复暂存临时分支, 通过id来恢复,