You already have server code there.
在此已经有了服务器代码。
Both client and server code use this interface.
客户机代码和服务器代码都使用这个接口。
It serves as the glue between client and server code.
它就像是客户端和服务器代码间的粘合剂。
Listing 4 (todohandler.py) is the Python server code.
清单4 (todohandler . py)是Python服务器代码。
Now let's look at how your server code will handle this.
下面看看处理请求的服务器代码。
The above server code is pretty simple and straightforward.
上述服务器代码非常简单明了。
I used the Python/CherryPy server code in Listing 4 (wotd_server.py).
我使用清单4(wotd_server.py)所示的Python/CherryPy服务器代码。
The server code demonstrates how to package up the messages into XML.
服务器代码演示如何将消息打包成xml。
This keeps the server code immensely simple, while still running very quickly.
这使服务器代码非常简单,而运行的速度仍非常快。
Finally, you will need to add the Aegis capability to client and the server code.
最后,您需要将Aegis功能添加到客户端和服务器代码中。
The foundation of server code is certainly enough to build a web interface around.
毫无疑问,服务器代码的基础对于构建一个web 接口已经足够。
The Document Manager server code calls the CM C++ API to create a datastore object.
DocumentManager服务器代码调用CM C++API来创建一个数据存储对象。
I'll start in with the server code first, because the client code will be more complex.
我先从服务器代码开始,因为客户机代码更复杂。
With the games API out of the way, it's time to write the server code to handle the moves.
由于游戏API已经就绪,是时候编写处理步着的服务器代码了。
Unlike TCP, the client and server code look quite similar for UDP-based communication.
与TCP不同,用于UDP通信的客户机代码和服务器代码非常相似。
New releases of the client or server code that change how existing workloads are processed.
改变处理现有工作负载方式的客户端或服务器代码的新版本。
If you need to perform these steps, follow instructions on the download page for ISD server code.
如果需要执行这些步骤,请参见ISD服务器代码的下载页面上的说明。
Before installing the VIO server code, you need to know the network configuration data for the server.
在安装VIOServer代码前,您需要知道服务器的网络配置数据。
Using this setting allows the server code to work with multiple clients, each having its own certificate.
使用这个设置让服务器代码可以处理多个客户机,每个客户机有自己的证书。
The response time on my local machine was excellent, even with the server code parsing through 840k of XML.
本地计算机上的响应时间是非常出色的,即使服务器代码解析是通过840k的XML。
This makes it easier for frameworks and client and server code in general to handle signature verification.
这通常能简化框架、客户端、服务器代码对签名的验证。
With the game server code complete, you can build the Android front end to this multiplayer networked game.
完成游戏服务器代码之后,您可以构建这个多玩家联网游戏的Android前端。
Optimized some heavily used CM Server code paths to improve performance, reliability and to fix memory leaks
优化一些经常使用的CM服务器代码路径,以提高性能、可靠性以修复内存泄漏问题
Even if it did, regular expressions in GWT have syntactical differences when deployed as client and server code.
而且即使它实现了这个方法,在将GWT中的正则表达式部署到客户机和服务器代码时,也存在语义上的差异。
To simplify trace string specification, trace groups bundle common WebSphere Application Server code areas together.
为了简化跟踪字符串规范,可使用跟踪组将常见WebSphereApplicationServer代码区域绑定到一起。
If the desired effect was to pass this content to another page you might see something like this in the server code.
如果打算将内容传递到另一个页面,可以采用类似下面的服务器代码。
One problem is that ZSI's server code doesn't seem to have an easy way of aligning the namespace used in the request.
有一个问题是,ZSI的服务器代码似乎不能轻易地纠正请求中所用的名称空间。
In fact, it is important to note that WebSphere Process Server code is not needed to run the messaging infrastructure.
事实上,务必注意,并不需要WebSphereProcessServer代码来运行消息传递基础设施。
The classes shown are those used for the getBook call in both the Listing 2 client code and the Listing 3 server code.
显示的类用于清单2 的客户机代码和 清单3 的服务器代码中的 getBook调用。
The server code was run on Tomcat 6.0.20, configured to use 1,024mb of heap, with the client code using 512mb of heap.
服务器代码在Tomcat6.0.20上运行,配置为使用1,024MB大小的堆,客户机代码使用512 MB大小的堆。
应用推荐