码迷,mamicode.com
首页 >  
搜索关键字:not in current selec    ( 7498个结果
基于 kubeadm 搭建高可用的kubernetes 1.18.2 (k8s)集群 三 集群可用性测试
1. 创建nginx ds # 写入配置 $ cat > nginx-ds.yml <<EOF apiVersion: v1 kind: Service metadata: name: nginx-ds labels: app: nginx-ds spec: type: NodePort selec ...
分类:Web程序   时间:2020-05-28 23:22:44    阅读次数:128
GB/T 3906-2020 3.6 kV~40.5 kV交流金属封闭开关设备和控制设备
点击下载该标准 标准编号:GB/T 3906-2020 标准名称:3.6 kV~40.5 kV交流金属封闭开关设备和控制设备 英文名称:Alternating-current metal-enclosed switchgear and controlgear for rated voltages a ...
分类:其他好文   时间:2020-05-28 16:29:56    阅读次数:974
VRRP
VRRP config global_defs 'globals' option router_id 'LVS_DEVEL' option enabled '1' # 使能状态 option current_status 'NOTIFY_STOP' # 切换时记录当前的状态,也可在配置文件keepa ...
分类:其他好文   时间:2020-05-28 13:07:06    阅读次数:65
滚动视差
先看一下实现的效果: 以上通过滚动,图片随之滚动 看起来蜜汁酷炫 实现原理就是: 滚动视差,是指让多层背景以不同的速度移动,形成立体的运动效果,带来非常出色的视觉体验。 使用技术很简单,只需要css属性: background-attachment: fixed; 无需任何js复杂代码 代码如下: ...
分类:其他好文   时间:2020-05-27 20:17:19    阅读次数:70
Chrome自动刷新网页脚本
脚本用于在Chrome的Console内定时刷新网页 timeout=prompt("Set timeout (Second):"); count=0 current=location.href; if(timeout>0) setTimeout('reload()',1000*timeout); ...
分类:Web程序   时间:2020-05-27 18:35:28    阅读次数:175
解决vue-router路由跳转的问题 message: "Navigating to current location ("/homePage") is not allowed",警告的问题
错误代码: 1 NavigationDuplicated {_name: "NavigationDuplicated", name: "NavigationDuplicated", message: "Navigating to current location ("/index") is not ...
分类:其他好文   时间:2020-05-27 15:14:34    阅读次数:200
server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: Type: RSGhost 错误的解决方法
编写容器内运行的集成测试,需要用到 MongoDB 的 replica set,在程序连接数据库时报了这样的错: server selection timeout, current topology: { Type: ReplicaSetNoPrimary, Servers: Type: RSGho ...
分类:其他好文   时间:2020-05-27 12:33:58    阅读次数:182
123
事件 开关控制.创建完毕() 数据库表="KGKZtable" 如果 数据表是否存在(数据库表) = 假 则 创建数据表(数据库表,"id text,A1 text,A2 text,A3 test") 插入记录(数据库表,"'1','OFF','1','0'") 命令1 = 数据库查询("SELEC ...
分类:其他好文   时间:2020-05-26 20:27:08    阅读次数:54
mysql安装常见错误
安装MySQL报错 : ERROR 1819 (hy000): Your password does not satisfy the current policy requirements MySQL5.7为root用户随机生成了一个密码,在error log中,关于error log的位置,如果安 ...
分类:数据库   时间:2020-05-26 18:44:24    阅读次数:162
shell md5加密生成秘钥
#!/bin/bash current=`date "+%Y%m%d%H%M%S"` source 引入配置文件/config1.sh key=`echo -n $current$hash_key|md5sum|cut -d" " -f1` status="`ps -ef |grep "curl 配 ...
分类:系统相关   时间:2020-05-26 12:06:29    阅读次数:91
7498条   上一页 1 ... 40 41 42 43 44 ... 750 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!