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 阅读全文
posted @ 2020-08-22 19:17 学竹 阅读(1362) 评论(0) 推荐(0)
摘要:private async void Browser_FrameLoadEnd(object sender, FrameLoadEndEventArgs e) { CookieVisitor visitor = new CookieVisitor(); visitor.SendCookie += v 阅读全文
posted @ 2020-08-19 16:52 学竹 阅读(1945) 评论(0) 推荐(0)
摘要:var cookieManager = Cef.GetGlobalCookieManager(); cookieManager.SetCookieAsync("http://127.0.0.1:5000", new Cookie() { Name = "aaa", Value = "bbb", }) 阅读全文
posted @ 2020-08-19 16:49 学竹 阅读(996) 评论(0) 推荐(0)
摘要:#region 内存回收 [DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")] public static extern int SetProcessWorkingSetSize(IntPtr process, in 阅读全文
posted @ 2020-08-19 16:47 学竹 阅读(322) 评论(0) 推荐(0)
摘要:public class CustomResourceRequestHandler : ResourceRequestHandler { protected override CefReturnValue OnBeforeResourceLoad(IWebBrowser chromiumWebBro 阅读全文
posted @ 2020-08-19 16:45 学竹 阅读(651) 评论(0) 推荐(0)