1.With reference to the sample HR Schema in Oracle Express 18c docker container, write the SQL query statements AND capture a screenshot of the output ...
分类:
其他好文 时间:
2020-10-21 21:09:43
阅读次数:
34
1.下载镜像文件 下载mysql镜像,指定版本号5.7,如果未指定下载最新版本docker pull mysql:5.7 查看已下载的镜像 docker images 2.创建实例并启动 #创建并启动mysql实例docker run -p 3306:3306 --name mysql \ -v / ...
分类:
其他好文 时间:
2020-10-21 20:47:16
阅读次数:
16
npm config set registry https://registry.npmjs.org/ npm config set registry https://registry.npm.taobao.org npm install -g vue npm install -g @vue/cli ...
分类:
其他好文 时间:
2020-10-21 20:39:48
阅读次数:
21
先直接展示配置文件,如下所示(使用的话直接复制,然后改改ip和port即可) map $http_upgrade $connection_upgrade { default upgrade; '' close; } upstream wsbackend{ server ip1:port1; serv ...
分类:
Web程序 时间:
2020-10-20 16:42:29
阅读次数:
43
一、错误截图 1、“无法访问上的远程注册表,请确保远程注册表服务正在运行,并且已启用远程管理” 二、解决办法 修改Remote Registry服务为自动,并启动,最后需要重启服务器,再次添加就可以了 ...
分类:
其他好文 时间:
2020-10-20 16:40:24
阅读次数:
38
将镜像推送到私有仓库,出现错误“received unexpected HTTP status: 500 Internal Server Error” ...
分类:
Web程序 时间:
2020-10-20 16:39:35
阅读次数:
33
1、安装nginx yum -y install gcc make zlib-devel pcre pcre-devel openssl-devel sudo yum install -y nginx 2、配置防火墙80与443 sudo firewall-cmd --permanent --zon ...
分类:
其他好文 时间:
2020-10-20 16:25:08
阅读次数:
28
在 MacOS 上安装最新版的 MySQL 有三种方法: 使用 Docker 安装; 使用 Homebrew 运行 brew install mysql 安装; 使用安装包安装。 我们本文将采用最常规的方式,也就是安装包的方式进行安装,这也是我推荐给新手的安装方式,因为这种安装方式更直观更可控一些, ...
分类:
数据库 时间:
2020-10-20 16:24:26
阅读次数:
33
一.前置条件 1.需要安装docker 并运行 2.需要安装docker-compose 二.下载离线安装包 1.tar -zxvf harbor.v1.5.1.tar.gz 2.vim harbor.cfg 编辑配置文件 1.hostname = A.B.C.D # 写你自己的网址或IP,公网访问 ...
分类:
其他好文 时间:
2020-10-19 23:07:01
阅读次数:
31
早上刚到公司,老大说,运行着gogs代码库和mariadb数据库的宿主机崩溃了(ubuntu18.04LTS)。重启电脑,默认方式启动,进入系统过程中抛出异常,信息为endKernelpanic-notsyncing:Noworkinginitfound.使用恢复模式启动,可选的启动项有6个,分别对应3个内核版本(Linux4.15.0-118,Linux4.15.0-117和Linux4.15.
分类:
其他好文 时间:
2020-10-19 22:52:14
阅读次数:
24