随笔分类 -  C#

摘要:```c // To add a reference to the system.Web using System.Web.Security; ... /// /// SHA1 The encrypted string /// /// The source string /// The encryp 阅读全文
posted @ 2018-01-14 22:50 {Black_Jack} 阅读(250) 评论(0) 推荐(0)
摘要:Lnaguage Intergrated Query(Linq) 集成查询语言 基本查询表达式模式来查询和转换 SQL 数据库、ADO.NET 数据集、XML 文档和流以及 .NET 集合中的数据 Linq语句的三个步骤: 1.定义数据源; 2.定义查询语句; 3.执行查询语句。 sample1 q 阅读全文
posted @ 2017-12-20 02:29 {Black_Jack} 阅读(11405) 评论(0) 推荐(1)
摘要:主窗口代码 c++ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usi 阅读全文
posted @ 2017-11-15 14:24 {Black_Jack} 阅读(6107) 评论(2) 推荐(0)