码迷,mamicode.com
首页 >  
搜索关键字:call apply bind    ( 18595个结果
web前端自定义函数工具库
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
python 协程 - asyncio-subprocess 并发执行命令
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
k8s集群执行apply报错
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
Vue2.x Methods of use v-for
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
「Selenium」- Can not connect to the Service /path/to/chromedriver @20210211
问题描述 # 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
LeetCode - Next Permutation
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的配置参数
Mongodb启动命令mongod参数说明mongod的主要参数有: 基本配置 --quiet # 安静输出 --port arg # 指定服务端口号,默认端口27017 --bind_ip arg # 绑定服务IP,若绑定127.0.0.1,则只能本机访问,不指定默认本地所有IP --logpat ...
分类:数据库   时间:2021-02-15 11:54:59    阅读次数:0
WSL安装流程 Windows下的linux
1.开启对应Windows功能(适用于linux的Windows子系统) 2.微软商店对应下载 Windows terminal 、 ubantu 3.设置 Windows terminal ubantu:把下面这个加到/root/.bashrc里 #Fix mkdir command has wr ...
分类:Windows程序   时间:2021-02-15 11:48:23    阅读次数:0
升级Node版本RN项目运行报错cb.apply is not a function
今日打算安装一下ReactNative官方推荐的脚手架工具Ignite。 文章目录 node版本升级 1.查看可以安装的node版本 2.选择一个版本进行安装 3.查看已安装的版本 遇到报错 查找问题所在 解决问题 node版本升级 1.查看可以安装的node版本 nvm ls-remote 1 2 ...
分类:移动开发   时间:2021-02-09 12:21:13    阅读次数:0
DELL BIOS中UEFI更改为Legacy
开机按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
18595条   上一页 1 ... 17 18 19 20 21 ... 1860 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!