上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: docker安装rabbitmq: docker-compose.yml: version: "3.2" services: rabbitmq: image: rabbitmq:3-management-alpine container_name: rabbitmq volumes: - /alid 阅读全文
posted @ 2021-07-04 16:44 佚小名 阅读(397) 评论(0) 推荐(0) 编辑
摘要: centos 下安装docker sudo su yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo https://download.docker.com/linux/c 阅读全文
posted @ 2021-06-28 10:37 佚小名 阅读(88) 评论(0) 推荐(0) 编辑
摘要: public function permissionStructure($Permissions,$Pid){ $child=[]; foreach ($Permissions as $key => $Permission) { if ($Permission['Pid']==$Pid) { $Pe 阅读全文
posted @ 2021-06-09 11:48 佚小名 阅读(39) 评论(0) 推荐(0) 编辑
摘要: preferences -> paceage Settings -> DocBlockr -> Settings User 输入下面代码 { "jsdocs_extra_tags":[ "Author Allen", "Date {{date}}" ] } 阅读全文
posted @ 2021-05-27 16:50 佚小名 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 设置全局账号密码 git config --global credential.helper store 修改git仓库地址 进入仓库根目录后 vi .git/config 查看远程与本地所有分支 git branch -a 拉取远程分支到本地 git checkout -b '车管家' remot 阅读全文
posted @ 2021-05-10 19:19 佚小名 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 使用国内 daocloud 一键安装命令: curl -sSL https://get.daocloud.io/docker | sh 1.停止docker服务systemctl stop docker2.创建新的docker目录,执行命令df -h,找一个大的磁盘如在 /opt目录下面建了/opt 阅读全文
posted @ 2021-05-10 10:47 佚小名 阅读(1117) 评论(0) 推荐(0) 编辑
摘要: /etc/sysconfig/iptables #ptables-save v1.4.7 on Thu Mar 2 00:52:21 2017 *filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -i 阅读全文
posted @ 2021-05-10 10:42 佚小名 阅读(48) 评论(0) 推荐(0) 编辑
摘要: server { listen 127.0.0.1:80; server_name demo.test.cn; try_files $uri $uri/ /index.html; location / { proxy_pass http://192.168.1.130:8080/; server_n 阅读全文
posted @ 2021-03-30 15:59 佚小名 阅读(2399) 评论(0) 推荐(0) 编辑
摘要: 解决方案: location /wechat_sroa { proxy_pass http://127.0.0.1:8080/wechat_sroa/; server_name_in_redirect off; proxy_set_header Host $host; proxy_set_heade 阅读全文
posted @ 2021-03-16 16:25 佚小名 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 参考:https://gitee.com/Tinywan/dnmp 拉取代码 git clone https://gitee.com/Tinywan/dnmp.git cd dnmp 新建配置文件 cp env.example .env 修改.env,对应共享目录 SOURCE_SHARE_DIR= 阅读全文
posted @ 2021-03-15 15:53 佚小名 阅读(707) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页