上一页 1 2 3 4 5 6 ··· 55 下一页

2024年2月4日

element-ui 样式问题处理

摘要: vue2+element 多选框多选时不换行(el-select组件)调整为鼠标左右滑动查看 .custom-select { max-width: 350px; display: flex; // see https://www.cnblogs.com/tohebe/p/17858737.html 阅读全文

posted @ 2024-02-04 11:45 正义的伙伴! 阅读(8) 评论(0) 推荐(0) 编辑

2024年1月2日

k3s 安装问题

摘要: k3s 安装指定版本 ## 指定版本为 INSTALL_K3S_VERSION 参数,不是其他的 curl -sfL https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn \ INSTALL_K3S_ 阅读全文

posted @ 2024-01-02 12:01 正义的伙伴! 阅读(62) 评论(0) 推荐(0) 编辑

2023年12月17日

vmware 虚拟机相关问题

摘要: ubuntu 16.04 配置固定 ip 无法联网 参考 https://www.snel.com/support/static-ip-configuration-ubuntu-16-04/ # interfaces(5) file used by ifup(8) and ifdown(8) aut 阅读全文

posted @ 2023-12-17 21:18 正义的伙伴! 阅读(7) 评论(0) 推荐(0) 编辑

2023年11月3日

kubenetes 报错排查

摘要: 1. 报 code = Unknown desc = failed to get sandbox ip: check network namespace closed: remove netns: unlinkat /var/run/netns/cni-2502ee8a-9f06-2a44-66c6 阅读全文

posted @ 2023-11-03 12:45 正义的伙伴! 阅读(277) 评论(0) 推荐(0) 编辑

2023年11月2日

vue vue.config.js 配置

摘要: 1. 开启 sourceMap // 显示 sourceMap , 便于调试 // process.env.NODE_ENV 有的是 dev/prod, 有的是 development/production, 需要自己确认下 productionSourceMap: process.env.NODE 阅读全文

posted @ 2023-11-02 13:28 正义的伙伴! 阅读(129) 评论(0) 推荐(0) 编辑

2023年10月31日

css 设置画对角斜线

摘要: /* 通过 css 画 div 的对角斜线 */ background: linear-gradient(to top right, #EEF2F8, #EEF2F8 48%, #CEDFF8, #EEF2F8 51%, #EEF2F8); /* element-ui table 表头 */ .he 阅读全文

posted @ 2023-10-31 13:25 正义的伙伴! 阅读(307) 评论(0) 推荐(0) 编辑

2023年10月27日

edge 禁用 自带的 json 视图

摘要: 1. edge 禁用 自带的 json 视图 # 改为 disable, 自带的 json 显示大的数字有问题, 超出javascript 最大值导致错误 edge://flags/#edge-json-viewer 阅读全文

posted @ 2023-10-27 17:04 正义的伙伴! 阅读(465) 评论(0) 推荐(0) 编辑

2023年10月17日

安卓测试和配置网络代理

摘要: 1.安卓测试和配置网络代理 需要的软件 fiddler 阅读全文

posted @ 2023-10-17 13:16 正义的伙伴! 阅读(22) 评论(0) 推荐(0) 编辑

2023年10月12日

Spring @AliasFor 用法

摘要: 1. Spring @AliasFor 用法 参考资料: https://blog.csdn.net/ab411919134/article/details/81782269 Auth authMeta = AnnotatedElementUtils.findMergedAnnotation(han 阅读全文

posted @ 2023-10-12 13:57 正义的伙伴! 阅读(7) 评论(0) 推荐(0) 编辑

2023年10月10日

linux 下保存 git 用户名密码

摘要: 1. linux git 保存用户名密码 参考地址: https://stackoverflow.com/questions/35942754/how-can-i-save-username-and-password-in-git git config --global credential.hel 阅读全文

posted @ 2023-10-10 14:18 正义的伙伴! 阅读(134) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用