使用C#语言从0开发一款命令行工具,主要原理使用反射解析命令行参数到对象。

8/19/2024 2

.net cli c#


本篇含Docker概述,Docker安装教程。

8/23/2024 2

docker docker container


微软自带序列化库不支持这种格式的时间字符串:"2024-08-28 11:50:31"

8/28/2024 28

.net .net


记录一次报错:.NET number values such as positive and negative infinity cannot be written as valid JSON. To make it work when using 'JsonSerializer', consider specifying 'JsonNumberHandling.AllowNamedFloatingPointLiterals'

8/23/2024 11

.net bug