首先说一下父子组件 传参,接参 第一步。导入子组件 例 // const auditTrace_a = () => import ('./auditTrace')异步 import auditTrace_a from './auditTrace' //同步导入 第二步。组件引用 components ...
分类:
其他好文 时间:
2021-05-24 05:12:40
阅读次数:
0
<meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="yes" name="apple-touch-fullscreen" /> <meta content="telephone=no,email=no" ...
分类:
其他好文 时间:
2021-05-24 04:07:54
阅读次数:
0
示例 # pip install aiohttp import asyncio import aiohttp headers = { "Referer": "https://vod.bunediy.com", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; ...
分类:
编程语言 时间:
2021-05-24 02:57:18
阅读次数:
0
def str_to_dic(headerStr, stripIsNotvalid=None): dict = collections.OrderedDict() #对字典对象中元素的排序。 if headerStr.strip(): for headItem in headerStr.split( ...
分类:
其他好文 时间:
2021-05-24 00:24:16
阅读次数:
0
Vue中对watch的理解(尤其是immediate和deep属性) computed vue 不 触发_vue中watch,computed,mehtod执行顺序 ...
分类:
其他好文 时间:
2021-05-03 11:57:41
阅读次数:
0
已知macOS 11.3修复了一个主要漏洞(该漏洞使Shlayer恶意软件绕过了GateGeeper和File Quarantine等苹果公司的保护措施。) 各位Mac用户,笔者建议尽快更新到Apple的新macOS 11.3软件,因为它包含重要的恶意软件修复程序。可以极大地提高Mac的安全性能 除 ...
分类:
系统相关 时间:
2021-04-30 11:56:56
阅读次数:
0
// watch 简单应用 watch(data, () => { document.title = 'updated ' + data.count }) // watch 的两个参数,代表新的值和旧的值 watch(refData.count, (newValue, oldValue) => { ...
分类:
其他好文 时间:
2021-04-28 12:15:10
阅读次数:
0
向前删除:delete 向后删除:control + D safair快捷键: 新增一个tab页:ctrl + T 关闭一个tab页:command+w 其他safair快捷键:https://support.apple.com/zh-cn/guide/safari/cpsh003/mac ...
分类:
系统相关 时间:
2021-04-26 13:16:55
阅读次数:
0
命令基本语法 功能描述 help 显示所有操作命令 ls path [watch] 显示所有操作命令 ls path [watch] 查看当前节点数据并能看到更新次数等数据 create 普通创建, -s 含有序列, -e 临时(重启或者超时消失) get path [watch] 获得节点的值 s ...
分类:
其他好文 时间:
2021-04-20 15:33:29
阅读次数:
0
Mac下Core Shell 使用lrzsz命令,上传,下载文件 新增~/.bashrc_Core_Shell # Bash support for Core Shell, reference: /etc/bashrc_Apple_Terminal on macOS # Report Working ...
分类:
系统相关 时间:
2021-04-20 15:02:28
阅读次数:
0