那十几万分之一

导航

统计

12 2020 档案

widows下在mysql中导入数据
摘要:在mysql中导入数据环境:windows 1、打开cmd2、使用mysql -u*** -p***登录mysql(-u:用户名,-p:密码),然后进入到mysql的编辑环境中 3、show databases;查看当前数据库中是否存在我要的数据库 4、如果没有可以 create database 阅读全文

posted @ 2020-12-15 16:06 那十几万分之一 阅读(97) 评论(0) 推荐(0) 编辑

"WebGL unsupported in this browser" when using Chrome
摘要:使用Pixi.js报错:"WebGL unsupported in this browser" 解决:v5版本和chrome有兼容问题,使用v4版本 阅读全文

posted @ 2020-12-02 16:48 那十几万分之一 阅读(556) 评论(0) 推荐(0) 编辑

“Error: Too many re-renders. React limits the number of renders to prevent an infinite loop.”
摘要:在使用react hooks时候,使用了嵌套组件,代码如下 然后会报一个错误“Error: Too many re-renders. React limits the number of renders to prevent an infinite loop.” 修改后代码: 原因: 花括号之间的所 阅读全文

posted @ 2020-12-02 15:16 那十几万分之一 阅读(10538) 评论(0) 推荐(0) 编辑

node-sass 5.0.0与4.0.0冲突,不兼容
摘要:react项目中使用scss时安装了最新的node-sass,但是提示报错,不兼容 解决方法: npm uninstall node-sass, npm install node-sass@4.14.1 阅读全文

posted @ 2020-12-01 15:46 那十几万分之一 阅读(1649) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示