03 2023 档案

摘要:目录 1.安装 Hyper-V Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All 2.安装WSL2 2.1以管理员启动运行 Windows PowerShell PS C:\Users\Administ 阅读全文
posted @ 2023-03-11 22:13 棙九九 阅读(689) 评论(0) 推荐(0)
摘要:1.安装SDK依赖库 <PackageReference Include="PushNotifications.Server" Version="1.3.35" /> <PackageReference Include="PushNotifications.Server.AspNetCore" Ve 阅读全文
posted @ 2023-03-02 17:54 棙九九 阅读(126) 评论(0) 推荐(0)
摘要:一.添加基础设施 1.添加配置实体模型 public class GetuiConfigOptions { public string AppID { get; set; } public string AppKey { get; set; } public string AppSecret { g 阅读全文
posted @ 2023-03-02 17:43 棙九九 阅读(160) 评论(0) 推荐(0)