摘要: MediatR 地址 github repository 个人demo 使用到的模式 Notification 通知模式,如发布订阅模式,需是实现一个通知接口(INotification) 及 一个或者多个handler(INotificationHandler<T>) , 调用方式 : await 阅读全文
posted @ 2022-03-16 16:05 辣椒鱼儿酱 阅读(70) 评论(0) 推荐(0) 编辑
摘要: babylon 学习 阅读全文
posted @ 2021-11-23 13:38 辣椒鱼儿酱 阅读(409) 评论(0) 推荐(0) 编辑
摘要: ClosedXML 开源项目部分操作翻译以及个人感悟,wiki地址:https://github.com/ClosedXML/ClosedXML/wiki 阅读全文
posted @ 2021-11-23 13:09 辣椒鱼儿酱 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 解决密码问题 postgresql为开发者提供两种密码模式,-W 强制使用(--password) -w 无密码模式(--no-password) -W 会在执行时主动提示输入密码 -w 与pgpass.conf配合使用,执行时会自动获取连接配置,适合脚本 pgpass.conf windows : 阅读全文
posted @ 2021-09-24 14:11 辣椒鱼儿酱 阅读(176) 评论(0) 推荐(0) 编辑
摘要: ts泛型工厂 阅读全文
posted @ 2021-09-18 09:53 辣椒鱼儿酱 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 使用ts编写npm类库初始化方案,并使用github actions 进行自动化集成 阅读全文
posted @ 2021-08-31 16:53 辣椒鱼儿酱 阅读(67) 评论(0) 推荐(0) 编辑
摘要: JS | TS 自定义 object 的 json 序列化 阅读全文
posted @ 2021-08-24 15:54 辣椒鱼儿酱 阅读(866) 评论(0) 推荐(0) 编辑
摘要: Gdal 之 dxf转geojson (附加坐标转换) 阅读全文
posted @ 2021-08-17 13:11 辣椒鱼儿酱 阅读(3261) 评论(20) 推荐(2) 编辑
摘要: Gdal 之 坐标转换 ( C# 实现 ) 阅读全文
posted @ 2021-08-16 19:13 辣椒鱼儿酱 阅读(1407) 评论(2) 推荐(1) 编辑
摘要: C# netcore 获取net 5.0 使用 Gdal库将shp文件转换为geojson 阅读全文
posted @ 2021-08-16 15:10 辣椒鱼儿酱 阅读(576) 评论(3) 推荐(1) 编辑