上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 89 下一页
摘要: TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" 假如你在编写一个 Typescript 库函数,你希望将其编译为 ESModule ,那么你可以通过在 package.json 中声明 "type": "mod 阅读全文
posted @ 2024-03-17 22:34 栖木hy 阅读(5156) 评论(0) 推荐(1)
摘要: 一、导入类型定义文件错误 node_modules/@types/leaflet/index.d.ts:128:1 128 export = e; This module is declared with 'export =', and can only be used with a default 阅读全文
posted @ 2024-03-13 23:33 栖木hy 阅读(584) 评论(0) 推荐(0)
摘要: viewer = window.map = new Cesium.Viewer('mapView', { animation: false, //是否创建动画小器件,左下角仪表 baseLayerPicker: false, //是否显示图层选择器 fullscreenButton: false, 阅读全文
posted @ 2024-03-01 17:09 栖木hy 阅读(534) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Leaflet Pol 阅读全文
posted @ 2024-03-01 14:32 栖木hy 阅读(222) 评论(0) 推荐(0)
摘要: 注意Openlayer的版本 Openlayer是支持直接加载矢量图层的,如下 图层会没有样式渲染 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width= 阅读全文
posted @ 2024-02-28 11:06 栖木hy 阅读(535) 评论(0) 推荐(0)
摘要: 1. 设置Pycharm的python解释器 2. 选择python-qgis.bat文件 Add Python Interpreter中,选择Virtualenv Environment中的Existing environment Interpreter选择QGIS 3.32\bin下的pytho 阅读全文
posted @ 2024-02-20 15:43 栖木hy 阅读(766) 评论(0) 推荐(0)
摘要: import os # 获取当前项目 project = QgsProject.instance() # 获取根节点 root = project.layerTreeRoot() # 输出文件夹路径 output_folder = r"F:\Project\ECHOHYE\chart2shp\dat 阅读全文
posted @ 2024-02-20 14:34 栖木hy 阅读(190) 评论(0) 推荐(0)
摘要: https://element-plus.org/zh-CN/component/icon.html 静态示例 <el-icon> <Menu/> </el-icon> 动态示例 Menu为图标名称,可替换,注意是字符串 <el-icon> <component :is="Menu" /> </el 阅读全文
posted @ 2024-02-06 13:53 栖木hy 阅读(1757) 评论(0) 推荐(0)
摘要: 将 PostgreSQL 数据目录迁移到 /data 目录下或任何其他你选择的目录下。迁移 PostgreSQL 数据目录的步骤如下: 停止 PostgreSQL 服务: 在迁移数据目录之前,确保停止 PostgreSQL 服务以防止数据损坏。 可以使用以下命令停止 PostgreSQL 服务: s 阅读全文
posted @ 2024-02-04 01:20 栖木hy 阅读(793) 评论(0) 推荐(0)
摘要: 1.安装环境 Ubuntu 18、20、22 PostgreSQL 14 PostGIS 3.4 2 安装PostgreSQL 要在 Ubuntu 上安装 PostgreSQL 和 PostGIS,可以按照以下步骤操作: 在 Ubuntu 上安装特定版本的 PostgreSQL 数据库,你可以使用 阅读全文
posted @ 2024-02-04 00:05 栖木hy 阅读(1442) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 89 下一页