古典吧>英语词典>overrides翻译和用法

overrides

英 [ˌəʊvəˈraɪdz]

美 [ˌoʊvərˈraɪdz]

v.  (以权力)否决,推翻,不理会; 比…更重要; 凌驾; 超驰控制,超控(使自动控制暂时失效,改用手工控制)
override的第三人称单数

柯林斯词典

    The verb is pronounced /ˌəʊvə'raɪd/. The noun is pronounced /'əʊvəraɪd/. 动词读作 /ˌəʊvə'raɪd/。名词读作 /'əʊvəraɪd/。

  • VERB 凌驾于;优先于;比…更重要
    If one thing in a situationoverridesother things, it is more important than them.
    1. The welfare of a child should always override the wishes of its parents...
      孩子的幸福安康应该永远比父母的愿望来得更重要。
    2. Their work is frequently an obsession that overrides all other considerations.
      他们对工作的痴迷常常超乎其他一切。
  • VERB (以更大的权力)撤销,推翻,否决
    If someone in authorityoverridesa person or their decisions, they cancel their decisions.
    1. The president vetoed the bill, and the Senate failed by a single vote to override his veto...
      总统否决了该议案,而参议院以一票之差未能推翻他的否决。
    2. I'm applying in advance for the authority to override him...
      我提前申请当局对他进行否决。
    3. Big companies think they can sometimes override local opinion.
      大公司认为它们对地方舆论有时候可以置之不理。
  • N-COUNT (对决定等的)撤销,推翻,否决
    Anoverrideis an attempt to cancel someone's decisions by using your authority over them or by gaining more votes than them in an election or contest.
    1. The bill now goes to the House where an override vote is expected to fail...
      该议案现在提交到众议院,在这里否决投票预计不会获得通过。
    2. An override of the veto appears unlikely.
      看来推翻这项否决的可能性很小。

双语例句

  • However, jQTouch overrides the normal click behavior to accomplish its magic of moving from page to page.
    但是,jQTouch推翻了常规的点击行为来完成页到页的神奇过渡。
  • Supports batches, that class overrides this method to allow users to add a command to a batch.
    继承的类支持批处理,该类将重写此方法以允许用户将命令添加到批处理。
  • The data source property overrides the system property.
    数据源属性重写了系统属性。
  • Their work is frequently an obsession that overrides all other considerations.
    他们对工作的痴迷常常超乎其他一切。
  • GetString(): This overrides the superclass's getString() to print out embedded exception information.
    getString():它重写了超类的getString()方法,打印出嵌套的异常信息。
  • The code snippet below elaborates on the previous snippet, and overrides the default endpoint with another hardcoded endpoint.
    下面的代码片断细化了前面的代码片断,并且用另外一个硬编码的端点覆写了默认端点。
  • The active language of the current session overrides a user's preferred language and the site wide default language.
    当前对话的活动语言会覆盖用户的偏好语言和站点范围的默认语言。
  • It overrides the getLabel() method from the parent class to render a custom result label.
    它重载了父类的getLabel()方法,以呈现一个通用的结果标签。
  • For virtual and abstract members, you can see the overrides.
    对于虚拟的和抽象的成员,还可以进行查看和重写。
  • We can define a class that overrides invokeMethod and inserts optional calls to our before and after advice types.
    我们可以定义一个类,它覆盖invokeMethod并插入对我们的before和afteradvice类型的可选调用。