12 2019 档案
摘要:CefSharp提供WPF和WinForms Web浏览器控件实现,不同于Webbrowser嵌入的是IE,CefSharp在.NET应用程序中嵌入Chromium。普通的CefSharp使用代理功能代码如下:var settings = new CefSettings();settings.Cac
阅读全文
摘要:https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions#Runtime_dependencies This FAQ tries to showcase some cool CefSharp features and s
阅读全文
摘要:CefSharp requires the Microsoft VC++ Runtime. CefSharp VersionVC++ Version.Net Version 65.0.0 and above 2015 4.5.2 51.0.0 to 63.0.0 2013 4.5.2 45.0.0
阅读全文
摘要:/// <summary> /// 以下是判断vc++版本函数 /// </summary> public class QueryProductState { [DllImport("msi.dll")] private static extern INSTALLSTATE MsiQueryProd
阅读全文
摘要:在.net 3.0推出WCF之前使用的WebService,有的应用有使用Session保持一些信息,在不同的WebMethod中共享存储信息。比如:保持登陆用户的信息等。其原理是应用ASP.NET兼容模式,利用HttpContext来保持请求的上下文。为了显示WebService/WCF不同应用下
阅读全文
摘要:一、分别在CMD下执行如下3条命令(注意每条命令中的端口号要替换,即便 -p 后面的数字):命令1: sc create "Memcached Server1" start= autobinPath= "D:\program files\memcached\memcached.exe -d runs
阅读全文