1. The code to run the poll is found in the zip file.
运行投票的代码在zip文件中。
来自互联网
2. This code simply starts the long poll when the user clicks the Go button.
该代码只是在用户单击Go按钮时开始长轮询。
来自互联网
3. It is the responsibility of our Ajax code to check for 304 status, and if found, simply not to change client application state based on the (absence of) data sent from the poll.
4. The client code would either poll the output queue for the response or wait for some kind of call-back notification when the response message has been delivered.
客户机代码将轮询输出队列以获得响应,或等待响应消息交付时的回调通知。
来自互联网
5. Listing 6 shows the beer-poll analysis code for detecting changing preferences.
清单6显示了用于检测偏好变化的啤酒民意测验分析代码。
来自互联网
6. You'll learn how to properly configure a CI server to poll an SCM repository and run an Ant build process anytime a change is detected in your source code.