11 2022 档案
摘要:VPN网络下maven报错“Could not transfer artifact xxx from/to xxx” 解决方案 子安 场景 settings.xml中的镜像地址来自VPN,部分示例如下: <mirror> <id>xx-repository-public</id> <mirrorOf
阅读全文
摘要:docker国内镜像加速地址 设置镜像地址 vim /etc/docker/daemon.json { "registry-mirrors": [ "https://0nmhlrxm.mirror.aliyuncs.com", "https://registry.docker-cn.com", "h
阅读全文
摘要:Docker快速安装DM达梦数据库环境、登录和创建用户 子安 官网安装步骤:https://eco.dameng.com/document/dm/zh-cn/start/dm-install-docker.html 下载地址: https://eco.dameng.com/download/ 拉取镜
阅读全文