edrp.cn的Blog

学习,需要交流,欢迎大家和我共同来学习C#,ASP.NET,MS SQL Server开发Web项目,欢迎大家和我交流

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 43 下一页

2020年4月16日 #

摘要: 一、yum源安装 # yum -y install docker-compose 二、测试安装是否成功 # docker-compose version 阅读全文
posted @ 2020-04-16 17:10 edrp.cn 阅读(291) 评论(0) 推荐(0) 编辑

摘要: 一:docker安装(Yum 安装) 1、安装 yum-utils , 这样就能使用 yum-config-manager 工具设置 Yum 源: # sudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 (更新yu 阅读全文
posted @ 2020-04-16 16:59 edrp.cn 阅读(433) 评论(0) 推荐(0) 编辑

2020年4月15日 #

摘要: 一:登录前端,创建业务字典 系统管理——>业务字典——>新增业务字典,输入 字典编号:settlementMethod 字典名称:结算方式 字典排序:1 是否封存:否 然后保存 然后右边增加业务字典详情: 字典名称:微信 字典键值:1 字典排序:1 是否封存:否 保存,增加第二个字典详细: 字典名称 阅读全文
posted @ 2020-04-15 10:49 edrp.cn 阅读(1674) 评论(0) 推荐(0) 编辑

2019年12月25日 #

摘要: scp -r dist root@101.200.154.43:/data/nginx/nginx/web/html 带-r表示上传整个文件夹 阅读全文
posted @ 2019-12-25 11:45 edrp.cn 阅读(277) 评论(0) 推荐(0) 编辑

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 阅读全文
posted @ 2019-12-13 23:30 edrp.cn 阅读(552) 评论(0) 推荐(0) 编辑

摘要: 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 阅读全文
posted @ 2019-12-13 23:20 edrp.cn 阅读(1072) 评论(0) 推荐(0) 编辑

2019年12月4日 #

摘要: 一:安装docker 二:安装docker-compose 三:安装Harbor 四:配置Harbor使用https和2376端口 在/etc/docker 目录下面创建文件:create_tls_certs.sh的文件,内容如下: #创建 Docker TLS 证书#!/bin/bash #相关配 阅读全文
posted @ 2019-12-04 14:46 edrp.cn 阅读(497) 评论(0) 推荐(0) 编辑

2019年11月26日 #

摘要: 一:增加对应的工作流文件,详细,表单和views/work/processaacrmbiz(增加自己的leave及文件) detail.vue form.vue handle.vue 二:增加APIapi/work/process.js文件中增加如下内容:// 业务申请流程 ///blade-flo 阅读全文
posted @ 2019-11-26 16:34 edrp.cn 阅读(182) 评论(0) 推荐(0) 编辑

2019年11月22日 #

摘要: 一:启动dockerservice docker start二:启动mysqldocker start mysql三:启动Harborsystemctl restart docker(如有修改daemon.json文件则用:systemctl daemon-reload && systemctl r 阅读全文
posted @ 2019-11-22 16:27 edrp.cn 阅读(519) 评论(0) 推荐(0) 编辑

摘要: 一:引用import {getDeptTree} from "@/api/system/dept";二: { label: "部门id", prop: "deptId", type: "dept", },更换为: { label: "所属部门", prop: "deptId", type: "tre 阅读全文
posted @ 2019-11-22 10:28 edrp.cn 阅读(935) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 43 下一页