摘要:import sys import os from qgis.core import * from qgis.gui import * from PyQt5.QtWidgets import (QApplication, QMainWindow, QAction, QLineEdit, QVBoxL
阅读全文
06 2025 档案
摘要:import sys import os from qgis.core import * from qgis.gui import * from PyQt5.QtWidgets import (QApplication, QMainWindow, QAction, QLineEdit, QVBoxL
阅读全文
摘要:CREATE EXTENSION postgis; SELECT * FROM pg_available_extensions WHERE name = 'postgis'; SELECT AddGeometryColumn ('tb1', 'the_geom', 4326, 'POINT', 2)
阅读全文
|