using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.Common;using System.Configuration;using System.Tra...
分类:
移动开发 时间:
2014-12-09 17:14:46
阅读次数:
195
http://www.cppblog.com/woaidongmao/archive/2011/06/21/149092.html一、FastCGI是什么? FastCGI是语言无关的、可伸缩架构的CGI开放扩展,其主要行为是将CGI解释器进程保持在内存中并因此获得较高的性能。众所周知,CGI解释....
分类:
其他好文 时间:
2014-12-08 17:06:54
阅读次数:
336
This article is from blog of Amazon CTOWerner Vogels.--------------------Today is a very exciting day as we releaseAmazon DynamoDB, a fast, highly rel...
分类:
移动开发 时间:
2014-12-07 15:00:34
阅读次数:
308
HTTP概述 每天,都有数以亿万计的JPEG图片、HTML页面、文本文件、MPEG电影、WAV音频文件、Java小程序和其他资源在因特网上游弋。HTTP可以从遍布全世界的Web服务器上将这些信息快速、便捷、可靠的搬移到人们桌面上的Web浏览器上去。 HTTP,全称Hyper Text Tra...
分类:
Web程序 时间:
2014-12-07 13:50:41
阅读次数:
175
在网上找的资料都不怎么好使,许多代码一看就知道根本没有考虑全面。 最后找到一个好用的,在codeplex上,这位老兄写成了一个framework,太重了。http://www.codeproject.com/Articles/9258/A-Fast-CSV-Reader确实挺好用的。 我没耐下性子看...
分类:
其他好文 时间:
2014-12-04 22:51:59
阅读次数:
227
http://ariya.ofilabs.com/2013/09/fast-forward-git-merge.htmlhttp://stackoverflow.com/questions/2850369/why-does-git-fast-forward-merges-by-default默认使用...
分类:
其他好文 时间:
2014-12-04 21:21:55
阅读次数:
218
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?使用双指针fast和slow,fast每次走两步,slow每次走一步,如果fast追...
分类:
其他好文 时间:
2014-12-03 23:04:47
阅读次数:
287
Nodejs实现CSV格式的数据导出
使用的第三方包:
fast-csv: npm install fast-csv
async: npm install async
mysql: npm install mysql
在这个实现中使用mysql数据源将mysql中的数据导入到对应的csv文件中。
/**
* 实现dump数据到csv文件数据中
* 导出csv数据模版
**...
分类:
Web程序 时间:
2014-12-03 10:37:23
阅读次数:
1903
刚开始接触java时很长一段时间, 总觉得java链表的删除操作自己写的有bug。
fail-fast 机制是java集合(Collection)中的一种错误机制。这种设计模式原则是与其留下隐患,不如最初就直接拒绝。这就好比有时我们做人一样,有时需要干脆的拒绝他人。...
分类:
编程语言 时间:
2014-12-02 09:02:45
阅读次数:
134
Targeting use in portable-system applications that require raising a battery's voltage to a higher level, IC boost regulators often include output tra...
分类:
其他好文 时间:
2014-11-28 14:17:55
阅读次数:
216