摘要:
应用程序代理类 WKAppDelegate.m //// WKAppDelegate.m// HelloWorld//// Created by easy5 on 13-9-18.// Copyright (c) 2013年 easy5. All rights reserved.//#i... 阅读全文
摘要:
List的排序 List dataPointsDataPints = ...; //按RegisterAddress升序排序 dataPointsDataPints.Sort(new DataPointRegisterAddressCompare());排序类: public class DataPointRegisterAddressCompare : IComparer { public int Compare(DataPoint x, DataPoint y) { ... 阅读全文