随笔分类 - .net
摘要:public class Encrypt { /// /// MD5加密方法 /// /// 传入一个字符串 /// public static string GetMd5(string str, bool toLower = true) { if...
阅读全文
摘要:程序关闭的时候一定要加上: 因为关闭的时候,不将浏览器关闭的话,会阻塞主线程导致报错。 修复CefSharp浏览器组件中文输入的bug // browser是窗口上的浏览器控件 browser.PreviewTextInput += (o, e) => { foreach (var characte
阅读全文
摘要:if (!CefSharp.Cef.IsInitialized) { var setting = new CefSharp.CefSettings { Locale = "zh-CN" }; setting.CefCommandLineArgs.Add("disable-gpu", "1"); CefSharp.Cef.Initializ...
阅读全文
摘要:using CefSharp; using CefSharp.Wpf; namespace Common.Control { internal class CefSharpOpenPageSelf : ILifeSpanHandler { public bool DoClose(IWebBrowser browserControl, IBrowser browse...
阅读全文
摘要:这个问题的中文提示是: 未能加载文件或程序集“CefSharp.Core.dll”或它的某一个依赖项。找不到指定的模块 具体原因是因为CefSharp运行时需要Visual C++ Redistributable Packages for Visual Studio 2013这个东西,但是有时候电脑
阅读全文

浙公网安备 33010602011771号