• 客户机状态就是在这里存储

    It's here that one set of client states are stored.

    youdao

  • 例如,对客户机状态监视可以主要关注剩余磁盘空间安全状态资产管理方面许可证问题

    Monitoring of the client status can focus on, for example, checking the remaining disk space, the security status, or licensing issues in the context of asset management.

    youdao

  • 可以Notes客户机状态消息设置为记录本地日志文件(Log .nsf)或者指定外部文件。

    You can now enable Notes client logging of status bar messages to the local log file (Log.nsf) or to an external file that you designate.

    youdao

  • 如果标志false客户机状态连接代理过程中保持不变;例如客户应用程序无需每次后续的重连接时都重新订阅。

    If this flag is false, the client state remains in place across connections with the broker; for example, the client application does not need to re-subscribe every time it subsequently reconnects.

    youdao

  • 客户机显示测试执行状态历史记录

    The client will also display the status and history of test execution.

    youdao

  • 另一个重要决策完整状态如何客户机服务器之间分配

    Another very important decision is how full state is partitioned between the client and server sides.

    youdao

  • 通过迫使开发人员几乎完全服务器解决持久化问题而不依赖客户机系统缺少状态给开发人员提供了独立性

    By forcing developers to resolve persistence problems almost entirely on the server, without relying on the client system, the lack of state has pushed developers into independence.

    youdao

  • 使应用程序能够访问客户机平台网络状态以及远端资源连接性;它可以将网络状态变化通知实现中的应用程序。

    It gives applications access to the network status of the client platform as well as its connectivity to remote resources; it also notifies an implementing application of a change in network state.

    youdao

  • 客户机维护其中一种状态 ——某种形式会话标识符

    The client maintains only one piece of state—a session identifier of some sort.

    youdao

  • 设备发现过程结束时,发现过程状态更新客户机不管是成功还是失败

    When the device discovery process has ended, I update the client with status of the discovery process, whether it succeeded or failed.

    youdao

  • 客户机使用资源状态REST服务表示进行交换

    Clients exchange with REST services representations of the state of the resources.

    youdao

  • 开发一个服务端点类时,您必须确保这个端点维护任何属于客户机状态

    As you develop a service endpoint class, you must ensure that this endpoint does not maintain any state pertaining to a client.

    youdao

  • 下一步不仅包括更新项目列表包括提供状态信息,以使客户机了解服务器进行了怎样的操作,以下代码清单

    The next step in this example is not only to send back the updated item list, but also to provide status information letting the client know what the server did as shown in the following code listing.

    youdao

  • 客户机保持等待状态侦听通知结束程序用户输入

    The client stays in a wait state, listening for notifications and user input to end the program.

    youdao

  • 定义序列维持当前状态客户机提供商ws - RM都要使用一个定义好的、来回发送协议消息集合

    To define sequences and maintain current state, both client and provider WS-RM USES a collection of defined protocol messages that are sent back and forth.

    youdao

  • 业务规则维护状态数据客户机服务关系特定于应用程序的,不能体系结构进行处理

    The relationship between state data maintained within business rules and the client service is application specific and not addressed in the architecture.

    youdao

  • 另外客户机可以修改状态

    Furthermore, the client can alter this state.

    youdao

  • 话说,服务器履行请求(HTTP就绪状态4)但是没有返回客户机预期数据

    In other words, the server fulfilled the request (meaning the HTTP ready state is 4), but is probably not returning the data expected by the client.

    youdao

  • 两个状态之间来回切换可以测试基本客户机功能

    Flipping forth and back between those two states is a good test to check for basic client functionality.

    youdao

  • 然后服务器可以使用这个标识符查找所有复杂状态(包括客户机应该无法访问的数据),提供状态行为

    The server can then use that identifier to look up all the complicated state (some of which the client shouldn't have access to!) and provide stateful behavior.

    youdao

  • 我们需要使用Ajax代码检查304状态如果存在的话,那么也不要根据轮询发送数据修改客户机应用程序状态

    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.

    youdao

  • Notes客户机状态会告诉这个请求是否已经排入了队列。

    The Notes client?s status bar tells you if the request has been queued.

    youdao

  • 最终这个失败成功状态发送Ajax客户机显示给用户。

    Ultimately, this failure or success state is sent to the Ajax client and displayed to the user.

    youdao

  • WirelessToolsiwlist输出结果重新进行格式化,添加MAC地址的信息,这样就可以中对每台客户机状态进行总结。

    It reformats the output of the Wireless Tools' iwlist and adds the MAC address so each client's status is summarized in one line. Its output looks like this.

    youdao

  • nsf文件提供Notes客户机崩溃之前记录到状态中的动作一个快照

    The Log.nsf file can also provide a snapshot of actions logged in the status bar before the Notes client crashed.

    youdao

  • Ajax我们需要进行完全刷新就可以服务器进行交互这一事实使状态客户机再次成为可用选择

    The fact that Ajax lets you interact with a server without a full refresh puts the option of a stateful client back on the table.

    youdao

  • 但是Ajax架构风格使开发人员可以将处理状态需求分布客户机

    But the Ajax architectural style lets developers distribute processing and state requirements to the client.

    youdao

  • 通信状态意味着服务器保留客户机通信的状态,仅仅处理当前请求。

    The communication is stateless, which means servers do not retain the state of communication with clients beyond a single request.

    youdao

  • 很快质疑违背客户机-无状态-服务器约束是否真的一个主意

    Soon you begin to question whether violating the client-stateless-server constraint was such a good idea after all.

    youdao

  • 如果状态总是客户机提供服务器就是无状态的(至少程序员角度来看):不会维护数据只需处理传入的数据。

    If state is always provided by the client, the server remains (at least from a programmer's viewpoint) stateless: There is no data to maintain, just incoming data to process as it shows up.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定