会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
弹来弹去跑马灯!
wgscd
test red font.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
38
下一页
2018年5月18日
WPF Listview ScrollBar 样式
摘要: ListVIew 为ItemsControl,任何属于ItemsControl的控件,DataGrid,ListBox等 ,都默认支持ScrollViewer的,不需要特定去修改它。
阅读全文
posted @ 2018-05-18 15:33 wgscd
阅读(2000)
评论(0)
推荐(0)
2018年4月28日
C# 今日头条as,cp 算法
摘要: 网上找了下全是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)
2018年4月27日
c# WIN7 HTTPS,TLS1.2, tls1.0,he request was aborted: Could not create SSL/TLS secure channel.
摘要: 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)
2018年4月13日
WPF Good UI
摘要: <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)
2018年4月2日
WPF Get jiayuan outbox list(send mail box)
摘要: 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)
2018年3月26日
WPF bind baidu Image
摘要: WPF 绑定百度图片
阅读全文
posted @ 2018-03-26 17:07 wgscd
阅读(211)
评论(0)
推荐(0)
2018年3月23日
c# 解析百度图片搜索结果json中objURL图片原始地址
摘要: // 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# 序列化保存设置
摘要: WPF C# 序列化保存设置,BinaryFormatter
阅读全文
posted @ 2018-03-23 14:26 wgscd
阅读(2133)
评论(0)
推荐(0)
2018年1月17日
C# HtmlAgilityPack和AngleSharp 解析HTML
摘要: 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)
2017年12月3日
UWP listView加载更多
摘要: 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
下一页
公告