散文网 | 字典

remoting的意思,remoting的音标读音解释

2016-05-10 09:48

remoting翻译

远程处理

音标读音

英式:[]美式:[]

基本意思

n.远程处理
v.使…向远方延伸;把…延展到深处(remote的ing形式)

形近的词

emoting promoting demoting memotine remotion

变形

例句

  1. BlazeDS includes an RPC style remoting library and a realtime messaging system.
    BlazeDS包含一个RPC式的远程库和一个实时消息系统。
  2. Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling.
    这些适配器提供了一个更高级别的抽象,超越了Spring对远程调用、消息和调度的支持。
  3. This system can control multi-lab in centralized mode and query database by remoting login in.
    利用该软件系统,可实现对多个实验室的集中控制以及远程登录查询。
  4. Direct Web Remoting is a pattern that provides support for JavaScript or client-side code to directly invoke server-side logic.
    直接网络远程是这样一种模式,该模式为JavaScript或者客户端的代码提供了支持,以直接调用服务器端的逻辑。
  5. One confusing aspect of the remoting system is the relationship between remote objects and channels.
    远程处理系统的一个易引起混淆的方面是远程对象和信道之间的关系。
  6. You've completed the Seam Remoting setup and it's time to start making some remote calls.
    您已经完成了SeamRemoting设置,现在可以开始进行一些远程调用了。
  7. You can specify settings such as assembly binding policy, remoting objects, debug, and trace settings.
    您可以指定诸如程序集绑定策略、远程控制对象、调试和跟踪设置之类的设置。
  8. The Easy PowerShell Remoting feature simplifies creating remoting scripts and executing remote commands through predefined configurations.
    EasyPowerShellRemoting特性通过预定义的设置简化了创建远程脚本和执行远程命令的操作。
  9. Advanced remoting scenarios may require you to intercept a remote call at one or more points.
    高级远程处理方案可能要求您在一个或多个点截获远程调用。
  10. The RemoteObject class represents an HTTP service object that performs remoting operations with a server.
    RemoteObject类表示与服务器执行远程操作的一个HTTP服务对象。
  11. The remoting custom errors mode had already been set.
    已经设置了远程处理自定义错误模式。
  12. The remoting system makes a complete copy of these objects and passes the copy to the calling application domain.
    远程处理系统创建这些对象的完整副本并将副本传递到进行调用的应用程序域。
  13. This article's Remoting section outlines an approach to adding remoting capabilities to the application.
    本文的远程处理一节简要介绍了为应用程序添加远程处理功能的方法。
  14. The remoting system then sets the value on the formatter when it is inserted into the sink chain.
    然后,当该值插入到接收链中时,远程处理系统将在格式化程序上设置该值。
  15. Remoting technologies such as EJB or CORBA mistakenly attempted to apply O-O principles to interprocess communications.
    诸如EJB或CORBA这样的远程技术错误之处在于,试图将OO原则应用到进程间通信上。
  16. AMFPHP ( Remoting solution for PHP) handles the communications between back-and front-ends.
    AMFPHP(PHP远程解决方案)处理后台和前台之间的通信。
  17. To compile and run a basic remoting application
    编译和运行基本远程处理应用程序
  18. This process applies no matter how complex your remoting scenario becomes.
    无论远程处理方案有多复杂,这一过程都会适用。
  19. You often have concerns such as logging, remoting, or security that hit many parts of your application.
    您经常具有一些会影响到应用程序许多部分的关注点,比如日志记录、远程控制或安全性。
  20. How do you see the future of remoting in a Composite Application world?
    你如何看待复合应用世界中远程访问的前景?
  21. The remoting infrastructure locates the assembly that contains the remote object and instantiates it.
    Remoting基础结构查找包含远程对象的程序集并对其进行实例化。
  22. The Enterprise JavaBeans ( EJB) specification provides services for security, persistence, transactions, messaging, and remoting.
    企业JavaBean(EJB)规范提供安全性、持久性、事务、消息和远程的服务。
  23. But first let's add some visual components to view the data in the. NET Remoting client.
    但是首先让我们添加一些可视化的组件来查看.NETRemotingClient中的数据。
  24. The remoting application name, { 0}, had already been set.
    已设置远程处理应用程序名{0}。
  25. Specifically, we see value in adding support for scheduling, asynchronous processing, messaging, message driven beans and Hessian based remoting.
    尤其是,我们看到了增加支持计划、异步处理、消息、消息驱动Bean和基于Hessian的远程访问等功能的价值。
  26. Research on Application of Remoting Technology in Industrial Remote Measurement and Control System
    Remoting技术在工业远程测控系统中的应用研究
  27. Contributes an object-specific interception sink on the server end of a remoting call.
    在远程处理调用的服务器端分配对象特定的侦听接收器。
  28. Fig. 2 illustrates a block diagram depicting an embodiment of a system for remoting multimedia plugin calls.
    图2示出描述用于远程处理多媒体插件调用的系统的实施例的框图;
  29. The method stub that translates addresses to geo-spatial points works similarly to the Seam Remoting method stubs.
    将地址解析为地理空间点的方法存根与SeamRemoting方法存根的工作原理相同。
  30. I can use remoting, transactions, security, persistence, and MVC code much more easily because Spring does the heavy lifting.
    我可以更加简单地使用远程控制、事务、安全、持久性和MVC代码,因为Spring确实做到了“减负”。

百科解释

什么是Remoting,简而言之,我们可以将其看作是一种分布式处理方式。从微软的产品角度来看,可以说Remoting就是DCOM的一种升级,它改善了很多功能,并极好的融合到.Net平台下。Microsoft .NET Remoting 提供了一种允许对象通过应用程序域与另一对象进行交互的框架。这也正是我们使用Remoting的原因。为什么呢?在Windows操作系统中,是将应用程序分离为单独的进程。这个进程形成了应用程序代码和数据周围的一道边界。如果不采用进程间通信(IPC)机制,则在一个进程中

网络意思

NET远程处理
远程对象
远程控制
远程调用

remoting的相关作文