随笔分类 - C#
摘要:```c // To add a reference to the system.Web using System.Web.Security; ... /// /// SHA1 The encrypted string /// /// The source string /// The encryp
阅读全文
摘要:Lnaguage Intergrated Query(Linq) 集成查询语言 基本查询表达式模式来查询和转换 SQL 数据库、ADO.NET 数据集、XML 文档和流以及 .NET 集合中的数据 Linq语句的三个步骤: 1.定义数据源; 2.定义查询语句; 3.执行查询语句。 sample1 q
阅读全文
摘要:主窗口代码 c++ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usi
阅读全文