摘要: ETL,是英文 Extract-Transform-Load 的缩写,用来描述将数据从来源端经过抽取(extract)、转换(transform)、加载(load)至目的端的过程。ETL一词较常用在数据仓库,但其对象并不限于数据仓库。ETL是构建数据仓库的重要一环,用户从数据源抽取出所需的数据,经过 阅读全文
posted @ 2017-09-08 17:56 iot1024 阅读(431) 评论(0) 推荐(0) 编辑
摘要: public class CardValidator { private const int Divisor = 11; private const int MinLen = 17; private static readonly List Factors=new List() { 7,9,10,5... 阅读全文
posted @ 2016-10-10 16:12 iot1024 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: public static class Cache { private static readonly Timer CleanupTimer = new Timer() { AutoReset=true,Enabled=true,Interval=60000 }; private static readonly Dictionary InternalCac... 阅读全文
posted @ 2016-10-10 14:53 iot1024 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 实际测试的结果: Webclient 连接超时在16s~20s左右,读取超时在105s左右 阅读全文
posted @ 2016-07-26 15:44 iot1024 阅读(544) 评论(1) 推荐(0) 编辑
摘要: 应用场景: 典型的生产者-消费者模式, 目前虽已实现,但存在一些问题,准备更换成MSMQ. 多个生产者(producer)应用从业务平台拉取订单放入队列应用(QueueManager)(自己实现), 多个消费者(consumer)应用从队列应用中每次取出1笔订单进行处理,处理完成后直接向业务平台返回 阅读全文
posted @ 2016-07-15 16:57 iot1024 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 转自: http://kb.cnblogs.com/page/548394/ 英文原文:Long Names Are Long 译/Giraffe Google做的最明智的规定之一就是严格执行code review。每一个改动在上线之前,都要经过两种形式的review。首先,团队中的人会进行常规的r 阅读全文
posted @ 2016-07-14 17:39 iot1024 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 移动Mobile 联通Unicom 电信Telecom 增值业务 阅读全文
posted @ 2015-12-11 12:05 iot1024 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 转自:https://support.microsoft.com/en-us/kb/915599SUMMARYThis article describes error messages that you may receive when you use the Microsoft .NET Fram... 阅读全文
posted @ 2015-12-02 16:31 iot1024 阅读(1828) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.outsystems.com/forums/discussion/15641/tip-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-rece/SymptomYou applic... 阅读全文
posted @ 2015-12-02 16:29 iot1024 阅读(2420) 评论(0) 推荐(0) 编辑
摘要: 转自:http://stackoverflow.com/questions/18665756/difference-between-operation-has-time-out-and-504-gateway-timeoutThe operation has timed outis acliente... 阅读全文
posted @ 2015-12-02 15:13 iot1024 阅读(1932) 评论(0) 推荐(0) 编辑