摘要:
一、yum源安装 # yum -y install docker-compose 二、测试安装是否成功 # docker-compose version 阅读全文
2020年4月16日 #
摘要:
一:docker安装(Yum 安装) 1、安装 yum-utils , 这样就能使用 yum-config-manager 工具设置 Yum 源: # sudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 (更新yu 阅读全文
2020年4月15日 #
摘要:
一:登录前端,创建业务字典 系统管理——>业务字典——>新增业务字典,输入 字典编号:settlementMethod 字典名称:结算方式 字典排序:1 是否封存:否 然后保存 然后右边增加业务字典详情: 字典名称:微信 字典键值:1 字典排序:1 是否封存:否 保存,增加第二个字典详细: 字典名称 阅读全文
2019年12月25日 #
摘要:
scp -r dist root@101.200.154.43:/data/nginx/nginx/web/html 带-r表示上传整个文件夹 阅读全文
2019年12月13日 #
摘要:
出错信息: Building image harbor.zhangshuiqing.com:8081/blade/Bladex-boot:2.2.1.release十二月 13, 2019 11:22:56 下午 com.spotify.docker.client.shaded.org.apache 阅读全文
摘要:
mvn clean package docker:build 错误提示: Failed to execute goal com.spotify:docker-maven-plugin:1.1.0:build (default-cli) on project bladex-boot: Exceptio 阅读全文
2019年12月4日 #
摘要:
一:安装docker 二:安装docker-compose 三:安装Harbor 四:配置Harbor使用https和2376端口 在/etc/docker 目录下面创建文件:create_tls_certs.sh的文件,内容如下: #创建 Docker TLS 证书#!/bin/bash #相关配 阅读全文
2019年11月26日 #
摘要:
一:增加对应的工作流文件,详细,表单和views/work/processaacrmbiz(增加自己的leave及文件) detail.vue form.vue handle.vue 二:增加APIapi/work/process.js文件中增加如下内容:// 业务申请流程 ///blade-flo 阅读全文
2019年11月22日 #
摘要:
一:启动dockerservice docker start二:启动mysqldocker start mysql三:启动Harborsystemctl restart docker(如有修改daemon.json文件则用:systemctl daemon-reload && systemctl r 阅读全文
摘要:
一:引用import {getDeptTree} from "@/api/system/dept";二: { label: "部门id", prop: "deptId", type: "dept", },更换为: { label: "所属部门", prop: "deptId", type: "tre 阅读全文