文章目录
  1. 1. javascript window.postMessage
  2. 2. 时区bug,不同浏览器默认时区不一致,开发使用事件时最好加上时间时区
  3. 3. react学习
  4. 4. 多个ssh key同时使用
  5. 5. shell 打开finder
  6. 6. mac显示桌面
  7. 7. 学习fis

javascript window.postMessage

时区bug,不同浏览器默认时区不一致,开发使用事件时最好加上时间时区

react学习

  • react数组解析
    1
    2
    3
    {this.state.arr.map(({prop1,prop2}) => (
    <div>{prop1} and {prop2}</div>
    ))}

多个ssh key同时使用

shell 打开finder

  • open .

mac显示桌面

  • F11
  • Command + F3
  • Trackpad 上 五指散开
  • 如果有多个桌面,四指滑动到空白的桌面即可
  • 配置触角 (偏好设置 Mission Control」里可以设定此功能的「触发角」和键盘快捷键;)

学习fis

  • npm install fis3 -g
  • fis3 -v
  • fis3 release
  • fis3 server
  • fis3.match
  • useHash
  • csssprite
  • watch
文章目录
  1. 1. javascript window.postMessage
  2. 2. 时区bug,不同浏览器默认时区不一致,开发使用事件时最好加上时间时区
  3. 3. react学习
  4. 4. 多个ssh key同时使用
  5. 5. shell 打开finder
  6. 6. mac显示桌面
  7. 7. 学习fis