网站首页  词典首页

请输入您要查询的英文单词:

 

单词 production code
释义

production code

  • 网络生产代码;产品代码;程式码
1.
生产代码
别忘了为这么紧凑的代码加注释;对于生产代码production code)来说,这里显示的简短注释是不够的。有时, 在这个示例 …
www.ibm.com
2.
产品代码
先于产品代码production code)编写的测试本质上是对需求的可执行化表示,因而当测试通过时,产品代码也就满足了需求 …
www.cnmobi.cn
3.
程式码
您的实际执行程式码 (Production Code) 专案和测试专案将会产生相异的组件。请确定针对测试专案的组件执行命令列公用程式…
msdn.microsoft.com
4.
生产编码
...为早期工程经常被推迟到建造过程开始之后,并且会受到生产编码production code)的破坏,架构设计缺乏进入建造工程 …
www.amazon.cn
5.
海斯法典
...众那里都受到好评,但作品完成之后,美国开始执行的《海斯法典》(Production Code)使得这部电影在1935年被撤销放映, …
baike.baidu.com
6.
制作守则
...克辞职。萨奴克辞职的主因是与哈利·华纳之间的争执,他们对于《娃娃脸》(Baby Face)是否要遵守电影制作守则Produc
zh.wikipedia.org
7.
生产号
监控通知单格式免费下载 - 迅载管理资源 ... 有效期 Best Before End 生产号 Production Code 监控原因 Reason for Hold ...
guanli.xunzai.com

例句

