09 2014 档案
摘要:添加COM组件引用:Microsoft Speech object library
阅读全文
摘要:public class ConfigInfo { public static ParametersHelper Parameters { get { return new ParametersHelper(); } } public class ParametersHelper {...
阅读全文
摘要:1. 定义抽象方法 public abstract class BaseProcesser { public abstract void GetCustomerReportCardDetailInfo(CustomerReportCardRequest request, ReportCardResu
阅读全文
摘要:private static object s_lock = new object(); public static void TraceLog(string message, string logFileName, string logPath = null) { string tmppath = string.Empty; ...
阅读全文