9. In a unit test case, for example, the execution environment for the object is the test case itself, and the test setupcode is tasked with satisfying the dependencies directly.
例如,在单元测试用例中,对象的执行环境是测试用例本身,所以测试设置代码有责任直接满足依赖项。
来自互联网
10. Once this setup code is ready, we retrieve the field representing the talks, and we check that the generic type information is correct: yes, talks is a List, but a List of talks.
11. For nose, therefore, a test lives inside of not one but a series of concentric containers, any of which can contain setupcode that gets run before the test and teardown code that gets run afterward.
12. This tool has helped me debug issues with my code, how my codes client software might not be setup correct, and help identify issues with other users software.
13. The final part of the initialization code is the camera setup.
初始化代码的最后一部分就是摄像机设置。
来自互联网
14. But having providers is not enough; developers still need to write a considerable amount of code to setup replication.
但是仅有提供程序还不够;开发者仍需要编写大量的代码来安装副本。
来自互联网
15. This next level of abstraction requires a bit more setup, but the resulting client code is much simpler.
接下来的一层抽象需要更多的设置工作,但是最终客户机的代码可就简单得多了。
来自互联网
16. As the book illustrates, there is a lot of boiler-plate code required in order to setup timers and determine the current progress of the animation.
正如书中所指出,为了设置定时器和确定动画的当前进度,需要编写大量必不可少却又一再重复的代码。
来自互联网
17. The top-level code for XPP (in Listing 10) is the longest of the examples, with considerably more setup required than the other models.
XPP的顶级代码(在清单10中)是所有示例中最长的一个,与其它模型相比,它需要相当多的设置。
来自互联网
18. Now that initial setup is complete, you need to write code that manages the widgets.
现在,初始设置已经完成了,我们需要编写用来管理小部件的代码。
来自互联网
19. I'll start with an overview of the visual setup and multimedia capabilities of the wall display, and then quickly move into the code.
我将从墙壁显示的可视化设置和多媒体能力的概述开始,然后迅速转移到代码。
来自互联网
20. Setup and tear down are handled automatically by the startup code linked in with the SPE program and by the library code running on the PPE; you can generally ignore them.
21. Listing 2 shows the code for the setup and call.
清单2显示了设置和调用的代码。
来自互联网
22. With this setup, the code and the container do not even have to agree on the name to use for the resource.
有了这种安排,代码和容器甚至在资源所使用的名称上不用达成一致。
来自互联网
23. The following code fragment is a typical setup step required for code which USES the publish API.
下面的代码片段是使用发布api的代码所需的典型的设置步骤。
来自互联网
24. Note: You would probably write some of this code a bit differently in a high-volume setup.
注:在大量设置时可能需要以略微不同的方式编写一些代码。
来自互联网
25. This setup allows the HTML-specific code to be absent from your component.
这个设置允许特定于HTML的代码从组件脱离。
来自互联网
26. Before you can run this article's example code, you'll need to go through the initial setup required to run anything associated with the WSDK or the WSTK.
27. This app features automatic setup via QR code, support for multiple accounts and has time and counter based code generation.
同时这个应用还可以使用二维码自动安装,支持多账户和基于代码生成的时间和计数器。
来自互联网
28. The code should be ready to do that, but we want to setup our CI environment for it before we expose this features in the docs.
代码基本已经写好了,但我们希望在将这些特性公开到文档前搭建好自己的的CI环境。
来自互联网
29. Depending on your server setup, this code can go in one of several places.
根据服务器设置的不同,此代码可能位于以下几个位置之一。
来自互联网
30. WiX is much more flexible than the Visual Studio Setup Project currently available today and it supports managed code to interact with the Windows Installer.