弹来弹去跑马灯!

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 39 下一页
摘要: https, 在WIN7 下如果服务器断没有启用tls1.0, 那webClient 请求就会失败, 问题解决方案 https://stackoverflow.com/questions/2859790/the-request-was-aborted-could-not-create-ssl-tls 阅读全文
posted @ 2018-04-27 17:08 wgscd 阅读(1450) 评论(1) 推荐(0)
摘要: <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winf 阅读全文
posted @ 2018-04-13 17:05 wgscd 阅读(261) 评论(0) 推荐(0)
摘要: Request URL: http://www.jiayuan.com/msg/outbox/list.php Request Method: POST form data: using System; using System.Collections.Generic; using System.L 阅读全文
posted @ 2018-04-02 16:29 wgscd 阅读(296) 评论(0) 推荐(0)
摘要: WPF 绑定百度图片 阅读全文
posted @ 2018-03-26 17:07 wgscd 阅读(237) 评论(0) 推荐(0)
摘要: // http://image.baidu.com/search/acjson?tn=resultjson_com&ipn=rj&ct=201326592&fp=result&queryWord=mm&cl=2&lm=-1&ie=utf-8&oe=utf-8&st=-1&ic=0&word=mm&f 阅读全文
posted @ 2018-03-23 15:22 wgscd 阅读(1059) 评论(0) 推荐(0)
摘要: WPF C# 序列化保存设置,BinaryFormatter 阅读全文
posted @ 2018-03-23 14:26 wgscd 阅读(2166) 评论(0) 推荐(0)
摘要: C# HtmlAgilityPack和AngleSharp 解析HTML by:wgscd date:2018-1-17 HtmlAgilityPack 有点是只有一个单独DLL。AngleSharp 缺点是包含另外的一些DLL,如 Threading。 现在我们可以用一个.NET下的HTML解析类 阅读全文
posted @ 2018-01-17 01:58 wgscd 阅读(2798) 评论(0) 推荐(1)
摘要: UWP listView加载更多 ScrollBar sb; ScrollViewer sv; private void listView_Loaded(object sender, RoutedEventArgs e) { sv = FindVisualChild<ScrollViewer>(li 阅读全文
posted @ 2017-12-03 21:19 wgscd 阅读(331) 评论(2) 推荐(0)
摘要: private void btnShare_Click(object sender, RoutedEventArgs e) { DataTransferManager.ShowShareUI(); } void MainPage_DataRequested(DataTransferManager s 阅读全文
posted @ 2017-12-03 21:00 wgscd 阅读(222) 评论(0) 推荐(0)
摘要: 解决应用商店错误代码0x80072efd、0x80131505的方法 使用win10系统的朋友应该都会经常使用应用商店这个程序吧?它是微软自带的软件下载程序!不过最近有位win10的朋友告诉小编,他的电脑无法连接应用商店,系统提示无法联网,错误代码为:0x80072efd。不仅仅是这一位用户,甚至有 阅读全文
posted @ 2017-11-24 19:41 wgscd 阅读(14376) 评论(1) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 39 下一页