1. Amy Tan's workscode switch in the dual sides of cultural identities between the primitive Oriental and the modern occidental.
谭恩美的作品灵活地在双重文化代码,即通常意义上的原始东方与摩登西方之间转换着。
来自互联网
2. Remember the way this codeworks, the display name of the property is the key.
还记得这个代码的工作方式吗,属性的显示名就是键值。
来自互联网
3. I'll show you how that works in Walking the parsing code.
我将在遍历解析代码中为您演示那是如何工作的。
来自互联网
4. The screenshot above shows how Smart Code Completion works in XAML resources.
上面的截屏中显示在XAML资源中的敏捷的代码完成工作。
来自互联网
5. It's not much more code, and it works on every browser.
没有太多的代码,并且它可以在所有浏览器上工作。
来自互联网
6. The Myopic environment anti-pattern is reflective of a developer's mentality of falsely assuming that if their codeworks in one environment, their job is done.
环境近视症反模式反映了开发人员错误地认为自己的代码能在一个环境工作,自己的工作就算完成这种想法。
来自互联网
7. So, the only way in which we know that your codeworks is through the user interface.
所以,我们判断你的代码是不是正确的唯一方式,就是通过用户界面。
来自互联网
8. Unit tests give me the confidence that my codeworks and that I can change it, at a moment's notice, without the fear of it breaking.
单元测试给我信心,让我相信我的代码能够工作,而且我只要看一下,可以修改它,就不会害怕它会崩溃。
来自互联网
9. Taking a peek at the code, however, you see a number of important aspects of how the code works.
不过,稍微注意一下此代码,您就会发现此代码的工作方式的许多重要方面。
来自互联网
10. Test cases also serve as adept documentation because they implicitly demonstrate how the code under test works.
测试案例因为暗示了代码在测试工作中是如何工作的,所以还可以充当内行的文档。
来自互联网
11. Once you understand how the mechanism works, reading this code is much simpler than reading the corresponding code that USES additional classes.
理解了此机制的工作原理之后,阅读此代码要比阅读使用额外类的相应代码更加轻松。
来自互联网
12. Certainly it is not necessary to run every example to be sure that the codeworks.
当然,没必要把每个用例都跑一遍来确保代码工作正常。
来自互联网
13. To see how a code generator works, let's look at a short Embedded SQL program.
为了了解代码生成器是如何工作的,让我们先来看一个简短的嵌入式SQL程序。
来自互联网
14. Code Cleanup works in batch mode, so that you can instantly clean the whole project or even solution.
可以在批模式下进行代码清理工作,所以可以即刻对整个项目甚至解决方案进行清理。
来自互联网
15. The listing below shows how the codeworks.
下面的清单向我们展示了代码是如何工作的。
来自互联网
16. The code for this tutorial works with any JMS 1.1-compliant implementation.
本教程中的代码适用于任何兼容JMS 1.1的实现。
来自互联网
17. This codeworks in PHP V5, but it's better to use the interface system provided, as shown below.
下面的这段代码是在PHPv5中运行的,但最好使用提供的接口系统,如下所示。
来自互联网
18. This model works well when your JSP code is error-free.
当JSP代码没有错误时这个模型运行良好。
来自互联网
19. When a new variation of an abstraction comes up, your code still works.
当提出了抽象的一个新实现时,你的代码仍然可以正常运行。
来自互联网
20. That's why strong code ownership doesn't go well with refactoring, but weak code ownership works fine with refactoring.
这就是强代码所有权下不适合做重构而弱代码所有权下可以做重构的原因。
来自互联网
21. Often, code that works in a local workspace turns out to break (or break some other code) at build time — an everyday cause of delays on most projects.