240 发简信
IP属地:浙江
  • react 常见报错

    1. 未加关键字 key Warning: Each child in a list should have a unique "key" pr...

  • 利用事件委托实现点击li列表

    事件委托就是事件冒泡加事件源,给父类元素绑定事件,来监听子元素的冒泡事件,并找到是哪个子元素(事件源)的事件点击事件绑定在 ul 上 给单个 l...

  • 常用方法集合

    js 强制保留两位小数

  • mac 快捷键

    Command + Shift + . 文件显示隐藏Command + O 打开文件夹Command + Shift + G 访问达下打开/进...

  • Resize,w 360,h 240
    git pull 覆盖本地恢复

    查看最近提交状态 git reflogimage.png 找到需要回退的版本 git reset --hard 2609a84

  • Git: fatal: will not add file alias xxx(XXX already exists in index)

    Git: fatal: will not add file alias 'src/page/activity/christmas/Christm...

  • react-hooks

    react-hooks react-hooks 是react16.8以后,react新增的钩子API,目的是增加代码的可复用性,逻辑性,弥补无状...