摘要: 一、非存储过程生成的流水号 /// <summary> /// /// </summary> public static class DataBaseGenerator { /// <summary> /// /// </summary> private static Int64 seed = Int64.Parse(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1)).TotalMilliseconds.ToString("0")); /// ... 阅读全文
posted @ 2012-04-28 14:20 Ruiky 阅读(4660) 评论(0) 推荐(2) 编辑