单词 | code base |
释义 | 例句释义: 编码基数,基本代码,代码库,代码存根 1. In this installment, I'll explain how FindBugs can help ensure that this design advice is followed in an existing codebase. 在这一期,我将解释FindBugs如何确保现有代码库遵循设计建议。 www.ibm.com 2. All three portlets use the same codebase; the only difference is the name of the JSP that each uses. 所有三个portlet都使用相同的代码基;惟一的区别是每个portlet使用的JSP的名称。 www.ibm.com 3. In a scenario like this, managing all these variations in a single object-oriented codebase would be quite difficult. 在这种情况下,在单个面向对象代码库中管理所有这些变体将非常困难。 www-128.ibm.com 4. When Microsoft's Internet Explorer and the codebase at the heart of Firefox were originally conceived, browsing was less complex. 在微软IE和Firefox的核心代码设计的时候,浏览器并不复杂。 www.bing.com 5. Managing dependencies in a large codebase that relies upon a wide range of distributed services like Chubby and GFS. 管理一个大型代码库中的依赖关系,这些工程通常广泛地依赖于像Chubby或GFS这样的分布式服务。 www.bing.com 6. IDEA can easily show all 4 references in the codebase, making the problem easy to fix. IDEA能非常容易地显示出代码基线中的4次引用,使问题容易地被修复。 www.infoq.com 7. It is always very difficult to improve the maintainability of a codebase which was not written to be maintainable. 提升并没有以维护性写成的代码库的维护性总是十分困难的。 www.ibm.com 8. CRISPY is a simple Java codebase with an API that sits between your client code and the services your code must access. CRISPY是一个简洁的Java代码库,其API位于你的客户端代码和你的代码必须访问的服务两者之间。 www.infoq.com 9. Happily, Groovy seamlessly integrates with your existing codebase. 令人高兴的是,Groovy可以无缝地与已有的代码库集成。 www.ibm.com 10. Think of this as your refactoring guide that helps you make surgical changes to your codebase. 以此作为重构的指导会帮助你在代码库方面做出明显的改进。 www.infoq.com 1. Another of our goals is to adopt more of a service oriented approach to our codebase. 我们的另一个目标是在代码库中引入面向服务(serviceoriented)的方式。 www.infoq.com 2. is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend框架建立在简单、面向对象、企业友好许可和严格测试敏捷编码基础上。 space.cnblogs.com 3. The core codebase behind guardian. co. uk - the one on a two week release cycle - as of two weeks ago has one single Scala class within it. uk每两周发布一次,它的核心代码在两周前还只有一个Scala类。 www.infoq.com 4. Business domains are filled with variations that need to be identified and managed across your codebase. 业务领域充满了变化,需要通过你的代码库进行定义和管理。 www.infoq.com 5. Each project team had its own codebase, but everyone was sharing components, tests, and build processes. 每个项目团队具备自己的代码库,但是他们会互相共享组件、测试和构建流程。 www.ibm.com 6. Patches will be integrated into the codebase, so that other RDK users can take advantage of your work. 补丁将会被集成到代码基库,这样其它的RDK用户就能享受到你的工作带来的好处了。 www.infoq.com 7. After determining which assembly version to use, the runtime applies the codebase setting from the file that determines the version. 确定要使用的程序集版本后,运行库应用确定版本的文件中的基本代码设置。 msdn2.microsoft.com 8. Capistrano lets us deploy and rollback everywhere; git with github lets us all hack frantically on the same codebase then merge and deploy. Capistrano让我们得以随时随处部署和回滚;git加上github让我们得以争分夺秒地分头行动,再把代码合并到一起做部署。 www.infoq.com 9. Microsoft clarified that PTVS improves on the former's codebase and is meant as a replacement. 微软澄清了这个问题,PTVS是基于前者的代码基础之上进行增强的,也即意味着可以作为替代品。 www.infoq.com 10. The latter is handy when creating a Mercurial repository for an existing codebase. 在为现有的代码库创建Mercurial存储库时,后一种做法很方便。 www.ibm.com 1. This is especially key if you are porting a codebase from Linux on Intel, since this flag may not be explicitly used in existing Makefiles. 如果您正从Intel上的Linux移植代码库(codebase),这尤其关键,因为已有的Makefile文件可能没有显式地使用这个标记。 www.ibm.com 2. The jnlp codebase attribute is used to specify all relative URLs used in the JNLP file. jnlpcodebase属性用于在JNLP文件中指定所有的相关URL。 www.ibm.com 3. InfoQ: From your experience, how does a JavaScript codebase scale as a project gets bigger and bigger? InfoQ:根据你的经验,JavaScript代码库规模如何像项目那样变得越来越大? www.infoq.com 4. Otherwise, the codebase is much the same as the previous release. 否则代码就和之前的发布版本很相似了。 www.infoq.com 5. Specifies the version of the assembly the codebase applies to. 指定基本代码适用于哪个程序集版本。 msdn2.microsoft.com 6. Application configuration files can have a codebase setting without redirecting the assembly version. 设置,该文件还必须重定向程序集版本。 msdn2.microsoft.com 7. The Codebase entry specifies the file path for an assembly that is not installed in the global assembly cache. Codebase项指定未安装到全局程序集缓存中的程序集的文件路径。 msdn2.microsoft.com 8. For this assembly, setting the codebase as specified by. 指定的那样设置基本代码。 msdn2.microsoft.com 9. I used RESTEasy because I was able to grok the code-base quicker than the other JAX-RS implementations. 我使用RESTEasy是因为我能够感觉出该代码库(codebase)比其他的JAX-RS实现要快。 www.infoq.com 10. I agree, readability is by far the most important characteristic of a codebase. 没错,可读性应该是代码最重要的品质。 www.infoq.com 1. Beyond this, we need to make guesses - modules are basically created by default based on the folder structure of a codebase. 除此之外,我们还需要猜——默认情况下,模块基本上是根据代码基的目录结构创建的。 www.infoq.com 2. As more and more people add test cases to the code base, the overall test suite grows, serving as an excellent regression platform. 随着越来越多的人把测试用例加入代码基(codebase),整体的测试套件日益增长,形成一个极好的回归平台(regressionplatform)。 www.ibm.com 3. J9 was originally designed for 32bit systems and this influenced some of the early decisions we made in the code base. Java9最初是设计为32位系统的而且这影响了我们在代码基(codebase)做的一些早期决定。 www.bing.com 4. 11I was refractoring an old project's codebase when I found this. 我在重构一个老项目的代码库时,发现了这段代码: pro.yeeyan.org 5. If we have several agile development teams working on the same codebase, how do we minimize the risk of stumbling over each other? 如果我们有多个敏捷团队在同一个代码库上工作时,如何将彼此之间代码互相冲突的风险最小化? www.infoq.com 6. You needn't feel constrained to stick with my codebase, either. 您也无需受我的代码库的束缚。 www.ibm.com 7. So you generally work on an existing codebase, but yet it's easier to write all new code than it is to change old code. 所以,你通常基于现有的代码库进行工作,可是写全新的代码又比修改旧的代码容易得多。 www.cnblogs.com 8. The following example shows how to redirect one assembly version to another and provide a codebase. 下面的示例显示如何将一个程序集版本重定向到另一个版本并提供基本代码。 msdn2.microsoft.com 9. If a codebase is found in the configuration files, the runtime checks only this location. 如果在配置文件中找到了基本代码,则运行库只检查该位置。 msdn2.microsoft.com 10. Creates a Codebase entry in the registry. 在注册表中创建一个Codebase项。 msdn2.microsoft.com 1. But the downside is that it's still one big codebase, not really modular. 但是缺点是它仍是一个大代码库,不是真正的模块。 www.infoq.com 2. Any improvement in the feedback loop matters when you have 50 developers working on the same codebase. 当有50名开发员致力于同一个代码库时,反馈循环的提高是很有必要的。 www.infoq.com 3. Having a single executable means that one program codebase supports all languages, countries, or regions. 拥有单一可执行文件意味着一个支持所有语言、国家或地区的程序代码库。 www.ibm.com 4. can create an environment where the codebase stays in pristine shape, regardless of the skills of other team members 凭一人之力就能保持代码的清晰,不管其他团队成员的水平如何 www.bing.com 5. Maintaining as thorough a common code base for various architectures as possible, using a new compiler 使用新的编译器,尽可能为多种体系结构维持一个详尽的通用代码基(codebase)。 www.ibm.com 6. gets the uri , including escape characters , that represents the codebase 获取uri,包括表示基本代码的转义符。 www.ichacha.net 7. symlink a single WWW folder into each platform specific PhoneGap codebase 把单独的WWW文件夹符号链接(symlink)进每个特定PhoneGap平台的代码库 www.infoq.com 8. updated entire codebase for Java 5 code style (generics, varargs) 使用Java5编码风格更新了全部代码基(泛型、可变参数) www.infoq.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。