integration n. 1.结合;综合;一体化。 2.【心理学】整合(作用)。 3.【数学】积分(法) (opp. differentiation)。 4.【经济学】(产业的)集中。 5.〔美国〕取消种族隔离;给以种族上的平等待遇。 integration by parts 【数学】部分积分法。
continuous adj. 1.连续的,继续的,无间断的。 2.【植物;植物学】无节的。 a continuous current 恒(向电)流。 continuous fire 连续射击。 continuous rain 连绵不断的雨。 a continuous train of thoughts 一连串的思想。 a continuous wave (radar) 等幅波(雷达)。 adv. -ly
The inception of the extreme programming methodology has brought test - driven development and continuous integration into mainstream java development practices 极限编程方法的兴起将测试驱动开发和持续集成带入了主流java开发实践。
Because fit tests are automated , just like junit s , you can also run them at regular intervals , such as in a continuous integration system 因为自动进行fit测试,就像junit测试一样,所以也可以定期运行它们,例如在持续集成系统中。
In implementing workflow , refactoring , test - first practice and continuous integration , which are practices of xp software development process , are imported 在实现工作流中, xp开发过程中的重构、测试先行和持续集成的实践方法被引入。
Continuous integration builds on this concept , but this also implies the ability to build outside the context of an ide 持续集成( continuous integration )就是建立在这个概念的基础之上,但它也应用了在ide上下文之外的地方进行构建的能力。
In implementing workflow , refactoring , test - first practice and continuous integration , which are practices of xp software development pro cess , are imported 在实现工作流中, xp开发过程中的重构、测试先行和持续集成的实践方法被引入。
Server and data tier on one computer , build computer on a second , and third build computer for rolling or continuous integration builds 服务器和数据层在一台计算机上,生成计算机在第二台计算机上,第三台生成计算机用于滚动或连续的集成生成。
Vanward helps companies address software quality with effective developer testing strategies and continuous integration techniques that enable teams to monitor code quality early and often Vanward采用有效的开发人员测试策略和持续集成技术(让团队能够尽早且经常地监视代码质量)帮助公司解决软件开发质量问题。
Extreme programming has pushed this logic to its limit by recommending test - first development and continuous integration , where tests are automatically run as often as possible 通过推荐测试优先的开发和持续集成,极限编程( extreme programming , xp )将这一逻辑推到了极限,在这里测试是尽可能频繁地自动进行的。
However even if this is not tdd , but at least continuous integration , documented features are added one - by - one , so we are certain all documented requirements are implemented 不过,即使这不是tdd ,但至少是一种连续的累积过程,写在文档中的功能一个一个加进去,所以我们可以肯定所有写在文档中的需求都应该得到实现。
Continuous integration has been recommended by xp experts as a way to ensure that integration woes are mitigated : by integrating all the code often enough , you are making sure that it is easy to trace problems back to their source Xp专家一直建议将持续集成作为确保减少集成错误一种方式:通过以足够高的频率集成所有代码,保证容易追溯到源代码中的问题。
Continuous integration (CI) is the practice, in software engineering, of merging all developer workspaces with a shared mainline several times a day. It was first named and proposed as part of extreme programming (XP).