yafeili

导航

10 2018 档案

get windows auth code
摘要:public static WindowsIdentityInfo GetWindowsIdentityInfo(HttpContext context) { WindowsIdentityInfo info = new WindowsIdentityInfo(); info.IsAuthenticated = false; ... 阅读全文

posted @ 2018-10-23 17:53 yafeili 阅读(206) 评论(0) 推荐(0)

NPOI颜色对照表
摘要:NPOI颜色对照表 阅读全文

posted @ 2018-10-18 14:10 yafeili 阅读(1614) 评论(0) 推荐(0)

ThreadPool
摘要:ThreadPool 阅读全文

posted @ 2018-10-18 14:09 yafeili 阅读(91) 评论(0) 推荐(0)

C# BitArray 二进制处理
摘要:C# BitArray 二进制处理 阅读全文

posted @ 2018-10-18 14:08 yafeili 阅读(2127) 评论(0) 推荐(0)