新安装的horizon7,只能使用localhost/admin登陆,无法使用fqdn登陆,查询KB解决方法如下:要解决此问题,请执行以下选项之一:使用localhost或者连接服务器配置中“安全加密链路URL”字段中的URL。使用以下步骤关闭来源检查:在C:\ProgramFiles\VMware\VMwareView\Server\sslgateway\conf中,为每个连接服务器创建一个名为
分类:
其他好文 时间:
2020-09-17 22:06:45
阅读次数:
39
基于服务器版ubuntu16.04,使用官方脚本安装docker及优化
分类:
系统相关 时间:
2020-09-17 22:04:40
阅读次数:
50
安装过程中报错,如下图所示。 The specified TCP port is occupied by another service.Please stop that service or use another port.(指定tcp端口已被占用,请停止那个服务或是换一个端口使用) 开始看到这 ...
分类:
其他好文 时间:
2020-09-17 21:47:07
阅读次数:
31
第1章 MySql架构 1.1 MySql逻辑架构 第一层:连接层,负责连接处理、授权认证、安全等。 第二层:Server层,提供MySql核心服务,查询解析、分析、优化、缓存、内置函数、存储过程、触发器、视图等跨存储引擎的功能。 第三层:存储引擎层。负责数据的存储和提取。 1.2 并发控制 服务器 ...
分类:
数据库 时间:
2020-09-17 21:40:41
阅读次数:
36
ABC咕咕咕 D. Polycarp and Div 3 题意:给一个数字串,问最多能选出几个不相交的子串使得它们组成的 $10$ 进制数都是 $3$ 的倍数。 \(|s| \leq 2\times 10^5\) 题解: \(dp_{i,j}\) 表示第 \(i\) 为,数字和 \(\%3\) 为 ...
分类:
其他好文 时间:
2020-09-17 21:27:54
阅读次数:
28
拉取MySQL镜像 ## 下载最新版本的MySQL镜像 docker pull mysql 创建两个主从MySQL数据库容器 第一步,需要创建一个目录,用来存放与容器中配置文件对应的物理地址 目录结构如下: master my.cnf配置文件内容如下: [mysqld] server_id = 1 ...
分类:
数据库 时间:
2020-09-17 21:17:05
阅读次数:
46
DVWA On KALI 参考: https://github.com/digininja/DVWA 和windows不同, KALI使用MariaDB代替MySQL 安装服务 apt-get -y install apache2 mariadb-server php php-mysqli php- ...
分类:
其他好文 时间:
2020-09-17 21:08:03
阅读次数:
31
一 什么是 Nacos 服务注册中心和配置中心。 二 使用 下载和启动 使用有两种方式 1.自己下载源码编译 2.下载编译好的压缩包 我比较懒选择了第二种方式。 最新稳定版本 下载地址:https://github.com/alibaba/nacos/releases 还有的版本是:https:// ...
分类:
其他好文 时间:
2020-09-17 20:57:52
阅读次数:
32
Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached hostfile * base: mirrors.aliyun.com * c6-media: * extras: ...
分类:
其他好文 时间:
2020-09-17 20:48:20
阅读次数:
33
@media screen and (orientation: portrait) { html{ width : 100vmin; height : 100vmax; } body{ width : 100vmin; height : 100vmax; } #gyroContain{ width ...
分类:
Web程序 时间:
2020-09-17 19:51:58
阅读次数:
61