上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 106 下一页
摘要: 介绍 以前曾试过在app中整合一个可靠又快速的web浏览器吗? 在本文中,你会学到如何轻松地将奇妙的CefSharp网页浏览器组件(基于Chromium)集成到你的C# app中。 然后,你可以使用此web浏览器: 给用户提供一个集成的浏览体验 用HTML / JavaScript编程添加嵌入式界面 阅读全文
posted @ 2020-02-08 22:04 simadi 阅读(1124) 评论(0) 推荐(0)
摘要: 截止目前为止,CefSharp是一个比较好的解决方案。CefSharp是嵌入的Chromium浏览器,基本等同chrome。 笔者这里用的是VS2017社区版,简单写写操作,给大家扫盲吧。 首先是先搭建基本的开发环境。 1. 新建Winform应用程序。 2. 在解决方案管理器上,右键单击引用,选择 阅读全文
posted @ 2020-02-08 22:03 simadi 阅读(3419) 评论(0) 推荐(0)
摘要: var task = Task.Run(() => {//此处要写一些耗时的操作,如果没有就写 Thread.Sleep(500); //去掉会导致cpu占用高 }); task.GetAwaiter().OnCompleted(() => { }); 阅读全文
posted @ 2020-02-08 14:25 simadi 阅读(7161) 评论(1) 推荐(0)
摘要: HtmlElement htm = webBrowser1.Document.GetElementById("控件ID");htm.OuterHtml = ""; 阅读全文
posted @ 2020-02-08 14:21 simadi 阅读(506) 评论(0) 推荐(0)
摘要: 官方文档 https://docs.microsoft.com/zh-cn/dotnet/desktop/wpf/?view=netdesktop-5.0 WPF学习笔记 https://www.cnblogs.com/Peter-Luo/category/1620030.html WPF编程宝典( 阅读全文
posted @ 2020-02-03 12:09 simadi 阅读(384) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/zh-cn/dotnet/csharp/whats-new/csharp-version-history 阅读全文
posted @ 2020-01-13 14:41 simadi 阅读(238) 评论(0) 推荐(0)
摘要: 查看.net的 reg query "HKLM\Software\Microsoft\NET Framework Setup\NDP" /s /v version | findstr /i version | sort /+26 /r 查看.net core 的 dotnet --versiondo 阅读全文
posted @ 2020-01-13 14:28 simadi 阅读(16110) 评论(0) 推荐(1)
摘要: AbsoluteUri http://www.shuazhibo.com/user/a.aspx?id=6xxzga&name=tom OriginalString http://www.shuazhibo.com/user/a.aspx?id=6xxzga&name=tom Scheme http 阅读全文
posted @ 2020-01-13 11:32 simadi 阅读(783) 评论(0) 推荐(0)
摘要: https://register.ubisoft.com/rabbids-coding/zh-CN 阅读全文
posted @ 2020-01-10 17:24 simadi 阅读(253) 评论(0) 推荐(0)
摘要: 录屏软件 ApowerREC http://www.ddooo.com/softdown/123746.htm 阅读全文
posted @ 2020-01-10 17:14 simadi 阅读(174) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 106 下一页