06 2018 档案
摘要:一、创建CompareFieldAttribute标识要比较的字段 二、比较操作类 三、单元测试 1、定义测试类 2、单元测试 3、测试结果 测试结果中输出了所有差异字段的相关信息 四、附件下载地址 下载地址
阅读全文
摘要:using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace BT.Preservation.Models { public static class ExtendMethod { /// /// Data...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace Common { public static class ExtendMethod { // DateTime --> long public ...
阅读全文
摘要:版本选择MongoDB的版本命名规范如:x.y.z; y为奇数时表示当前版本为开发版,如:2.3.0、2.1.1; y为偶数时表示当前版本为稳定版,如:2.0.1、2.2.0; 目前官网上最新的版本为3.4.6平台选择 生产环境使用32位机器的数据限制2G,在64位机器上坚决要使用64位版本,可以获
阅读全文