01 2021 档案

摘要:<configuration> <system.web> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </system.web> </config 阅读全文
posted @ 2021-01-18 16:06 全栈攻城师
摘要:public class ImpersonateUser : IDisposable { [DllImport("advapi32.dll", SetLastError = true)] private static extern bool LogonUser(string lpszUsername 阅读全文
posted @ 2021-01-18 14:56 全栈攻城师
摘要://classifylist 为你要进行序列化的内容 JsonSerializerSettings settings = new JsonSerializerSettings(); settings.ReferenceLoopHandling = ReferenceLoopHandling.Igno 阅读全文
posted @ 2021-01-14 16:45 全栈攻城师 阅读(952) 评论(0) 推荐(0)