logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

FetchError: invalid json response body at http://... reason: Unexpected token < in JSON at position

问题的背景是:在写nextjs时,遇到的请求接口数据报的错错误的原因是:调用url时没有加jsononly = 1import { useState } from 'react';import { GetServerSideProps, InferGetServerSidePropsType } from 'next';// ...export default function FriendCen

#typescript
Error: Duplicate plugin/preset detected. If you‘d like to use two separate instances of a plugin, t

Error: Duplicate plugin/preset detected.If you’d like to use two separate instances of a plugin,they need separate names, e.g.plugins: [[‘some-plugin’, {}],[‘some-plugin’, {}, ‘some unique name’],]在用v

component has been registered but not used

今天遇到了一个很容易,但是也很难的问题:关于添加组件和eslint的规范的问题首先,我添加了一个组件BarChart,import之后,在component中也添加了,但是程序运行的时候,报错,The “BarChart” component has been registered but not used (vue/no-unused-components),意思是该组件未使用,然后我就看类..

git authentication failed

这里写自定义目录标题今天第一次gie克隆远程代码实战,没想到开头就收获了,每次都是无权限,找了好久,终于找到解决办法了:控制面板 --> 用户账户 --> 凭据管理器删除已有的普通凭据,然后重新git clone [连接]。即可。解决...

到底了