- 博客(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
原创 js替换css主题变量并切换iconfont文件
不止有单色、双色的图标,还有很多【多色】的图标,于是不能【去色】,只能手动替换。之前必须【清除缓存】,否则无法生效,,替换过主题色的,然后与旧的。
2024-09-26 18:48:59
413
原创 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
原创 百度地图 TypeError: Cannot set properties of undefined (setting ‘Bm‘)
百度地图 TypeError: Cannot set properties of undefined (setting 'Bm')
2023-12-15 15:18:51
371
原创 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
原创 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
原创 ?. 语法报错
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
原创 权限管理之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
原创 css border 虚线画法
众所周知,border的虚线是固定宽度,如果需要一个不限制宽度,可用`repeating-linear-gradient`画法
2023-07-10 12:55:25
1704
原创 百度地图 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
原创 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
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人