打开JSP文件,以检查代码。
额外的数据类型检查代码是不必要的。
这一点与每天检查代码质量的愿望背道而驰。
This contradicts the desire to check your code quality on a daily basis.
定期类型属性无效。请检查代码。
The property for the recurrence type is not valid. Verify your code.
也可以编写检查代码是否符合小组规则的检测器。
Or maybe you could write detectors that check that your code follows your team's guidelines.
不检查代码,就很难判断此问题的严重性。
It is difficult to judge the severity of this problem without examining the code.
当然,实际实现需要使用错误检查代码来确保访问更为稳定。
Of course, a real implementation would need error checking code to make the access more robust.
“预览更改”对话框在执行重构操作之前检查代码。
Preview Changes dialog box to review your code before executing the refactoring operation.
在这个简单的例子中,通过检查代码很容易就可以认出问题的存在。
It is easy to spot the problems in this simple example by inspecting the code.
您能够检查代码的行为,并预先对它进行调试,这种动力无疑是巨大的。
The added momentum of being able to examine the behavior of your code and debug it preemptively is undeniably high-speed.
例如,可生成依赖项关系图来检查代码中的现有关系和模式。
For example, to examine the existing relationships and patterns in the code, you can generate dependency graphs.
开发人员可以在试图修改代码之前使用覆盖报告来检查代码质量。
Developers can use coverage reports to check code quality before attempting to modify it.
您应该检查代码并阅读注释,以确保您在试图运行程序前知道它将会做什么。
You should examine the code and read the comments to ensure you are familiar with what it is doing before you try to run it.
对单元测试的小的变化将要求我们重新检查代码以确保完全的覆盖率被维护。
Small changes to the unit tests would require us to audit the code again to ensure that full coverage had been maintained.
检查代码后,我觉得相对路径最好是基于根目录而不是当前目录。
After examining the code, I think the relative path is better to base on the root directory rather than the current directory.
不要只对您的代码进行测试:检查代码,并将它交给其他人进行检查。
Don't merely test your code: review your code and get it reviewed by others.
到了字段,你可以检查代码找到列出那个字段的表,你将成功的结束查找。
R queries, you can examine the code and find the table that it uses to pull that field.
为了找到优化的检查率,我们将缺陷密度与评审者检查代码的速度进行了比较。
To find the optimal inspection rate, we compared defect density with how fast the reviewer went through the code.
这种行为可通过手动或者自动的方式启动——或者间隔固定的时间或者由程序员检查代码。
This activity can be triggered either manually or automatically — either at fixed intervals or incrementally as programmers check in code.
编译器会根据契约来检查代码是否满足了所有的条件,并在出现状况时发出警告。
The compiler will make specific checks via Contracts to ensure that all the conditions specified are met, issuing warning if they are not.
在检查代码的同时,我们将突出显示JMS 1.1和EJB 2.1规范中的某些更新。
While examining the code, we will highlight some updates in the JMS 1.1 and EJB 2.1 specifications.
为了看看上述测试在检验这块代码时效果如何,我可以用Hansel检查代码覆盖情况。
To see just how effective my tests are at exercising the code, I can check code coverage with Hansel.
转向函数式编程的好处之一是让人们意识到,测试的存在是为了检查代码中成功发生的转变。
One of the benefits of switching to a functional mindset is the realization that tests exist to check that changes occur successfully in code.
您可以获得开放源码的全部优点,比如可以查看代码并让使用库的每个人检查代码。
You have all the advantages of open source, such as being able to see the code and having everyone else using the library reviewing the code.
本文将讨论一类通过人工检查代码不容易找到的问题,而且此类问题只在很少见的情况下存在。
This article looks at a class of problems that can be difficult to find by visually inspecting code, and these problems may occur only under rare circumstances.
本文详细讨论了这三种Python测试框架如何检查代码基并选择它们认为包含测试的模块。
The article has now covered all of the details about how these three Python testing frameworks examine your code base and select which modules they think contain tests.
此时,这个文件是空白的;它的作用只是为了能够在这里运行这个示例来检查代码是否正常工作。
For now, this file is blank; it exists only so that you can run the example here to check that the code is working correctly.
程序员使用术语调试来描述检查代码的过程,找出小的将事情弄得一团糟的罪魁祸首。
Programmers use the term debug to describe the process of going through code and finding the little criminal that is messing things up.
程序员使用术语调试来描述检查代码的过程,找出小的将事情弄得一团糟的罪魁祸首。
Programmers use the term debug to describe the process of going through code and finding the little criminal that is messing things up.
应用推荐