兄弟组件通信
方法一:状态提升
子组件先将数据传递到父组件,父组件再把数据传到另一个子组件中。
import { useState } from "react";
// 定义A组件,向B组件发送数据
function A({ onGetMsg }) {const name "this is A na…
有个更全的:提高编程效率的30个VScode插件 Image preview(图片预览) any-rule(正则表达式大全) px to rem & rpx & vw(cssrem)(px和rem之间转换) 小程序开发助手 Auto Close Tag A…
docker目录挂载失败:Check if the specified host path exists and is the expected type
docker目录挂载命令,其目的是为了达到修改linux上的文件同步到容器上,从而实现修改容器的配置文件。
在docker目录挂载或启动容器时报错,…