10 2022 档案

C# Linq不同类型数组之间的转换
摘要:string[] strArray = "a,b,c,d,e,f,g".Split(new char[]{ ',' }); int[] intArray; //C# 3.0下用此句 intArray = Array.ConvertAll<string, int>(strArray, s => int 阅读全文

posted @ 2022-10-30 14:34 Violin_Huang 阅读(111) 评论(0) 推荐(0) 编辑

C# 开源NuGet插件
摘要:ExcelDataReader 开源免费,Excel读取插件 GitHub - ExcelDataReader/ExcelDataReader: Lightweight and fast library written in C# for reading Microsoft Excel files 阅读全文

posted @ 2022-10-26 12:14 Violin_Huang 阅读(86) 评论(0) 推荐(0) 编辑

Visual Studio NuGet的地址(记录)
摘要:NuGet源地址 : https://nuget.org/api/v2/ https://api.nuget.org/v3/index.json (推荐) 阅读全文

posted @ 2022-10-22 14:29 Violin_Huang 阅读(294) 评论(0) 推荐(0) 编辑

C#时间转换成ISO8601标准 日期时间中间加T表示法
摘要:如时间为: 2020-01-12T15:17:21国际标准化组织的国际标准ISO 8601是日期和时间的表示方法,全称为《数据存储和交换形式·信息交换·日期和时间的表示方法》原文如下: 日期和时间的组合表示法编辑 合并表示时,要在时间前面加一大写字母T,如要表示北京时间2004年5月3日下午5点30 阅读全文

posted @ 2022-10-11 14:26 Violin_Huang 阅读(929) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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