01 2021 档案

摘要:MSI 阅读全文
posted @ 2021-01-29 14:29 wesson2019 阅读(538) 评论(0) 推荐(0)
摘要:静态成员的动态封装类 dynamic dynamic = new StaticMemberDynamicWrapper(typeof(string)); // 动态调用静态方法 var r = dynamic.Concat("A", "B"); Console.WriteLine(r); if (r 阅读全文
posted @ 2021-01-20 20:26 wesson2019 阅读(126) 评论(0) 推荐(0)
摘要:标识位 byte BitArray 阅读全文
posted @ 2021-01-20 20:22 wesson2019 阅读(119) 评论(0) 推荐(0)
摘要:一般用法 public sealed class Singleton { private static readonly Singleton _instance = new Singleton(); static Singleton() { } private Singleton() { } pub 阅读全文
posted @ 2021-01-20 20:14 wesson2019 阅读(62) 评论(0) 推荐(0)
摘要:ftp 阅读全文
posted @ 2021-01-08 10:03 wesson2019 阅读(82) 评论(0) 推荐(0)