摘要: 用 VSCode 编写 Markdown 1. 环境配置 1.1. 安装 VSCode 插件 在 VSCode 中依次搜索并安装以下插件: Markdown All in One - 实现一些基础的 Markdown 编写体验,比如快捷键、列表编辑、自动生成目录等等 Markdown Preview 阅读全文
posted @ 2024-04-22 17:27 SDdemon 阅读(138) 评论(0) 推荐(0) 编辑
摘要: DataTable 过滤、求和、去重 //多个多个重复去除 //去掉factoryCode,recWeek,materialNo,quantity,recDate,uploadDate相同的重复数据 DataView dv = new DataView(dt); // dt = dv.ToTable 阅读全文
posted @ 2024-04-22 17:26 SDdemon 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1 ## Exece表格添加批注方法 2 3 ```C# 4 var demon = strCommonModel; 5 Comment comment = objSheet.Comments[intLines, 2]; 6 if (comment == null) 7 { 8 int intCom 阅读全文
posted @ 2024-04-22 17:24 SDdemon 阅读(23) 评论(0) 推荐(0) 编辑