自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(99)
  • 资源 (1)
  • 收藏
  • 关注

原创 fatal: unable to access ‘https://github.com/vuejs/core.git/‘: OpenSSL SSL_read: SSL_ERROR_SYSCALL, e

fatal: unable to access 'https://github.com/vuejs/core.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0

2024-10-12 21:59:26 753

原创 谷歌浏览器 文件下载提示网络错误

谷歌浏览器 文件下载提示网络错误

2024-10-12 21:54:15 2065

原创 vue2 自定义empty指令

v-empty-chart,v-empty,resize

2024-09-29 21:27:56 637

原创 element plus block报错

【代码】element plus block报错。

2024-09-27 19:38:34 258

原创 element plus 重写drawer\dialog样式不生效

然后使用定义以下样式:亲测生效。

2024-09-27 19:35:21 526

原创 js替换css主题变量并切换iconfont文件

不止有单色、双色的图标,还有很多【多色】的图标,于是不能【去色】,只能手动替换。之前必须【清除缓存】,否则无法生效,,替换过主题色的,然后与旧的。

2024-09-26 18:48:59 413

原创 css var rgba的替代方案

背景根据主题色变化,加上opacity,使用rgba不生效。可以用color-mix替代。

2024-09-26 18:38:53 344

原创 vuetify 回到顶部

vuetify 回到顶部

2024-01-06 22:05:59 699

原创 git clone报错RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)

error:RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)error:RPC failed; curl 18 transfer closed with outstanding read data remaining

2024-01-05 19:59:24 44583 25

原创 ant-design-vue 使用本地iconfont.js

ant-design-vue 使用本地iconfont.js

2024-01-05 19:54:51 807

原创 css sourcemap 源代码映射

css sourcemap 源代码映射

2024-01-04 19:31:08 702

原创 谷歌浏览器 模拟定位

谷歌浏览器 模拟定位

2024-01-04 19:29:15 1345

原创 百度地图 TypeError: Cannot set properties of undefined (setting ‘Bm‘)

百度地图 TypeError: Cannot set properties of undefined (setting 'Bm')

2023-12-15 15:18:51 371

原创 vuedraggable的使用

vuedraggable的使用

2023-12-15 15:16:42 403

原创 浏览器全屏按键同f11效果

浏览器全屏按键同f11效果

2023-12-14 21:07:15 246

原创 There appears to be trouble with your network connection. Retrying

There appears to be trouble with your network connection. Retryingyarn/npm 开了vpn之后,需要设置代理

2023-12-14 21:04:28 3403 3

原创 a-modal scoped 样式失效

a-modal scoped 样式失效

2023-12-13 10:09:18 284

原创 mapbox修改样式

mapbox修改样式

2023-12-13 10:04:38 863

原创 OpenSSL SSL_read: Connection was reset, errno 10054

fatal: unable to access 'https://github.com/vangleer/es-big-screen.git/': OpenSSL SSL_read: Connection was reset, errno 10054

2023-12-07 21:10:09 288

原创 yarn install 报错error An unexpected error occurred: “http://bnpm.byted.org/core-js-compat/download/co

报错:error An unexpected error occurred: "http://bnpm.byted.org/core-js-compat/download/core-js-compat-3.3.3.tgz: getaddrinfo ENOTFOUND bnpm.byted.org".

2023-12-07 20:18:43 1018

原创 mapbox 控制台warning

mapbox 控制台warning

2023-12-06 21:05:46 213

原创 表单修改时取消disabled snippet

表单修改时取消disabled snippet

2023-12-06 21:00:06 349

原创 控制台报错:value.trim is not a function

控制台报错:value.trim is not a function

2023-12-05 19:39:09 1317

原创 codemirror5 设置最小高度,超出不滚动

codemirror5 设置最小高度,超出不滚动

2023-11-30 21:46:03 368

原创 记i18n ally工具检测语言失败的一则思路

记i18n ally工具检测语言失败的一则思路

2023-11-30 21:13:16 1198

原创 ?. 语法报错

Syntax Error: SyntaxError: E:xxx\src\views\model\components\Step5Path\attackTreeModal.vue: Support for the experimental syntax 'optionalChaining' isn't currently enabled (173:27):

2023-11-16 20:33:03 1490

原创 css 设置网页最小字体为12px

css设置网页最小字体为12px

2023-11-15 09:00:28 978

原创 注册vuetify自带指令

注册vuetify自带指令

2023-10-20 19:24:59 100

原创 权限管理之admin数据不可编辑

一般的系统,都是采用**[RBAC模型:基于用户-角色-权限控制](https://www.woshipm.com/pd/1150093.html)**所以在菜单管理中给角色授权,就可以实现对应的操作但是最近,我接到了一个需求,**管理员角色创建的数据,非管理员无论前端授权情况,都不可操作**于是,我的想法是在`v-has`控制授权按钮指令里面做操作但是,我发现,无法拿到当条数据于是,开始了投机取巧之类的想法创建了一个`admin`列,管理员角色创建的数据用图标`mdi-alpha-

2023-08-12 21:07:05 348

原创 代码编辑器实践之vue-codemirror使用

程序员用到`IDE`次数比较频繁,比如`vscode`、`idea`等,这些都是市场上比较流行的代码编辑器,拥有非常全面的功能。但是有时候在项目开发上也会用到代码编辑器,比如复杂的`Array`输入,或者需要用到用户交互的代码逻辑,或者需要用到json、yaml格式文件时的校验等等。本来也不了解,只是接收到了项目需求,于是开始慢慢了解,以下为一点点实践,不足之处敬请指出

2023-08-05 12:55:36 3548

原创 router 跳转打开新窗口

router 跳转打开新窗口

2023-08-04 20:10:56 272

原创 css border 虚线画法

众所周知,border的虚线是固定宽度,如果需要一个不限制宽度,可用`repeating-linear-gradient`画法

2023-07-10 12:55:25 1704

原创 echarts@5 动画失效

echarts@5 动画失效

2023-07-03 09:05:08 1730 3

原创 百度地图 TypeError: Cannot set properties of undefined (setting ‘Bm‘)

百度地图 TypeError: Cannot set properties of undefined (setting 'Bm')

2023-04-28 20:03:35 761

原创 echarts警告 Can‘t get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They sho

上网查了之后才知道,初始化的时候无法获取 `dom` 的 `clientWidth` 和 `clientHeight`,新版本支持初始化的时候指定高宽,[http://echarts.baidu.com/api.html#echarts.init](http://echarts.baidu.com/api.html#echarts.init)

2023-04-28 20:00:41 1252

原创 vuetify解决input自动填充重叠问题

浏览器一般都自带密码填充功能,但是在密码自动输入时,vuetify的label和value很容易重叠,故记录一下解决方案

2023-04-25 12:44:04 367

原创 体验一波ChatGpt工具-cursor(自动代码生成)

cursor的使用(ChatGpt工具)

2023-03-31 19:53:15 5870

原创 vue.runtime.esm.js?2b0e:1897 TypeError: Cannot convert object to primitive value

vue.runtime.esm.js?2b0e:1897 TypeError: Cannot convert object to primitive value

2023-03-31 19:14:42 559

原创 Can‘t get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be

Can't get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be 0.For example, you may need to call this in the callback of window.onload.

2023-03-30 08:54:11 1562 1

原创 百度地图 TypeError: Cannot set properties of undefined (setting ‘Bm‘)

百度地图 TypeError: Cannot set properties of undefined (setting 'Bm')

2023-03-30 08:47:59 453

使用git上传现有文件至github.docx

word文档的一些笔记,做的比较粗糙,没有规范化,读者见谅见谅

2019-08-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除