- 博客(12)
- 资源 (1)
- 收藏
- 关注
原创 vue3项目docker部署后报错:TypeError: Class extends value #<Object> is not a constructor or null
vue3项目部署后报错
2023-02-24 16:24:31 1065
原创 vue3+vite导入第三方库报ERR_ABORTED 504 (Gateway Timeout)
vue3+vite,使用了三方库NProgress,使用npm install --save nprogress 安装后在项目中使用,报错:ERR_ABORTED 504 (Gateway Timeout),
2022-09-28 11:27:11 8737 1
原创 解决控制台黄色警告: Non-function value encountered for default slot. Prefer function slots
问题原因:Vue3 使用h函数 推荐使用函数式插槽,以便获得更佳的性能。
2022-09-01 11:57:29 2034
原创 html标签
pre是preformatted的简称, preformatted就是预先定好格式的意思加粗的英语是bold斜体字的创始人是文艺复兴时期的意大利文人 Niccolo Niccoli,因为他的国籍(Italy),人们后来用英文italic表示斜体字段落的英文是paragraph标题的英文是heading水平线的标签是,horizontal 是水平的意思,图片的英文是image,所以插入图片的标签是,后面还要加上图片的链接资源,资源的英文是source,我们取个简称src,有序列表的标签是…,有.
2022-08-15 23:24:23 257
原创 亲测有效的ResizeObserver loop limit exceeded 解决办法
背景react的select组件,点击下拉框,sentry会报警:ResizeObserver loop limit exceeded控制台打印报错:window.onerror = function (errorMessage, scriptURI, lineNumber, columnNumber, error) {console.log(‘错误’, errorMessage);};此报错无害,忽略即可,解决办法如下:在Sentry.init 中加入 ignoreErrors,忽略报错
2021-12-17 17:16:24 9387 2
原创 亲测有用:nodejs未卸载干净 a later version of Node.js is already installed. Setup willnow exit
Node.js 中文网 下载一个最新版本的安装包,打开会提示change还是remove等等 选择remove之前版本,就可以重新安装指定版本了
2021-11-11 10:34:26 3131
原创 Electron报错: ReferenceError: require is not defined
Electron报错: ReferenceError: require is not defined突然报这个错,网上很多说 要设置 nodeIntegration:true,然而我这并不起作用,直到在stackoverflow看到一条评论:All you need to do is add contextIsolation: false after nodeIntegration: true in the webPreferences object,试了下,果然就没问题了,意思就是在nodeInt
2021-11-10 12:00:54 710
原创 Mac 关于MongoDB数据库设置全局环境变量
mac安装mongodb数据库后,发现需要cd到/usr/local/mongodb/bin才能启动mongodb的客户端和服务端,在终端~下直接输入mongo和mongod,显示没有这个命令。那么为了在任意盘符下去都可以启动 mongod 服务端|mongo 客户端,则需要把安装目录添加到环境变量。终端命令步骤如下:第1步:创建.bash_profile文件:touch .bash_profile第2步:打开.bash_profile:open .bash_profile第3步:这.
2021-06-21 11:44:31 613
原创 选择图片未经后端显示预览图片
效果:未上传图片前上传图片后-html代码部分<body> <form> <img id="imga" src="image/2518e93.png" /> <input type="button" id="buta" value="上传头像"> <input id="inputa" type="file" name="file" /> </
2021-06-19 21:01:43 208
原创 git push报错:git@gitee.com: Permission denied (publickey). 这里是mac的解决办法。
git push报错:git@gitee.com: Permission denied (publickey).电脑是mac,在git push项目的时候,报错:git@gitee.com: Permission denied (publickey), 解决办法很简单.第1步:在终端输入命令:ssh-keygen -t rsa -C “xxxxx@xxxxx.com”注意:这里的 xxxxx@xxxxx.com 只是生成的 sshkey 的名称,并不约束或要求具体命名为某个邮箱。现网的大
2021-06-19 18:05:58 2565
cron定时任务表达式组件(vue3+ts+naiveUI)
2022-09-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人