摘要:
今天使用SqlBulkCopy时,一直报错。错误信息如下来自数据源的String类型的给定值不能转换为指定目标列的类型datetime。--->System.FormatException:将参数值从String转换到DateTime失败。--->System.FormatException:该字符... 阅读全文
摘要:
private static string StandardSerial = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";/// <summary>/// 计算快速服务代码/// </summary>/// <param name="serialNo">服务编号</param>/// <returns></returns>public static string GetServiceCode(string serialNo){ if (serialN 阅读全文