1、call函数封装实现 // 手写call函数 function call(Fn,obj,...arg){ // 如果obj为null或者undefined,则指向window if(obj undefined || obj null){ // globalThis是ES11的新特性,指向全局 o ...
分类:
Web程序 时间:
2021-02-16 12:28:26
阅读次数:
0
1. 10秒钟测试ip段所有IP的连通性 (base) [root@wlt-overseas-middleware-master ~]# cat su-asyncio-re-cancel.py import asyncio import time import re # call shell cmd ...
分类:
编程语言 时间:
2021-02-16 12:27:26
阅读次数:
0
The connection to the server 192.168.1.11:6443 was refused - did you specify the right host or port? 怀疑是不是kubelet挂了,检查 [root@master1 prometheus]# syst ...
分类:
移动开发 时间:
2021-02-16 12:26:05
阅读次数:
0
Introduction: It's a paper to reorganize the knowledge of List Rendering in Vue official guide. So a lot of content is from the Vue Official guide. Th ...
分类:
其他好文 时间:
2021-02-16 12:03:49
阅读次数:
0
问题描述 # python3.7 /tmp/demo.py Traceback (most recent call last): File "/tmp/demo.py", line 4, in <module> driver = webdriver.Chrome('/srv/sharing/pack ...
分类:
其他好文 时间:
2021-02-15 12:38:15
阅读次数:
0
Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such an arrangement is not pos ...
分类:
其他好文 时间:
2021-02-15 12:21:35
阅读次数:
0
Mongodb启动命令mongod参数说明mongod的主要参数有: 基本配置 --quiet # 安静输出 --port arg # 指定服务端口号,默认端口27017 --bind_ip arg # 绑定服务IP,若绑定127.0.0.1,则只能本机访问,不指定默认本地所有IP --logpat ...
分类:
数据库 时间:
2021-02-15 11:54:59
阅读次数:
0
1.开启对应Windows功能(适用于linux的Windows子系统) 2.微软商店对应下载 Windows terminal 、 ubantu 3.设置 Windows terminal ubantu:把下面这个加到/root/.bashrc里 #Fix mkdir command has wr ...
今日打算安装一下ReactNative官方推荐的脚手架工具Ignite。 文章目录 node版本升级 1.查看可以安装的node版本 2.选择一个版本进行安装 3.查看已安装的版本 遇到报错 查找问题所在 解决问题 node版本升级 1.查看可以安装的node版本 nvm ls-remote 1 2 ...
分类:
移动开发 时间:
2021-02-09 12:21:13
阅读次数:
0
开机按F2进入BIOS中进行设定,记得每做一步BIOS更改后 Apply 1. Secure Boot >Secure Boot Enable >将右侧这项改为Disable 2. 切换到 Sercurity >PPT Sercutity >右侧将PPT On前面的勾取消 3. General >A ...
分类:
移动开发 时间:
2021-02-09 12:18:43
阅读次数:
0