https://vjudge.net/problem/Gym-101482D 题目大意:给出 m m m个开关的初始状态 L 、 R L、R L、R,以及这个开关左侧连接的开关编号和右侧连接的开关编号, 1 1 1号开关为起点, 0 0 0号开关为终点, n n n个球依次从起点滚下,当经过一个开关时,会走向其状态对应的开关,同时翻转该状态。请输出最终 m m m个开关的状态。 思路:先找一波
问题:React Hook “useState” is called in function “index” which is neither a React function component or a custom React Hook function.eslint(react-hooks/rules-of-hooks) 在使用函数组件中useState的时候,偶遇这个小坑,记录一下
vue 项目中添加了route 发现配置文件搞好后路由的 页面报错 - did you register the component correctly? For recursive comp 后来发现是min.js没有调用 import VueRouter from 'vue-router'Vue.use(VueRouter);