1. I simply have isolated that moduleinside of that function.
我只需把这个模块加到函数中去。
来自互联网
2. Ref your second problem, when I was using this moduleI use connection string.
参考你的第二个问题,我使用这个模块的时候使用连接字符串。
来自互联网
3. The final function I want to address in the Effects moduleis both the coolest and the most error-prone function.
我想要强调的Effects模块内的最后一个函数是最酷也是最容易出错的。
来自互联网
4. Now I got one just simple thing, and I simply have isolated that moduleinside of that function.What about abstraction?
而现在我只要做一件简单的事,那就是我只需把这个模块,加到函数中去?
来自互联网
5. Consider what happens if I'm working in my programming environment (ide) and I need to see the latest API or UML diagram for a moduleI will be integrating with through some Web service.
6. In ModuleI, we examine the legal implications of key roles and deal structures, and walk through some of the issues that would typically arise in a simple and friendly transaction.
7. In the module, I declare a function of this type to deal with the incoming data.
在这个模块中,我们声明了一个这种类型的函数来处理到达的数据。
来自互联网
8. I now have a module.
我在这里有一个模块。
来自互联网
9. One thing that I find lacking is an email module to access your email.
我发现唯一缺少的是一个邮件模块可以访问电子邮件。
来自互联网
10. When should I use a custom login module versus a TAI to assert identity information?
我什么时候应该使用自定义登录模块(而非TAI)来断定身份信息?
来自互联网
11. I had never actually benchmarked my module very precisely before, since I never had anything concrete to compare it to.
实际上,之前我从未对我的模块进行过非常精确的基准测试,因为我始终没有一个具体的可比对象。
来自互联网
12. I felt that the test module could have gone on for the full two years and kept its atmosphere right.
我觉得这个测试模块完全可以持续两年的时间,而且大气还不出什么问题。
来自互联网
13. In other words, if you can code up your module, test it, and nothing goes wrong the first time, I daresay your tests aren't stringent enough.
换句话说,如果编写模块,然后进行第一次测试,没有出现错误,那么我敢说您做的测试还不够严格。
来自互联网
14. If you do not see all five of the governors, check to make sure all the governors are enabled in your config file and that you have the governor's module loaded as I described in Part 1.
21. I hope the indexer module will prove useful to readers, even in this early version.
我希望indexer模块,即使是早期的版本也能证明给读者是有用的。
来自互联网
22. Standard Python does not let you configure this type of multiple dispatch; but fortunately, you can do so using the module multimethods that I have written.
24. Also, however, I find that PyProtocols programming has a similarity to programming with multiple dispatch, specifically with the gnosis.magic.multimethods module that I covered in another installment.