logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

express开发后端,运行报错 DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout

DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.nodejs 在运行时,报如上的警告,程序不影响执行,但是不清楚为什么有如些警告原因: nodejs 版本在10以上的,在连接mysql 数据库时,就会提示如上警告. 以上提示的只是警告,不影响程序运行.解决方案: ...

#express
vue-awesome-swiper使用出现的

vue-cli版本为 4.3 安装vue-awesome-swiper时没有指定版本,引发以下两个错误1.图片不能再一行显示2.图片无法滑动原因:版本冲突、且css文件路径错误解决办法:之前安装的swiper依赖删掉,通过npm install vue-awesome-swiper@2.6.7 -S安装固定版本补充说明: github上指定的swiper3版本对应...

vue-常见错误解决

1.运行vue时浏览器报错Unknown custom element: <custom-select> - did you register the component correctly? For recursive components, make sure to provide the "name" option原因:被引用的组件页面没有进行export,导致寻找不到浏览器..

到底了