会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iot1024
一个程序员的自我修养
博客园
首页
新随笔
联系
订阅
管理
[置顶]
ChoETL - CSV/FixedLength/Xml/JSON/KVP快速读写的利器
摘要: ETL,是英文 Extract-Transform-Load 的缩写,用来描述将数据从来源端经过抽取(extract)、转换(transform)、加载(load)至目的端的过程。ETL一词较常用在数据仓库,但其对象并不限于数据仓库。ETL是构建数据仓库的重要一环,用户从数据源抽取出所需的数据,经过
阅读全文
posted @ 2017-09-08 17:56 iot1024
阅读(508)
评论(0)
推荐(0)
2016年10月10日
C#实现身份证号码校验的类
摘要: 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
阅读(1556)
评论(0)
推荐(0)
基于Dictionary实现的Cache类
摘要: 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
阅读(418)
评论(0)
推荐(0)
2016年7月26日
WebClient连接超时&读取超时默认设置
摘要: 实际测试的结果: Webclient 连接超时在16s~20s左右,读取超时在105s左右
阅读全文
posted @ 2016-07-26 15:44 iot1024
阅读(602)
评论(1)
推荐(0)
2016年7月15日
MSMQ使用
摘要: 应用场景: 典型的生产者-消费者模式, 目前虽已实现,但存在一些问题,准备更换成MSMQ. 多个生产者(producer)应用从业务平台拉取订单放入队列应用(QueueManager)(自己实现), 多个消费者(consumer)应用从队列应用中每次取出1笔订单进行处理,处理完成后直接向业务平台返回
阅读全文
posted @ 2016-07-15 16:57 iot1024
阅读(302)
评论(0)
推荐(0)
2016年7月14日
如何给变量取个简短且无歧义的名字?
摘要: 转自: http://kb.cnblogs.com/page/548394/ 英文原文:Long Names Are Long 译/Giraffe Google做的最明智的规定之一就是严格执行code review。每一个改动在上线之前,都要经过两种形式的review。首先,团队中的人会进行常规的r
阅读全文
posted @ 2016-07-14 17:39 iot1024
阅读(331)
评论(0)
推荐(0)
2015年12月11日
www.mutpay.com www.mutpay.cn www.mutpay.net
摘要: 移动Mobile 联通Unicom 电信Telecom 增值业务
阅读全文
posted @ 2015-12-11 12:05 iot1024
阅读(154)
评论(0)
推荐(0)
2015年12月2日
The underlying connection was closed
摘要: 转自: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
阅读(1980)
评论(0)
推荐(0)
The underlying connection was closed: An unexpected error occurred on a receive
摘要: 转自: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
阅读(2527)
评论(0)
推荐(0)
The operation has timed out & 504 Gateway Timeout
摘要: 转自: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
阅读(2150)
评论(0)
推荐(0)
下一页
公告