
前端
oleolema
这个作者很懒,什么都没留下…
展开
-
React Hook 笔记总结
原文地址: https://zh-hans.reactjs.org/blog/2020/05/22/react-hooks.html在本文中,我们给函数式组件的函数起个简单一点的名字:render 函数。在本文中,为了方便描述,对于 render 函数的每次调用,我想称它为一帧。每一帧拥有独立的变量function Example(props) { const { count } = props; const handleClick = () => { setT原创 2021-06-02 12:12:58 · 175 阅读 · 0 评论 -
JS制作的解数独程序
介绍JS制作的解数独程序,输入已知的数字,自动填充未知的数字在线运行https://oleolema.github.io/sudoku源码https://github.com/oleolema/sudoku运行时截图原创 2021-06-02 11:51:57 · 216 阅读 · 0 评论 -
JS制作的2048
介绍JS制作的2048,下载源码修改Animation.js可自定义数字和颜色控制方式↑↓←→在线运行https://oleolema.github.io/2048源码https://github.com/oleolema/2048运行时截图原创 2021-06-02 11:00:10 · 267 阅读 · 2 评论 -
JS制作俄罗斯方块
介绍JS制作的俄罗斯方块,下载源码修改Shapes.js可自定义方块控制方式空格:降落↑:旋转↓:快速下降←:左移动→:右移动在线运行https://oleolema.github.io/tetris/源码https://github.com/oleolema/tetris运行时截图...原创 2021-06-02 10:31:25 · 224 阅读 · 0 评论 -
stack Error: Can't find Python executable "python", you can set the PYTHON env variable
坑1 : stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable.首先输入命令:npm install --global --production windows-build-toolsnpm config set python python2.7尝试使用yarn a...原创 2020-03-27 21:36:55 · 8259 阅读 · 1 评论