码迷,mamicode.com
首页 >  
搜索关键字:continuous integrati    ( 434个结果
《高效程序员的45个习惯》--敏捷(Ⅰ)
不管路走了多远,错了就要重新返回!敏捷开发方法: 只关注真正重要的事情,少关注那些占用大量时间而无甚裨益的不重要的事情!敏捷开发宣言: 以人为本、团队合作、快速响应变化和可工作的 作为宗旨的软件开发方法!敏捷的精神: Continuous development ,not episodic!...
分类:其他好文   时间:2015-01-07 14:36:11    阅读次数:192
Maven实战读书笔记(11)
敏捷实践之一——持续集成 (Continuous Integration) 1、Maven所实现的自动化构建正是持续集成的一个必要前提 2、持续集成还要求开发人员使用版本控制工具和持续集成服务器 3、Subversion就是当前最流行的版本控制...
分类:其他好文   时间:2014-12-17 19:04:04    阅读次数:194
《How Google works》 reading notes
freedom and big dreamsWe understood the dynamics of our new industry enough to getthe way to fend off Microsoft was continuous product excellence, yet...
分类:其他好文   时间:2014-12-08 19:09:08    阅读次数:128
C++求解最大子序列和、位置问题
Maximum Subsequence SumGiven a sequence of K integers { N1, N2, ..., NK}. A continuous subsequence is defined to be { Ni, Ni+1, ..., Nj} where 1 //usi...
分类:编程语言   时间:2014-12-05 12:20:25    阅读次数:227
Maximum Subsequence Sum(接上篇)
Given a sequence of K integers { N1, N2, ..., NK }. A continuous subsequence is defined to be { Ni, Ni+1, ..., Nj } where 1 #include using namespace s...
分类:其他好文   时间:2014-12-03 22:58:18    阅读次数:179
持续集成(CI)工具------Hudson(Continuous Integration)安装与配置详解
文章概述: 一、 描述了持续集成工具Hudson的安装与配置 二、 描述了Git 、Maven环境的安装与配置 三、 描述了扩展邮件通知及其配置方法 四、 描述了jira的配置...
分类:其他好文   时间:2014-11-17 22:52:11    阅读次数:313
verilog behavioral modeling--procedural continous assignment(不用)
assign / deassginforce /releasethe procedural continuous assignments(using keywords assign and force) are procedural statements that allow expressions...
分类:其他好文   时间:2014-11-04 19:19:18    阅读次数:210
Android 相机对焦模式
Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEOCamera.Parameters.FOCUS_MODE_CONTINUOUS_PICTURE Camera.Parameters.FO...
分类:移动开发   时间:2014-11-03 10:05:12    阅读次数:252
使用Chrome工具来分析页面的绘制状态
Chrome Canary(Chrome “金丝雀版本”)目前已经支持Continuous painting mode,用于分析页面性能。这篇文章将会介绍怎么才能页面在绘制过程中找到问题和怎么利用这个新的工具来解决页面性能上的瓶颈。PS:最新版本的Chrome已经支持该功能查看页面的渲染时间我们采用...
分类:其他好文   时间:2014-09-04 18:25:09    阅读次数:252
HDU-2259-Continuous Same Game (2)(BFS+DFS+模拟)
Problem Description After repeated attempts, LL finds the greedy strategy is very awful in practice. Even there is no apparent evidence to proof it is better than a random one. So he has to drop th...
分类:其他好文   时间:2014-09-02 12:29:04    阅读次数:226
434条   上一页 1 ... 39 40 41 42 43 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!