Jenkins is an award-winning, cross-platform, continuous integration and continuous delivery application that increases your productivity. Use Jenkins
分类:
其他好文 时间:
2016-03-07 13:29:10
阅读次数:
169
mutiplexer 数据选择器 1 one-bit wide 2-1 mux wire dout = sel? din1 : din0; // conditional continuous and wire assignment 2 4-1 mux module mux4_1(sel, din0,
分类:
其他好文 时间:
2016-03-07 07:48:24
阅读次数:
250
Verilog case-sensitive, all keywords are lowercase 1 continuous assignment assign data_left = data_right; // right drive left(net) 例 1) mux assign dat
分类:
其他好文 时间:
2016-03-06 06:37:00
阅读次数:
258
Give an integer array,find the longest increasing continuous subsequence in this array. An increasing continuous subsequence: Can be from right to lef
分类:
其他好文 时间:
2016-02-26 08:07:58
阅读次数:
144
当你Eclipse环境中修改项目中的某个方法时,你可能由于各种原因没有运行单元测试,结果代码提交,悲剧就可能随之而来。 所幸infinitest(http://infinitest.github.io/)提供了一个Continuous Testing插件,以及时自动运行单元测试。虽然会多占一些CPU
分类:
系统相关 时间:
2016-02-22 16:49:15
阅读次数:
165
1 概述 持续集成(Continuous Integration)是一种软件开发实践。在本系列文章的前一章节已经对其背景及理论体系进行了介绍。本小节则承接前面提出的理论构想进行具体的技术实现。 《Google软件测试之道》: "每天,Google都要测试和发布数百万个源文件,亿万行代码。数以亿计的构
分类:
其他好文 时间:
2016-02-20 14:32:02
阅读次数:
192
Testing for Continuous Delivery with Visual Studio 2012 https://msdn.microsoft.com/en-us/library/jj159339.aspx
分类:
其他好文 时间:
2016-02-19 00:22:08
阅读次数:
127
1 概述 持续集成(Continuous Integration)是一种软件开发实践。在本系列文章的前一章节已经对其背景及理论体系进行了介绍。本小节则承接前面提出的理论构想进行具体的技术实现。 《Google软件测试之道》: "每天,Google都要测试和发布数百万个源文件,亿万行代码。数以亿计的构
分类:
其他好文 时间:
2016-02-18 23:05:39
阅读次数:
502
1 概述 持续集成(Continuous Integration)是一种软件开发实践。在本系列文章的前一章节已经对其背景及理论体系进行了介绍。本小节则承接前面提出的理论构想进行具体的技术实现。 《Google软件测试之道》: "每天,Google都要测试和发布数百万个源文件,亿万行代码。数以亿计的构
分类:
其他好文 时间:
2016-02-18 10:06:48
阅读次数:
236
题 You are given array ai of length n. You may consecutively apply two operations to this array: remove some subsegment (continuous subsequence) of len
分类:
其他好文 时间:
2016-02-12 00:59:54
阅读次数:
464