- 博客(22)
- 资源 (2)
- 收藏
- 关注
原创 docxtemplater导出成Word的简单实现和Can‘t find end of central directory : is this a zip file问题的解决方法
本文主要介绍了使用docxtemplater导出成Word的简单实现,以及导出Word过程中一些bug的解决方法。
2025-03-18 11:47:42
729
原创 vue本地引入otf字体文件和引入字体文件的downloadable font: CFF问题
vue本地引入otf字体文件和引入字体文件的downloadable font: CFF问题
2023-11-10 18:24:49
2550
1
原创 vue3使用Vite打包是Ts检查报错问题
'calendarSwitch' is declared but its value is never readerror TS: Cannot find module 'element-plus/es/locale/index.js' or its corresponding type declarations.; }' is not assignable to parameter of type 'never'.
2023-08-02 12:18:08
2857
原创 Vue3使用vite打包时出现 Missing semicolon 问题
Vue3使用vite打包时出现 Missing semicolon 问题
2023-08-02 11:31:17
4067
1
原创 ant-design在 vue 抽屉(drawer)里面嵌套弹出框(modal)出现蒙层遮挡弹框问题
ant-design在 vue 抽屉(drawer)里面嵌套弹出框(dialog)出现蒙层遮挡弹框问题
2022-07-26 17:26:26
9811
2
原创 The “path“ argument must be of type string. Received undefined
The “path” argument must be of type string. Received undefined"path"参数必须是字符串类型。收到未定义我是因为打包修改了项目的打包路径,导致了这个错误assetsPublicPath: 代表打包后,index.html里面引用资源的相对地址assetsSubDirectory: 除了 index.html 之外的静态资源要存放的路径我的解决方法是vue2:在config/index.jsassetsSubDirectory:
2022-03-02 18:30:35
15921
1
原创 npm install报gyp info it worked if it ends with ok
npm install报gyp info it worked if it ends with ok今天启动别人的项目,在 npm i 安装依赖项时出现报错信息npm WARN deprecated svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and wil
2022-03-01 14:43:11
7469
5
原创 ant中table组件全选选中所有行(ant design2.2.8)
ant中table组件全选选中所有行(ant design2.2.8)
2022-01-13 11:12:05
2922
1
原创 由于找不到msvcp140.dll无法继续执行代码
由于找不到msvcp140.dll无法继续执行代码我只告诉我的解决办法1,下载360软件管家,搜索 ‘ 微软常用运行库合集 ‘2.点击软件,查看,选择自己的电脑系统版本3.安装,就可以修复问题了,这是我解决问题的办法...
2021-11-03 15:55:25
1918
原创 联想 thindBook 13s G2 ITL笔记本开不了机问题
#联想 thindBook 13s G2 ITL笔记本开不了机问题个人认为是因为主板问题需要拿一个针插入左边耳机孔旁的一个小孔,等旁边的小灯亮起,笔记本开机,如果不行,可能是你与我遇到的问题不一样
2021-10-15 10:31:52
1563
原创 用户登录的验证码
效果展示1.在component中导入组件用于生成二维码Identify.vue<template> <div class="s-canvas"> <canvas id="s-canvas" :width="contentWidth" :height="contentHeight"></canvas> </div></template><script>export default{ name: 'SI
2021-05-27 13:37:37
1618
1
原创 vue页面中el-carousel轮播页面或图片
轮播页面<template> <!-- @change="handChange" --> <el-carousel trigger="click" :autoplay="false" height="1530px" ref="carousel"> <el-carousel-item v-for="(item,index) in swiperList" :key="index" :name="item.id"> <div v-show="
2021-05-27 11:43:47
2404
原创 vs code中使用vscode-fileheader
第一步:下载vscode-fileheader第二步:找到setting.json文件第三步:找到setting.json文件。打开并添加 "fileheader.Author": "NAME", "fileheader.LastModifiedBy": "NAME"第四步:使用,快捷键Ctrl+Alt+i
2021-05-27 11:31:03
1356
原创 el-pagination分页组件的封装
Pagination.vue页面<template> <div class="clearfix"> <el-pagination class="pagination flr" background :layout="tools" :current-page.sync="no" :page-size.sync="size" :page-sizes="sizes" :total="total
2021-05-27 10:53:12
366
原创 去除火狐和谷歌浏览器的账号密码input默认填充的黄色背景
去除火狐和谷歌浏览器的账号密码input默认填充的黄色背景问题: 火狐浏览器的处理方式input{ filter: none !important;}谷歌浏览器的处理方式input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}如果用的不是用的不是原生的input,用的是el-input或者其他,需要加上深度作用选择器深度遍历器参考链接:vue-css深度作用选择器...
2021-05-18 10:01:06
528
原创 nrm安装出现的 ‘ERR_INVALID_ARG_TYPE’问题
nrm安装出现的 'ERR_INVALID_ARG_TYPE’问题安装时出现的问题,给自己记录一下解决方法1.问题:2.解决方法打开cli.js找到这一行const NRMRC = path.join(process.env.HOME, ‘.nrmrc’);改成const NRMRC = path.join(process.env[(process.platform == ‘win32’) ? ‘USERPROFILE’ : ‘HOME’], ‘.nrmrc’);3.解决...
2021-03-12 17:05:45
631
1
原创 对element中Pagination 分页默认样式的的修改
对element中Pagination 分页默认样式的的修改pagination原本样式pagination原本样式## 最后的效果图改变pagination的中的附加功能的位置使其分散两边原本代码<div class="clearfix"><el-pagination class="pagination" background :current-page="currentPage4" :page-sizes="[10, 20, 30
2020-06-19 15:17:08
7179
原创 关于微信小程序预览或真机测试电脑出现蓝屏问题
关于微信小程序预览或真机测试电脑出现蓝屏问题我在使用微信小程序开发的过程中,其中一个微信小程序通过预览或通过真机调试过程中,电脑会出现蓝屏的情况,使用其他微信小程序则不会,通过两个小程序对比和从网上查找资料得知,是因为该微信小程序的图片太多或图片大小太大,使其文件大小过大**,因此在编译微信小程序文件的时候发生错误,出现蓝屏。也有可能电脑的硬件与软件的兼容性,这个就是电脑的问题了,当然也有可能是...
2018-11-29 15:10:16
1276
cornerstoneTools---源码在vs code 本地运行显示
2022-07-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人