• 可能包括用FTP传输代码运行构建等等

    It might involve FTPing code, running builds, etc.

    youdao

  • 传输代码SOAP引擎其他部分实现了清楚分离

    There is a distinct split between the transport code and the rest of the SOAP engine.

    youdao

  • 校验接收端收到代码时,校验1个数是否奇数从而确定传输代码的正确性。

    If using odd parity, then when the receiver receives this set of code, check the "1" if the number is odd, to determine the transmission code is correct.

    youdao

  • 使用internetseverapi函数编写网络传输代码包括实现文件和头文件,需要根据需要修改ip

    Uses Internet sever the API function compilation the network transmission code, including the realization document and a document, needs according to need to revise IP.

    youdao

  • 代码传输会发生一次每次另外一端遇到验证问题时都传输数据

    Code transmission happens only once, whereas data must be transmitted every time you encounter a validation problem at the other end.

    youdao

  • 如果绑定需要使用相同代码那么则使用两个特定于传输数据绑定。

    If the same code was required by two bindings, then two transport-specific data bindings were required.

    youdao

  • 代码可以修改进行所有四种数据传输类型I/O

    This code snippet can also be modified to perform I/O of all four data transfer types.

    youdao

  • 虽然内核代码效率变得更高,但完成测试同样文件传输占用更多周期

    Even though the kernel code has been made meaningfully more efficient, the test USES more cycles to accomplish the same file transfer.

    youdao

  • 清单2展示用于根据保存特定路径XSL文件XML文档传输文本示例代码

    Listing 2 shows the sample code used to transfer an XML document to a text, based on the XSL file saved on a specific path.

    youdao

  • 举例来说,原来代码问题dma传输大小限制

    For instance, one of the problems with the original code is that it is limited to the size of a DMA transfer.

    youdao

  • 经过编译代码应当包括已经使用GWT编译的客户代码——记住服务器使用一些客户机帮助数据传输

    The compiled code should include the client-side code you've already compiled using GWTremember, you use some of those client classes on the server side to facilitate data transfer.

    youdao

  • 第二情况下MCACOMMIT采取了行动,但是未能传输响应代码,因此将存在事务

    In the second case, where the MCA has acted on the COMMIT but could not deliver the response code, there is no transaction to roll back.

    youdao

  • 服务器发送XML时候,更多代码用于获取数据包装成xml,而不是真正传输数据。

    When it comes to sending XML to the server, you'll spend more of your code taking your data and wrapping it XML than you will actually transmitting the data.

    youdao

  • 准确地说节点代码使用经过身份验证的文件传输服务部署管理获取管理配置更新

    More precisely, node agents pull admin configuration updates from the deployment manager using an unauthenticated file transfer service.

    youdao

  • 目前编写代码中,SPU仅仅等待MF C完成传输然后才能处理其他东西

    In the code written so far, the SPU has simply waited for the MFC to finish before processing anything else.

    youdao

  • PPE可以通过内核模式中使用内存映射寄存器来发起dma传输SPE则可以使用SPU运行代码写入dma通道

    The ppe does this through memory-mapped register access from kernel mode, while the SPE writes to its DMA channels from code running on the SPU.

    youdao

  • 需要通过SAP传输系统在SAP系统修改abap代码部署模块

    There is no need to change ABAP code or deploy new modules on the SAP system by means of the SAP transport system.

    youdao

  • WebSphereESBV6.2引入了DataHandlers解决这个问题并且它们使能够编写单一代码单元处理跨不同传输接收消息

    WebSphere ESB V6.2 introduces Data Handlers to address this issue, and they let you write a single unit of code to process messages received across a number of transports.

    youdao

  • 联合使用MDB一些JAXB代码可以文件传输开始结束进行Twitter甚至可以包括一次传输元数据中定义的一些散列标签

    Using a combination of an MDB and some JAXB code, you can enable Twittering about the start and end of file transfers, and even include some hash tags defined inside the metadata of a transfer.

    youdao

  • 其次使用Ruboss编写代码不仅传输方式来说抽象的,而且非常简单优雅。 第三,你可以快速上手并运行起来。

    Second, the code you write with Ruboss is not only abstracted from the transport mechanism, but also is simple and elegant.

    youdao

  • 有一些代码(例如数据传输对象)这些工具之外开发用来解决特定问题

    Some code (such as data transfer objects) was developed outside of these tools, solving specific problems.

    youdao

  • 对于普通web开发人员习惯于通过SFTP将代码传输测试服务器上运行各种浏览器检查然后立即发布,那么整个过程都会颠覆

    For the average web developer, who is used to dropping code via SFTP onto a test server, running various browser checks, then pushing it live, all of this can be a bit overwhelming.

    youdao

  • 例如SourceControl组件允许在将代码更改传输之前执行任意检查

    For example, the Source Control component allows arbitrary checks to be performed before code changes are delivered to a stream.

    youdao

  • 接下来就让我们实际应用一下零拷贝,在客户机服务器传输文件(参见下载查找示例代码)。

    Now let's put zero copy into practice, using the same example of transferring a file between a client and a server (see Download for the sample code).

    youdao

  • 正如看到的,JMS传输节点可以帮助解决许多转换桥接问题不用编写任何代码

    As you will see, JMS transport nodes help you solve many conversion and bridging problems solutions with no coding on your part.

    youdao

  • CSRF攻击入侵站点恶意代码发起代码欺骗浏览器,使其将无关的请求传输受信任站点。

    CSRF attacks originate from malicious code from an intruder site that tricks a browser into transmitting unprovoked requests to a trusted site.

    youdao

  • 额外的功能包括本地远程传输彩色代码导出HTML以及更多功能

    Additional features include local and remote transmission of color code, and export to HTML, and more.

    youdao

  • Meeraj之前所说SCA提供了协议抽象这样远程调用代码无需处理低级传输api

    As Meeraj mentioned previously, SCA also provides protocol abstraction so that code does not need to deal with low-level transport APIs when making remote calls.

    youdao

  • 复杂资源管理调度算法主动代码的运行并不合适,相反会降低信包的传输速率

    Scheduling algorithm for complicated resources management is not fit for active code, it debases transmission speed of capsules.

    youdao

  • 静止代码传输测试的而使用一种数字信号

    Quiet code is a digital signal used for transmission test purpose.

    youdao

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

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

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