摘要: 常用类型转换 阅读全文
posted @ 2019-12-31 20:05 wesson2019 阅读(394) 评论(0) 推荐(0) 编辑
摘要: Property 属性 Feature 特征 Abttriute 特性 阅读全文
posted @ 2019-12-31 20:04 wesson2019 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 下载、HttpClient、WebClient、HttpWebRequest 阅读全文
posted @ 2019-12-31 20:03 wesson2019 阅读(624) 评论(0) 推荐(0) 编辑
摘要: Git使用 阅读全文
posted @ 2019-12-31 20:01 wesson2019 阅读(145) 评论(0) 推荐(0) 编辑
摘要: SQL顺序 语法顺序 语句 执行顺序 1 select 5 2 from 1 3 where 2 4 group by 3 5 having 4 6 order by 6 7 limit 7 一、基础 1、说明:创建数据库 CREATE DATABASE database-name 2、说明:删除数 阅读全文
posted @ 2019-12-31 20:00 wesson2019 阅读(136) 评论(0) 推荐(0) 编辑
摘要: covariance,contravariance, invariance,协变,逆变,不变 阅读全文
posted @ 2019-12-31 18:43 wesson2019 阅读(206) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/1865358/201912/1865358-20191226145940997-1535947540.png) 阅读全文
posted @ 2019-12-31 18:42 wesson2019 阅读(63) 评论(0) 推荐(0) 编辑
摘要: WMI(Windows Management Instrumentation,Windows管理规范)作为一项Windows管理技术,用户可以使用WMI管理本地和远程计算机。作为一种规范和基础结构,通过它可以访问、配置、管理和监视几乎所有的Windows资源。 管理本地计算机 获得本地计算机已安装程 阅读全文
posted @ 2019-12-31 18:41 wesson2019 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 文件另存为 using Forms = System.Windows.Forms; string fileName = $"aaa_{DateTime.Now.ToString("yyyyMMddHHmmssfff")}.xls"; Forms.SaveFileDialog dlg = new Fo 阅读全文
posted @ 2019-12-31 18:24 wesson2019 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 仅当两个对象具有相同的GetHashCode()时才使用Equals()。 如果没有具有相同GetHashCode()的对象,则没有机会使用Equals()。 demo = demo.Distinct(EntityDto.ComparerByKey).ToList(); public class E 阅读全文
posted @ 2019-12-31 18:14 wesson2019 阅读(302) 评论(0) 推荐(0) 编辑