摘要: vue加载第三方图标库(转载)https://www.cnblogs.com/xifengxiaoma/p/9586046.html 阅读全文
posted @ 2024-06-21 17:14 一两米 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://blog.csdn.net/qq_41089622/article/details/128417627 阅读全文
posted @ 2024-06-21 08:20 一两米 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/08f92be02b1d 阅读全文
posted @ 2023-05-19 10:21 一两米 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1、 安装webpack-glsl-loader npm install webpack-glsl-loader 2、修改vue.config.js配置,添加内容如下 module.exports = defineConfig({ configureWebpack: (config) => { co 阅读全文
posted @ 2023-04-11 15:27 一两米 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 如果目标仓库为空,切换到空文件夹,然后: git clone --bare https://your-source-repo/repo.git git push --mirror https://your-destination-repo/repo.git 另外,转载一篇相同的解决方案:https: 阅读全文
posted @ 2023-03-10 16:42 一两米 阅读(141) 评论(0) 推荐(0) 编辑
摘要: <el-tooltip class="item" effect="dark" content="删除图斑" placement="bottom" > <el-popconfirm :key="scope.row.index" title="确定删除该图斑吗?" :popper-append-to-b 阅读全文
posted @ 2023-03-01 15:32 一两米 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 第一步:设置所有切片图层服务的source对象,添加属性 crossOrigin: "anonymous", //允许跨域 第二步:设置html2canvas配置项: 最后,附上html2canvas相关方法代码 // 调用 let mapImg = await this.toImage('map' 阅读全文
posted @ 2023-02-22 15:19 一两米 阅读(318) 评论(0) 推荐(0) 编辑
摘要: <template> <div ref="mouseDiv" style="background-color:transparent;width: 100%;height: 100%;position: absolute;top:0;left: 0;z-index: 2023;" > <div cl 阅读全文
posted @ 2023-02-10 08:23 一两米 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 启动springboot项目报Failed to configure a DataSource: ‘url’ attribute is not specified and no em……的错误 看看配置文件中的url的格式是否有问题 看看配置文件的图标是不是绿色的spring小叶子,如果不是,再检查 阅读全文
posted @ 2022-12-28 21:08 一两米 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 请求体: export function addFavorites(geometry, name,samples, formdata) { return Service({ url: "/protect/sampleCollect/addOne", method: "post", headers: 阅读全文
posted @ 2022-12-14 11:43 一两米 阅读(68) 评论(0) 推荐(0) 编辑