摘要:
1 using System.Threading; 2 using System.Collections.Generic; 3 using GeoAPI.Geometries; 4 using NetTopologySuite.Geometries; 5 using NetTopologySuite 阅读全文
摘要:
1 using OSGeo.GDAL; 2 using OSGeo.OGR; 3 using System; 4 using System.Collections.Generic; 5 using System.IO; 6 using System.Runtime.Serialization.Jso 阅读全文
摘要:
-- 创建用户 CREATE USER thirdqueryuser WITH PASSWORD 'thirduser@#123.'; --赋予登录权限 grant connect on database hncyjjq to thirdqueryuser; --系统表权限清空:防止用户登录上去就能 阅读全文