上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 123 下一页
摘要: WindowsフォームでWebBrowserコントロールを配置すると、IEのバージョンが 7 と古い。レジストリをいじると、IE11の Edgeモードに変更できる(参考記事)。デザイン画面でWebBrowserコントロールどドラッグアンドドロップしておく。フォームにはFormClosingイベントの 阅读全文
posted @ 2017-07-31 09:34 公众号python学习开发 阅读(328) 评论(0) 推荐(0) 编辑
摘要: public class IEVersion { /// /// IE WebBrowser内核设置 /// public static void BrowserEmulationSet() { //当前程序名称 var exeName = Process.GetCurrentProcess().ProcessName + ".exe"; //系统注册表信息 var mreg = Regis... 阅读全文
posted @ 2017-07-31 09:30 公众号python学习开发 阅读(469) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net.Http;using System.Text;using System.Threading.Tasks; namespace getBai 阅读全文
posted @ 2017-07-25 09:01 公众号python学习开发 阅读(685) 评论(0) 推荐(0) 编辑
摘要: namespace CefSharp.OffScreen.Example { public class Program { private static ChromiumWebBrowser browser; public static void Main(string[] args) { const st... 阅读全文
posted @ 2017-07-21 17:54 公众号python学习开发 阅读(3164) 评论(0) 推荐(0) 编辑
摘要: var success = await browserViewModel.WebBrowser.PrintToPdfAsync(dialog.FileName, new PdfPrintSettings { MarginType = CefPdfPrintMarginType.Custom, Mar 阅读全文
posted @ 2017-07-21 17:18 公众号python学习开发 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: using CefSharp; using CefSharp.WinForms; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; u... 阅读全文
posted @ 2017-07-19 17:13 公众号python学习开发 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 红色部分为重点 1.webconfig配置 <system.webServer> <modules> <remove name="FormsAuthentication" /> </modules> </system.webServer> 附:JsonHelper.cs sha256.cs 4.ac 阅读全文
posted @ 2017-07-04 11:03 公众号python学习开发 阅读(405) 评论(0) 推荐(0) 编辑
摘要: json字符串如下: 第一步:利用vs2013或者以上版本生成类文件 具体操作:选中json字符串打开vs2013创建一个类文件依次点击:编辑->选择性黏贴->将json粘贴为类如下: 3.Json To Object 添加引用json.net 读取json文件 阅读全文
posted @ 2017-07-04 10:48 公众号python学习开发 阅读(1782) 评论(0) 推荐(0) 编辑
摘要: function heheda() { window.setTimeout(function () { console.log(" Capture Original Begin "); var scrollheight=page.evaluate(function () { return docum 阅读全文
posted @ 2017-06-29 17:13 公众号python学习开发 阅读(208) 评论(0) 推荐(0) 编辑
摘要: from:http://qiita.com/midori44/items/ef7cdd1d37c353e44b5f ASP.NET MVC & EntityFramework によるコードファースト開発環境を MySQL で構築してみます。と言っても今回はプロジェクトを作成して ASP.NET Id 阅读全文
posted @ 2017-06-28 17:18 公众号python学习开发 阅读(554) 评论(0) 推荐(0) 编辑
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 123 下一页