05 2020 档案

摘要:问题描述 折腾自然资源地籍图的制图,根据图式权属界线分“土地所有权界线”、“争议界”两种。 两种界线的符号颜色、宽度是一样的,叠加在一起后“争议界”的显示效果不太理想。 怎么能让下图左边的数据显示右边的效果呢? 博主没有找到通过面要素的符号化处理实现的解决方案,询问制图比较多的 @六号 后基本确认没 阅读全文
posted @ 2020-05-30 11:37 yzhyingcool 阅读(2437) 评论(0) 推荐(0) 编辑
摘要:public class ExcelOledbHelper { private readonly string connectionStr; /// <summary> /// /// </summary> /// <param name="pathOfExcel">path of Excel, e 阅读全文
posted @ 2020-05-24 22:31 yzhyingcool 阅读(279) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// 调用GP工具对两个要素类做相交处理 /// </summary> /// <param name="featureClass1">优先级为1的要素类</param> /// <param name="featureClass2">优先级为2的要素类</param> 阅读全文
posted @ 2020-05-17 20:31 yzhyingcool 阅读(682) 评论(0) 推荐(0) 编辑
摘要:1 public class SqliteHelper 2 { 3 private readonly string connectionStr; 4 public SqliteHelper(string dbPath) 5 { 6 if (System.IO.File.Exists(dbPath)) 阅读全文
posted @ 2020-05-09 17:58 yzhyingcool 阅读(1054) 评论(0) 推荐(0) 编辑
摘要:C#写Sqlite,sqlite库从nuget获得,下载System.Data.SQLite。 连接数据库报错如下: 翻了好多博客说是C++库的问题,控制面板瞅瞅库也不少啊,试了一些也不成功。 最终把随System.Data.SQLite 一起下载的 SQLite.Interop.dll 复制到与启 阅读全文
posted @ 2020-05-07 21:29 yzhyingcool 阅读(4685) 评论(0) 推荐(0) 编辑
摘要:八百年不用的东西老是忘。 添加注释 plsq直接整 comment on table 表名 is '注释'; comment on column 表名.字段名 is '注释'; 查看注释 表右键→view,在General看表注释 在Column看字段注释 导出ddl Tools→Export Us 阅读全文
posted @ 2020-05-06 15:44 yzhyingcool 阅读(1061) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示