07 2012 档案
想要淘便宜淘白菜的请访问 http://31tj.com
摘要:天天有特价,天天有优惠,白菜中的白菜,http://31tj.com/
阅读全文
List 重复项
摘要:第一种去除重复方法: int count=receiverlist.Count(a => receiverlist.FindAll(b => b == a).Count > 1);如果存在两个“2”则count返回2,如果不存在重复返回0.第二种去重复方法 Distinct public class Product { public string Name { get; set; } public int Code { get; set; } public int ID { get; set; } } public delegate bool EqualsComparer&l
阅读全文
浙公网安备 33010602011771号