报错
我不止喜欢前端
这个作者很懒,什么都没留下…
展开
-
Error: invalid JSON, only supports object and array:报错详解
问题重现:问题大意:发送POST请求时发送Koa-Bodyparser错误“无效的JSON,仅支持对象和数组”。此问题是使用koa开发的时候出现的,当我使用postman发送post请求时,后端使用koa-bodyparser接收数据时,出现了这个错误。后端代码:main.ts:import * as Koa from 'koa';import { useControllers } from "koa-controllers";import db from './models';import原创 2020-07-01 14:01:13 · 9025 阅读 · 1 评论 -
Uncaught (in promise) TypeError: Cannot read property 'ownerDocument' of null 报错详解
Uncaught (in promise) TypeError: Cannot read property ‘ownerDocument’ of null 报错详解问题重述:在使用开发的时候使用vue页面转pdf的时候出现的。首先在/src文件夹下创建一个htmlToPdf.js文件// 导出页面为PDF格式import html2Canvas from 'html2canvas'...原创 2020-05-06 16:52:54 · 8776 阅读 · 0 评论 -
[Vue warn]: Invalid prop: type check failed for prop "total". Expected Number with value NaN报错详解
报错:vue.runtime.esm.js?2b0e:619 [Vue warn]: Invalid prop: type check failed for prop “total”. Expected Number with value NaN, got Function问题重现:本文使用的是elementUI的框架,在开发时加载页面刷新时出现的报错。问题分析:发现是Number的值为...原创 2020-03-29 23:15:13 · 19207 阅读 · 5 评论 -
[Vue warn]: Error in render: "TypeError: data.reduce is not a function"报错详解
报错:[Vue warn]: Error in render: "TypeError: data.reduce is not a function"详解查看报错信息:[ Vue warn]: Error in render: "TypeError: data.reduce is not a function 问题分析:本文用的是elementUI框架的el-table组件来开发的。于是...原创 2020-03-29 23:03:36 · 49437 阅读 · 7 评论 -
Ubuntu安装软件时报错(报错:dpkg: 处理软件包 xxx (--configure)时出错: 依赖关系问题 - 仍未被配置)
Ubuntu安装软件时报错报错:dpkg: 处理软件包 ······ (–configure)时出错: 依赖关系问题 - 仍未被配置。报错信息:done!update-alternatives: 使用 /var/lib/mecab/dic/ipadic-utf8 来在自动模式中提供 /var/lib/mecab/dic/debian (mecab-dictionary)dpkg: 依...原创 2020-01-08 09:47:41 · 13934 阅读 · 0 评论