出现问题 配置了两个不同的docker-compose.yml,使用了相同的网段,导致了在运行第二个yml文件时命令行报错目标网段已存在,报错如下: Creating network "v2_dev" with driver "bridge" ERROR: Pool overlaps with ot ...
分类:
其他好文 时间:
2020-06-18 19:58:35
阅读次数:
131
Centos7.5基于MySQL5.7的InnoDB Cluster多节点集群环境部署一.MySQL InnoDB Cluster 介绍MySQL的高可用架构解决方案,比如MMM, MHA, NDB Cluster, Galera Cluster, InnoDB Cluster, 腾讯的PhxSQL ...
分类:
数据库 时间:
2020-06-18 19:57:24
阅读次数:
94
centos 7 在虚拟机中出现 这个错误 导致进入不了系统。 经过一中午的百度测试了各种方法都不行。 导致出错的原因,应该是在安装各种软件时触动了 Gnome 桌面底层依赖的包。 最后找到了解决办法: 出现如上图界面后 然后ctrl+alt+F2 进入命令模式,然后输入root 账号和密码。 ro ...
分类:
其他好文 时间:
2020-06-18 15:49:14
阅读次数:
252
Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if th ...
分类:
其他好文 时间:
2020-06-18 13:17:39
阅读次数:
65
错误日志为: validateRenderPassDescriptor:757: failed assertion `Texture at colorAttachment[0] has usage (0x01) which doesn't specify MTLTextureUsageRenderT ...
分类:
编程语言 时间:
2020-06-17 23:26:14
阅读次数:
107
[BJDCTF 2nd]文件探测 这两天刷题碰到了一道稍微有难度的题,记录一下,有一些点是未被掌握到的。 home.php: <?php setcookie("y1ng", sha1(md5('y1ng')), time() + 3600); setcookie('your_ip_address', ...
分类:
其他好文 时间:
2020-06-17 20:38:29
阅读次数:
69
1072 Gas Station (30分) A gas station has to be built at such a location that the minimum distance between the station and any of the residential housi ...
分类:
其他好文 时间:
2020-06-17 18:32:50
阅读次数:
58
ShouldBindQuery 函数只绑定Get参数,不绑定post数据 package main import ( "log" "github.com/gin-gonic/gin" ) type Person struct { Name string `form:"name"` Address s ...
分类:
其他好文 时间:
2020-06-17 18:15:34
阅读次数:
46
STP生成树选举生成树选举步骤:1.选择根网桥网桥ID最小网桥ID=网桥优先级+网桥MAC地址网桥优先级:0-65535默认值:32768步长:40962.选择根端口(非根网桥)-此端口到达根网桥的路径成本最低-此端口直连的网桥ID最小-端口标识最小端口标识=端口优先级+端口编号端口优先级:0-240默认值:128步长:163.选择指定端口(每根网线)根网桥.上的所有端口都是指定端口-此端口所在交
分类:
其他好文 时间:
2020-06-17 16:47:03
阅读次数:
65