我看字典>英语词典>invoking翻译和用法

invoking

英 [ɪnˈvəʊkɪŋ]

美 [ɪnˈvoʊkɪŋ]

v.  援引,援用(法律、规则等作为行动理由); 提及,援引(某人、某理论、实例等作为支持); 提出(某人的名字,以激发某种感觉或行动)
invoke的现在分词

现在分词:invoking 

计算机

柯林斯词典

  • VERB 援用,援引(法律)
    If youinvokea law, you state that you are taking a particular action because that law allows or tells you to.
    1. The judge invoked an international law that protects refugees.
      法官援引了一项保护难民的国际法。
  • VERB 引用,援引(原则、格言、名人)
    If youinvokesomething such as a principle, a saying, or a famous person, you refer to them in order to support your argument.
    1. He invoked memories of Britain's near-disastrous disarmament in the 1930s...
      他援引了英国 20 世纪 30 年代几近灾难性的裁军事件。
    2. In political matters George Washington went out of his way to avoid invoking the authority of Christ.
      在政治问题上,乔治·华盛顿刻意避免借助基督的权威。
  • VERB 引起,唤起,激发(感情或景象,许多人认为这种用法不正确)
    If something such as a piece of musicinvokesa feeling or an image, it causes someone to have the feeling or to see the image. Many people consider this use to be incorrect.
    1. The music invoked the wide open spaces of the prairies.
      该音乐营造出了一幅大草原上宽广辽阔的景象。
  • VERB 向(神灵)祈求(帮助或宽恕)
    If someoneinvokesa god, they ask the god for help or forgiveness.
    1. The great magicians of old always invoked their gods with sacrifice.
      旧时一些有名的巫师经常以祭品祈求他们所供奉神灵的助佑。

双语例句

  • If there is no record store of that name, invoking this method creates one.
    如果没有具有这个名称的记录存储,那么调用这个方法来创建一个。
  • This is enough to locate a service's request and reply channels and start invoking the service.
    对于查找服务的请求与应答通道和开始调用服务,这足够了。
  • The process is short-running with three steps, each invoking a service.
    这个流程是一个带有三个步骤的短期运行流程,每一步都调用一个服务。
  • System and user CPU time: The elapsed CPU time consumed invoking a method.
    系统和用户CPU时间:调用某方法占用的CPU时间。
  • Messages can be deleted from a queue by invoking the delete_message().
    可以通过调用deletemessage()从队列中删除消息。
  • In this case, this mechanism results in invoking the method onLoad.
    在这个例子中,这个机制导致调用onLoad方法。
  • A Facade JavaBean component can be used for invoking multiple enterprise services and JavaBean components.
    可以使用门面JavaBean组件来调用多个企业服务和JavaBean组件。
  • The Web services consumer uses the endpoint URI as the address for locating and invoking the Web service.
    Web服务使用者将端点URI作为查找和调用Web服务的地址。
  • Invocation concurrency: The number of threads of execution concurrently invoking a service or method.
    调用并发性:并发调用服务或方法时执行的线程数。
  • Within this method, I use the Reflection APIs on Class to create a new instance of that type ( invoking its default constructor).
    在这种方法中,我对Class使用了ReflectionAPI,创建了该类型的新实例(调用其默认构造方法)。