以动词work为例,时态的构成形式。时间\动作一般(simple)进行(Continuous)完成(Perfect)完成进行(Perfectcontinuous)现在(Present)Works/workAm/is/areworkingHas/haveworkedHas/havebeenworkin...
分类:
其他好文 时间:
2016-01-21 23:14:07
阅读次数:
307
vector is like ArrayList in Java.vector:Continuous memory.Underlying array implementation.Pre-allocate space for future element. This means extra spac...
分类:
编程语言 时间:
2016-01-19 17:12:29
阅读次数:
163
参考:http://www.postgresql.org/docs/9.5/static/continuous-archiving.htmlhttp://www.mkyong.com/database/postgresql-point-in-time-recovery-incremental-bac...
分类:
数据库 时间:
2016-01-18 20:43:45
阅读次数:
316
CI-持续集成(1)-软件工业“流水线”概述1概述持续集成(Continuous integration)是一种软件开发实践,即团队开发成员经常集成它们的工作,通过每个成员每天至少集成一次,也就意味着每天可能会发生多次集成。每次集成都通过自动化的构建(包括编译,发布,自动化测试)来验证,从而尽早地发...
分类:
其他好文 时间:
2015-12-28 21:55:52
阅读次数:
152
e≈2.718计算一个复利例子,设本金p,年利率为r,每月计算一次利息,月利息为r/12,则一年的本息一共:p(1+r/12)12=pq当计算复利的时间间隔越来越小,根据上面极限公式,本金所乘的倍数q=er,在连续复利continuous compounding情形下,一年本息为per, t年后的本...
分类:
其他好文 时间:
2015-12-20 20:59:04
阅读次数:
387
概述 持续集成(Continuous Integration,简称CI)是一种软件开发实践,团队开发人员每次都通过自动化的构建(编译、发布、自动化测试)来验证,从而尽早的发现集成错误。持续集成最大的优点是避免了传统模式在集成阶段的除虫会议(bug meeting),其要素包括统一的代码库、自动...
分类:
其他好文 时间:
2015-12-19 16:34:15
阅读次数:
410
Jenkins is an open source continuous integration tool written in Java. The project was forked from Hudson after a dispute with Oracle, which claims th...
分类:
其他好文 时间:
2015-12-15 18:04:33
阅读次数:
157
A data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic, financial tickers, on-line a...
分类:
编程语言 时间:
2015-12-07 20:30:34
阅读次数:
223
Continuous Subarray Sum IIGiven an circular integer array (the next element of the last element is the first element), find a continuous subarray in i...
分类:
其他好文 时间:
2015-12-07 18:24:44
阅读次数:
252
Given a sequence of K integers { N1, N2, ..., NK }. A continuous subsequence is defined to be { Ni, Ni+1, ..., Nj } where 1 #include #include using na...
分类:
其他好文 时间:
2015-12-06 11:12:06
阅读次数:
135