08 2022 档案

摘要:1.获取时间 System.DateTime.Now // 当前本地时间 (年月日时分秒) System.DateTime.UtcNow // 当前世界时间 (年月日时分秒) System.DateTime.Now.Year // 当前时间 (年) System.DateTime.Now.Month 阅读全文
posted @ 2022-08-30 11:31 凉介-C 阅读(1229) 评论(0) 推荐(0)
摘要:出现这个错误的原因是.netcore 的hostingbundle 没有安装 IIS缺少【ASPNETCoreModuleV2】 去.netcore 官网下载 https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-a 阅读全文
posted @ 2022-08-26 11:14 凉介-C 阅读(893) 评论(0) 推荐(0)