2024年1月26日

C# List.Sort 方法可能自己比较自己

摘要: 最近代码突然报错 如下: pps = pps.Sort((t0, t1) => { var c = t0.Variety.DeliveryYearMonth.CompareTo(t1.Variety.DeliveryYearMonth); if (c != 0) return c; c = (t0. 阅读全文

posted @ 2024-01-26 17:07 norsd 阅读(2) 评论(0) 推荐(0) 编辑

Visual Studio build Linux ValidateSources FAILED

摘要: 当编译Linux的程序时, VC会把所有引用的文件复制到Remote, 在这之前,他将做 ValidateSources 检查文件是否正常。如果你引用的文件被移动或者删除,将产生这个错误。 例如: 1>Target _ValidateSources: 1> Using "ValidateSource 阅读全文

posted @ 2024-01-26 17:06 norsd 阅读(2) 评论(0) 推荐(0) 编辑

导航