08 2020 档案
摘要:public static int jj=4; public static string[,] Chess = new string[jj, 3]; //声明一个二维数组. //1.面板名 //2.button名 //3.显隐 private void Form1_Load(object sende
阅读全文
摘要:private async void Browser_FrameLoadEnd(object sender, FrameLoadEndEventArgs e) { CookieVisitor visitor = new CookieVisitor(); visitor.SendCookie += v
阅读全文
摘要:var cookieManager = Cef.GetGlobalCookieManager(); cookieManager.SetCookieAsync("http://127.0.0.1:5000", new Cookie() { Name = "aaa", Value = "bbb", })
阅读全文
摘要:#region 内存回收 [DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")] public static extern int SetProcessWorkingSetSize(IntPtr process, in
阅读全文
摘要:public class CustomResourceRequestHandler : ResourceRequestHandler { protected override CefReturnValue OnBeforeResourceLoad(IWebBrowser chromiumWebBro
阅读全文

浙公网安备 33010602011771号