专业字典>英语词典>drools翻译和用法

drools

英 [druːlz]

美 [druːlz]

v.  垂涎; 淌口水; (对…)垂涎欲滴,过分痴迷
drool的第三人称单数

柯林斯词典

  • VERB 对…过分痴迷;对…垂涎欲滴
    Todrool oversomeone or something means to look at them with great pleasure, perhaps in an exaggerated or ridiculous way.
    1. Fashion editors drooled over every item...
      时尚编辑们兴奋地注视着每一件东西。
    2. Advertisers are already drooling at reports that this might bring 20 million dollars.
      广告商听闻这或许会带来2,000万美元的收益后已是垂涎欲滴了。
    3. ...his wife's constant drooling over a poodle.
      他妻子眼睛直勾勾地盯着一只鬈毛狗
  • VERB 流口水;垂涎
    If a person or animaldrools, saliva drops slowly from their mouth.
    1. My dog Jacques is drooling on my shoulder.
      我的狗雅克在我肩膀上流着口水。

双语例句

  • A simple problem was thought of to be solved with the help of Drools.
    一个被设想出来的简单问题在Drools的帮助下得到了解决。
  • I highly recommend that you use this plug-in to work with Drools.
    我强烈建议您通过这个插件来使用Drools。
  • This is not a technical limitation of Drools.
    这不是Drools的技术限制。
  • This instance is then used to configure an instance of the Drools RuleBase class, which is assigned to the RulesEngine class's rules property.
    然后,使用这个实例配置DroolsRuleBase类的一个实例,后者被分配给RulesEngine类的rules属性。
  • An instance of the Drools WorkingMemory class is used to assert or declare the knowledge that the rules engine should use to determine which consequences should be executed.
    DroolsWorkingMemory类的实例用于断言或声明知识,规则引擎应使用它来确定应执行的结果。
  • As of this writing, the latest version of the Drools rules engine is4.0.4.
    在编写本文之际,Drools规则引擎的最新版本是4.0.4。
  • This updated article introduces you to the Drools engine and uses a sample program to help you understand how to use Drools as part of your business logic layer in a Java application.
    这篇更新的文章为您介绍Drools引擎,并使用示例程序帮助您理解如何使用Drools作为Java应用程序中业务逻辑层的一部分。
  • A typical example might be something like a rules engine ( like Drools).
    一个典型的例子就是规则引擎(rulesengine,比如Drools)。
  • Further, they can then be more easily centrally maintained through a business rules management repository, such as what Drools Guvnor provides ( described as well in the book).
    而且,通过一个业务规则管理库,比如DroolsGuvnor(本书中已描述的)提供的功能,更易于集中维护这些规则。
  • As an exercise, you can modify the sample application so that it uses the Java Rule Engine API instead of referencing the Drools-specific classes in the Java code.
    作为练习,可以修改示例程序以使它使用JavaRuleEngineAPI,而不是使用Java代码引用特定于Drools的类。