02 2021 档案

摘要:C# 树状结构的部分查询 .net core 获得方法名 C#中重写、重载和隐藏的概念 索引器&集合 接口和抽象类 xml文件读写 C# 反射 循环属性、字段赋值 WCF 32位程序调试报错 C#实现OBB碰撞算法 The request was aborted: Could not create 阅读全文
posted @ 2021-02-25 14:56 Lulus 阅读(179) 评论(0) 推荐(0) 编辑
摘要:参照SimpleVPN 使用库DotRas.for.Win7 封装一个工具类 using DotRas; using System.Linq; using System.Net; public class VPN { private string serverIP; private string a 阅读全文
posted @ 2021-02-23 21:04 Lulus 阅读(41) 评论(0) 推荐(0) 编辑
摘要:HttpClient访问https的时候报错: The request was aborted: Could not create SSL TLS secure channel. 这样修改: var url = "https://..."; if (url.ToLower().StartsWith( 阅读全文
posted @ 2021-02-23 13:32 Lulus 阅读(619) 评论(0) 推荐(0) 编辑