释义:
1.
You might have run tests in multiple test runs on your production code and you want to determine how fully that code has been tested.
也许您已经在实际执行程式码上的多个测试回合中执行过测试,而且想要判断程式码测试的完整度如何。
technet.microsoft.com
2.
Using Scala just for the tests meant we got to use it in anger without impacting production code directly.
只用Scala写测试,就不直接影响产品代码,我们还能忍着怒气继续用Java。
www.infoq.com
3.
During the rest of the iteration, the team will implement the features they signed up for, pair programming on all production code.
在迭代周期的其他时间内,团队要实现他们所登记承担的任务,所有代码由编程对子一起完成。
blog.it5d.com
4.
Each target object that you test must have at least two clients: your production code, and your test case.
进行测试的每个目标对象必须具备至少两个客户机:生产代码和测试用例。
www.ibm.com
5.
Note that this overhead processing is not enabled for the production code.
(注意,不要为生产代码启用这种开销很大的处理)。
www.ibm.com
6.
If your production code is safe or pure, any callable assembly method can be called and tested, in an executable file or in a DLL.
如果您的成品代码是安全代码或纯代码,则可以调用和测试可执行文件或DLL中的任何可调用的程序集方法。
msdn2.microsoft.com
7.
At least two vendors that I know of are shipping it in production code in their appliances.
我知道的供应商中至少有两个正在其工具的产品代码里包含了Samba3.
www.ibm.com
8.
This sample is provided for demonstration purposes and is not intended to be used without modification in production code.
提供此示例是出于演示目的,必须经过修改后才能在生产代码中使用。
msdn2.microsoft.com
9.
Your goal is not to write your eventual production code, at least, not right away.
您的目标并不是编写最终的生产代码,至少现在不是。
www.ibm.com
10.
We have rarely used them for production code, even after four years of usage in experimental code.
我们甚至在试验代码中用了四年之后还很少在生产代码中使用它们。
www.ibm.com
1.
Note: Production code should handle requests for attributes that do not exist in the array.
注意:生产代码可以处理对数组内不存在的属性的请求。
www.ibm.com
2.
What if every line of production code were reviewed by somebody who was intimately familiar with what the code was supposed to be doing?
如果每行生产代码都被一个对代码的意图非常熟悉的人复查过会怎样?
www.ibm.com
3.
Yet the No. 1 concern of Google's engineers was their access, or lack of it, to Google's production code.
然而工程师们最关心的当然是他们没有权限进入Google的产品代码库。
blog.sina.com.cn
4.
Expand the node for the assembly, for the namespace, and for a class in your production code.
依次展开程序集、命名空间和成品代码中某个类的节点。
msdn2.microsoft.com
5.
Remember: This is an example to show the concepts and should not be implemented in production code like this.
请记住:这是一个展示概念的示例,不应在生产代码中这样实施。
www.ibm.com
6.
Eventually, the code you write will either be built in the build lab or used to test production code in the build lab.
您编写的代码最后或是在编译实验室中生成,或是在编译实验室中使用以对生产代码进行测试。
msdn2.microsoft.com
7.
It empowered them to do so by giving them access to its production code base.
公司给工程师提供访问产品代码库的权限,允许他们这样做。
dongxi.net
8.
Please note the following about the code you want to test, which is referred to here as production code.
请注意以下关于您要测试的代码(此处称为“产品”代码)的事项。
msdn2.microsoft.com
9.
I will write up a blog entry for each LINQ operator, probably including all of the production code but only "interesting" tests.
我将为每个LINQ操作符写一篇博文,其中将包含几乎所有的成品代码,不过测试代码的话我只会把有趣的部分贴出来。
www.cnblogs.com
10.
In production code, you would not want that; but for early testing, something like what I do is helpful.
在产品代码中,您将不会希望有这样的选择;但对于早期的测试,就象我所做的这些,是很有帮助。
www.ibm.com
1.
Set breakpoints in the ASP. NET unit test and in the production code for your Web site.
在网站的ASP.NET单元测试和生产代码中设置断点。
msdn2.microsoft.com
2.
This generates code-coverage data for the methods in your test project, not just for the methods in your production code.
这将为测试项目中的方法(而不仅仅是生产代码中的方法)生成代码覆盖率数据。
msdn2.microsoft.com
3.
If your production code is mixed, and not an executable file, any callable method in your code can be called and tested.
如果您的成品代码是混合的,而且不是可执行文件,则可以调用和测试代码中的任何可调用方法。
msdn2.microsoft.com
4.
Your production code project and your test project will produce distinct assemblies.
生产代码项目和测试项目将生成不同的程序集。
msdn2.microsoft.com
5.
This means that you can use it in any number of different circumstances: unit tests, production code, and so on.
这意味着您可以在不同的情况下使用它:单元测试、生产代码,等等。
www.ibm.com
6.
ASP. NET tests run in the same environment in which the production code will run.
ASP.NET测试在将运行生产代码的相同环境中运行。
msdn2.microsoft.com
7.
Running tests locally lets you debug your tests and your production code.
在本地运行测试允许对测试和生产代码进行调试。
msdn2.microsoft.com
8.
You are a developer who authors both production code and test code.
您是一位开发人员,负责撰写成品代码和测试代码。
msdn2.microsoft.com
9.
All production code is written by two people working together.
所有产品的代码都是由两名开发人员一起工作完成的。
51cmm.csai.cn
10.
Which one would you rather see in production code that you have to maintain?
在必须维护的生产代码中,您更愿意看到哪一个?
www.ibm.com
1.
Playing with the concepts without worrying about your production code is a lot of fun.
通过示例深入了解概念但又不用考虑生产代码是很有意思的。
www.ibm.com
2.
The development database is natural; you don't want your production code and your development environment to share the same database.
创建开发数据库是很正常的;但是您可能不想让生产代码和开发环境共享同一个数据库。
www.ibm.com
3.
In production code, you would change this as dictated by your program requirements.
在生产性代码中,可以根据程序的需求修改这一声明。
www.ibm.com
4.
Thus, it is important to include exception handlers in all of your production code.
因此,在所有的运行代码中包括异常处理程序是很重要的。
www.cnblogs.com
5.
Did you notice that you wrote more test code than production code?
您是否注意到编写的测试代码的数量要多于生产代码?
www.ibm.com
6.
Of course, you should not leave these method calls in production code.
即可。当然,您不应让这些方法调用留在成品代码中。
msdn2.microsoft.com
7.
Before writing any production code, we'd write our unit tests.
在实际开始编写产品代码之前,我们需要编写单元测试。
news.cnblogs.com
8.
Test cases look just like production code, and they can use the same Java beans that you use as a facade for your EJBs.
测试用例看起来就像产品代码,对于您的EJB,通过facade模式,它们可以使用相同的Javabean。
www.ibm.com
9.
In XP, pairs of developers write all production code.
在XP中,所有的生产代码都是由结对的开发者编写的。
www.ibm.com
10.
You are a developer of production code or of tests.
您是生产代码或测试的开发人员。
msdn2.microsoft.com
1.
Our interns always work on production code.
我们的实习生总是接触会在最后产品中使用的代码。
blog.163.com
2.
Unfortunately, I see this one in production code more times than not.
遗憾的是,我在生产代码中多次???
www.ibm.com
3.
Note that in production code you will want to include proper error handling among other things.
注意,在生产代码中,还需要包括适当的错误处理代码。
www.ibm.com
4.
The best Ruby programmers I know all suggest coverage of production code of over 80%, and some strive for 100% coverage.
所有我认识的优秀Ruby程序员都建议产品代码的覆盖率要高于80%,有的甚至建议要尽力达到100%。
www.ibm.com
5.
You cannot edit the production code.
不能编辑生产代码。
msdn2.microsoft.com
6.
This is a great idea when debugging, but you probably won't want to use it in production code.
虽然在调试时这是一个不错的想法,但是您可能并不希望在产品代码中这样使用。
www.ibm.com
7.
With our design artifacts, we can move directly into coding a proof-of-concept, or writing the production code for our system.
通过我们的设计工件,可以直接进入为系统作概念证明编码,或者编写产品代码的阶段。
www.ibm.com
8.
As soon as the unit test code fails to compile, or fails an assertion, you must stop and write production code.
只要一出现该unittest代码不能编译通过,或者断言失败,就必须停下来开始编写产品代码。
blog.csdn.net
9.
We might want to perform error checking for production code.
我们可能想要对产品代码执行错误校验。
www-128.ibm.com
10.
XPers write all production code in pairs.
XP开发人员两两组合来编写所有的代码。
blog.it5d.com
1.
I like saying that you should have at least two pounds of test code for every pound of production code.
我想说的是,对于每一段生产代码,您应当编写至少两倍数量的测试代码。
www.ibm.com
2.
Speaking of production code, one downside to DI is that it can feel viral.
说到生产代码,DI的一个缺点是它可能感染病毒。
www.ibm.com
3.
This kind of a test project provides the ability to test the following production code
这种测试项目提供了测试以下成品代码的能力
msdn2.microsoft.com
4.
the date of pack which may be shown as a lot number or production code number;
3可能会显示出作为一个批号或生产编号的包装日期;
www.bing.com
5.
Investigate memory problems in production code
研究产品代码中的内存问题
www.ibm.com
6.
In the ATM example, as far as the production code is concerned, the,
在ATM示例中,对于产品代码,
www-128.ibm.com
7.
For example, your production code contains the following method in the BankAccount class
例如,您的成品代码在BankAccount类中包含了以下方法
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 2:55:36