07 2022 档案
摘要:/// <summary> /// AD域验证服务 /// </summary> public static class ActiveDirectoryService { //轻型目录访问协议 private static readonly string agreement = "LDAP://";
阅读全文
摘要:--第一种方法 写死 -- 容易看花眼 建议直接复制 where FID != '00000000-0000-0000-0000-000000000000' --第二种方法 写语句 where FID != (select cast(cast(0 as binary) as uniqueidenti
阅读全文