同样,让我们首先直接跳到完整的客户代码。
尽管面对压力,加拿大动态研究公司拒绝透露客户代码。
RIM refused to disclose customer codes, despite the pressure. See article
客户代码可能存在于其他地方,或者可能由其他数据推导而来。
The customer code may exist elsewhere or be derivable from other data.
在客户代码中,这些都可以在不使用可变状态的情况下就能做到。
And this all can be done with no mutable state in the client code.
我们大量的研究工作都是以客户代码中实际发生的错误为基础进行的。
The vast majority of our research work is performed based on real errors found in customer code.
可以修补每个方法呈现的HTTP响应,但是客户代码实际就在http返回码之后。
You might tinker with the HTTP response that each method renders, but your client code is really after only the HTTP return code.
许多开发方法可能不鼓励在过程中进行重构或变更,因为这些行为不直接用于产生客户代码。
Some development methods may discourage refactoring or changes in a process because those activities do not directly contribute to generating customer code.
方法还返回Cart,这样客户代码在一个操作中就能更新Cart的内容并接收购物车的新状态。
The method also returns the Cart, so that the client code can update the Cart contents and receive its new state in a single operation.
虽然代价是定义一个额外接口,还会使客户代码更长一些,但是这项技术对于代码清晰性来说具有优势。
At the expense of defining an additional interface and making the client code a little more verbose, this approach certainly has the edge for me when it comes to code clarity.
为了不让客户代码对Cart做两个调用(一个获得内容,一个获得总价),我想把这些数据一次全都发给客户。
Instead of having the client code make two calls on Cart, one to obtain the contents and one for the total price, I want to send all of this data to the client at once.
例如,库编写者必须保证在修改库中的一个类时,不去掉已经存在的方法,否则会导致客户代码的崩溃。
For example, the library programmer must agree to not remove existing methods when modifying a class in the library, since that would break the client programmer's code.
所有这些都可以在客户端代码中没有可变状态的情况下完成。
This all can be done with no mutable state in the client code.
为了回应客户的需求,微软决定发布Sandcastle的源代码。
In response to customer demands, Microsoft has released the source code for Sandcastle.
这些文件包含客户/服务器应用程序的源代码和已编译的版本。
These files contain both source and compiled versions of the client/server application.
您将在下一节中找到客户端代码。
许多客户没有代码或架构评审过程。
Many customers do not have code or architecture review processes.
此后,即可将精力集中在客户端代码。
专注现场客户和代码,而不是其他设计技巧。
Focus on an on-site customer and code, rather than other design artifacts.
客户端代码将该消息传递给包装器函数。
The client code hands this message up to the wrapper function.
使用清单2中的代码替换生成的客户机代码并保存文件。
Replace the generated client code with the code in Listing 2 and save the file.
客户端代码对基本例处理不一致。
The base cases are then handled inconsistently by client code.
将客户机代码紧密地绑定到特殊的协议实现的客户机库造成了难以维护的代码。
Having client code tightly bound to a client library for a particular protocol implementation results in hard-to-maintain code.
当您很好地理解了客户机代码之后,我将对客户机代码稍做修改,创建一个蓝牙音乐商店。
After you have a solid understanding of the client code, I'll make a few modifications to the client code in order to create the Bluetooth Music Store.
生成的客户端代码使用EJBAPI与任务和流程交互;生成的客户端代码所调用的EJB方法使用后期绑定。
The generated client code USES the EJB API to interact with tasks and processes; the EJB methods that are called by the generated client code use late binding.
我先从服务器代码开始,因为客户机代码更复杂。
I'll start in with the server code first, because the client code will be more complex.
用于客户端代码开发的ide。
客户端代码与以下内容类似。
ClearCase远程客户端代码优化。
在客户端代码中,您现在需要获得该客户端代理的实例。
In your client code, you now need to obtain an instance of the client proxy.
清单4是针对客户机代码的第一个步骤。
应用推荐