摘要: <template> <div class="camera_outer"> <div class="video-content"> <div>视频区域</div> <video id="videoCamera" :width="videoWidth" :height="videoHeight" au 阅读全文
posted @ 2024-06-27 10:41 sweeeper 阅读(1) 评论(0) 推荐(0) 编辑
摘要: var arr = [{"name":"hhh"},{"name":"dddd"}] //用js function getTextByJs() { var str = ""; for (var i = 0; i < arr.length; i++) { str += arr[i].name+ "," 阅读全文
posted @ 2024-05-11 14:56 sweeeper 阅读(45) 评论(0) 推荐(0) 编辑
摘要: dom文档 <el-row :gutter="20"> <el-col :span="16" :offset="0"> <el-form-item label-width="120px" label="文件上传"> <el-upload ref="upload" class="upload-file 阅读全文
posted @ 2024-05-07 14:24 sweeeper 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 链接http://www.bjhee.com/jointjs.html 用JointJS做一个简单的功能控制图 2019年1月30日 | 前端 文章目录 继上一篇介绍了GoJS之后,继续研究JS的绘图工具,毕竟GoJS有些小贵。这次选择了JointJS,完全开源,它还有一个商业版本叫Raddit,功 阅读全文
posted @ 2023-05-16 09:59 sweeeper 阅读(281) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/read/cv17537507 阅读全文
posted @ 2023-02-13 10:37 sweeeper 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_73460278/article/details/126664683 阅读全文
posted @ 2023-02-13 10:36 sweeeper 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 资料说明 https://blog.csdn.net/zhaoxinyao9/article/details/126290815 插件下载 https://github.com/MozillaReality/WebXR-emulator-extension 阅读全文
posted @ 2022-11-26 10:50 sweeeper 阅读(42) 评论(0) 推荐(0) 编辑
摘要: https://github.com/marsgis/mars3d-vue-project 阅读全文
posted @ 2022-07-29 14:10 sweeeper 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 资料地址http://www.doczj.com/doc/1d2189473-5.html 阅读全文
posted @ 2022-05-11 16:18 sweeeper 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 有一个展示内容的表格,会有合并行的需求,应用了Element UI 的table。 Element UI 提供了如下的方法,能够实现跨行 通过给table传入span-method方法可以实现合并行或列,方法的参数是一个对象,里面包含当前行row、当前列column、当前行号rowIndex、当前列 阅读全文
posted @ 2022-03-23 16:51 sweeeper 阅读(1258) 评论(0) 推荐(0) 编辑