11 2022 档案

摘要:准备接口及实现类 public interface IHeadphone { } public interface IMicrophone { } public interface IPower { } public class Headphone : IHeadphone { public Hea 阅读全文
posted @ 2022-11-23 10:03 守护月亮的星星 阅读(145) 评论(0) 推荐(1)
摘要:1.Nuget 引入 NLog NLog.Web.AspNetCore NLog.Database(写入数据库使用) 2.创建nlog.config 注意数据库连接字符串需要配置TrustServerCertificate=True;不然会有认证问题 <?xml version="1.0" enco 阅读全文
posted @ 2022-11-22 08:38 守护月亮的星星 阅读(555) 评论(0) 推荐(0)