05 2018 档案

net core mysql 组件记录
摘要:nuget 下 Pomelo.EntityFrameworkCore.MySql (据说是微软官方推荐) MySql.Data.EntityFrameworkCore (甲骨文出品) 使用方式等同于 EntityFrameworkCore 阅读全文

posted @ 2018-05-25 17:20 不会非的猪 编辑

索引
摘要:1 class Program 2 { 3 4 static void Main() 5 { 6 var pair = new Pair<int>(10,12); 7 8 Console.WriteLine($"this is {pair.First} and {pair[PairItem.Seco 阅读全文

posted @ 2018-05-03 14:15 不会非的猪 编辑

IComparer 与 IComparable
摘要:1 static void Main() 2 { 3 var people = new ArrayList(); 4 people.AddRange(new ArrayList 5 { 6 new Person{ Name = "Jone",Age = 18}, 7 new Person{ Name 阅读全文

posted @ 2018-05-03 10:05 不会非的猪 编辑

foreach
摘要:有点意思!!! 阅读全文

posted @ 2018-05-02 11:22 不会非的猪 编辑

点击右上角即可分享
微信分享提示