windows Android 子系统授权失败处理 开始 -> 运行 'wsa://com.android.settings', 搜索 usb 设置,重新 打开、关闭 开发人员模式或 usb 调试, 再次进行授权。 2024-3-17 10:02 | 1,201 | 0 | Android,学习 45 字 | 几秒读完
测试未公开类及方法 测试未公开类及方法 测试未公开类方法 I # 在待测试项目代码文件中加入, IoxMcpServer.Test 为测试项目 using System.Runtime.CompilerServices; [assembly:InternalsVisibleTo("IoxMcpServer.Test")] 测试未公开类方法 II #… 2024-3-05 10:23 | 913 | 0 | c#,学习 114 字 | 2 分钟
seq 日志系统 # 设置 # 这里使用了 Microsoft.Extensions.Logging var data = new Dictionary<string, string?>(); data["Seq:ServerUrl"] = "http://xxxxx:xxx"; // api 地址 (注:与 ui… 2024-3-02 17:54 | 918 | 0 | c#,学习 53 字 | 2 分钟