摘要: error NETSDK1004: 找不到资产文件“***\project.assets.json”。运行 NuGet 包还原以生成此文件。 使用cmd cd 到指定项目目录,运行 dotnet restore 命令还原和排查错误。 阅读全文
posted @ 2019-12-23 16:05 Honyun100 阅读(2178) 评论(0) 推荐(0)
摘要: /// <summary> /// 中文数字字符 /// </summary> private static readonly string[] cnNumberString = { "零", "一", "二", "三", "四", "五", "六", "七", "八", "九" }; /// <s 阅读全文
posted @ 2019-05-19 09:24 Honyun100 阅读(1484) 评论(0) 推荐(0)