04 2023 档案

网络相关知识
摘要:https://zhuanlan.zhihu.com/p/147990921 子网访问 修改 子网路由器ip 然后修改 lan 内网 wan https://markrepo.github.io/maintenance/2018/07/13/ip-conflict-detection/ ip 冲突检 阅读全文

posted @ 2023-04-23 08:59 一直闭眼看世界 阅读(8) 评论(0) 推荐(0)

微软文件预览
摘要:https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fdocxtemplater.com%2Ftag-example.docx&wdOrigin=BROWSELINK edge 自带 谷歌用地址 阅读全文

posted @ 2023-04-21 15:30 一直闭眼看世界 阅读(82) 评论(0) 推荐(0)

黑客特效
摘要:https://codepen.io/yashbhardwaj/pen/dyppRK https://codepen.io/FacepalmRobot/pen/dGBKJB https://codepen.io/loktar00/pen/QWvrQB 阅读全文

posted @ 2023-04-17 09:31 一直闭眼看世界 阅读(38) 评论(0) 推荐(0)

必应地图
摘要:必应支持世界地图和多个定位点可以截图二次处理 阅读全文

posted @ 2023-04-14 10:00 一直闭眼看世界 阅读(263) 评论(0) 推荐(0)

el-form 多列布局
摘要:外层加div div{ display:flex } el-form-item{ width:45% } 阅读全文

posted @ 2023-04-13 16:10 一直闭眼看世界 阅读(341) 评论(0) 推荐(0)

leaflet 自用库
摘要:1 <link rel="stylesheet" href="/js/leaflet.min.css" /> <script src="/js/leaflet.min.js"></script> <link rel="stylesheet" href="/js/leaflet.pm.css" /> 阅读全文

posted @ 2023-04-13 09:37 一直闭眼看世界 阅读(61) 评论(0) 推荐(0)

大屏缩放方案
摘要:#screen { display: block; width: 1920px; //设计稿的宽度 height: 1080px; //设计稿的高度 transform-origin: 0 0; position: absolute; left: 50%; // overflow: hidden; 阅读全文

posted @ 2023-04-13 09:16 一直闭眼看世界 阅读(58) 评论(0) 推荐(0)

vchart 渐变
摘要:this.colorsFun = [new echarts.graphic.LinearGradient( 0, 0, 0, 1, [{ offset: 0, color: 'rgba(220,168,7,0.8)' }, { offset: 1, color: 'rgba(220,168,7,0) 阅读全文

posted @ 2023-04-12 14:21 一直闭眼看世界 阅读(53) 评论(0) 推荐(0)