弹来弹去跑马灯!

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 38 下一页
摘要: ListVIew 为ItemsControl,任何属于ItemsControl的控件,DataGrid,ListBox等 ,都默认支持ScrollViewer的,不需要特定去修改它。 阅读全文
posted @ 2018-05-18 15:33 wgscd 阅读(2000) 评论(0) 推荐(0)
摘要: 网上找了下全是PHP或者JS 的,自己写了个C#的: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography; names 阅读全文
posted @ 2018-04-28 16:05 wgscd 阅读(2707) 评论(5) 推荐(0)
摘要: 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 阅读(1412) 评论(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 阅读(230) 评论(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 阅读(278) 评论(0) 推荐(0)
摘要: WPF 绑定百度图片 阅读全文
posted @ 2018-03-26 17:07 wgscd 阅读(211) 评论(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 阅读(1037) 评论(0) 推荐(0)
摘要: WPF C# 序列化保存设置,BinaryFormatter 阅读全文
posted @ 2018-03-23 14:26 wgscd 阅读(2133) 评论(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 阅读(2771) 评论(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 阅读(313) 评论(2) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 38 下一页