找诗词>英语词典>stubbing翻译和用法

stubbing

英 [ˈstʌbɪŋ]

美 [ˈstʌbɪŋ]

v.  脚趾不小心踢到…上
stub的现在分词

复数:stubbings 

柯林斯词典

  • N-COUNT 残根;残端;(铅笔)头;(烟)蒂
    Thestubof a cigarette or a pencil is the last short piece of it which remains when the rest has been used.
    1. He pulled the stub of a pencil from behind his ear.
      他从耳后拿出一小段铅笔头。
    2. ...an ashtray of cigarette stubs.
      一烟缸的烟蒂
  • N-COUNT 票根;存根
    A ticketstubis the part that you keep when you go in to watch a performance.
    1. Fans who still have their original ticket stubs should contact Sheffield Arena by July 3.
      仍保留原始票根的球迷请于 7 月 3 号前和谢菲尔德体育馆联系。
  • (支票的)存根
    A chequestubis the small part that you keep as a record of what you have paid.
    1. VERB 不小心踢到(脚趾)
      If youstubyourtoe, you hurt it by accidentally kicking something.
      1. I stubbed my toes against a table leg.
        我不小心踢到桌子腿上。

    双语例句

    • "Wuhan is a model city in implementing Beijing's rules of regulating local government debt," he said in between lighting up cigarettes and stubbing them out in an overflowing ashtray.
      在点起香烟然后又在满溢的烟灰缸里把它弄熄的当儿,他说:「在落实北京规范地方政府债务的指令方面,武汉是个模范城市。」
    • "I really must give up smoking," said ian, stubbing out another cigarette in the ashtray.
      “我真的必须把烟戒了,”伊恩说道,同时把又一支香烟掐灭在烟灰缸里。
    • Testing classes with a high fan-out score without any stubbing will allow you to test a large percentage of the code quickly.
      具有高分散数且没有任何存根的测试类允许你快速地测试大量代码。
    • By stubbing out the network client we can now test the getBalance method.
      通过网络客户端stub,我们现在能够测试getBalance方法。
    • This may result in quickly producing the desired visual flow on the user interface, but stubbing at the client does not test the inter-connectivity or the marshaling of data.
      这会在用户接口快速生成所需的可视流程,但客户端的stub不会测试数据的内部连接与编组。
    • Try stubbing out functions to identify which code paths are causing the native leak.
      尝试删除一些功能以确定哪些代码路径在造成本机泄漏。
    • Note, though, that the stubbing or removal of the Outlook item after a successful archiving is asynchronous ( whereas it was synchronous in the case of CSLD).
      但是要注意,在成功归档之后对Outlook项目的清除是异步进行的(而在CSLD中是同步的)。
    • By creating the UI first, and stubbing out or mocking any classes it needs, we can quickly get feedback on whether the UI matches the business's expectations.
      通过首先创建UI,并将所有它需要的类打桩,我们可以快速获得UI是否满足商业需求的反馈。
    • Many developers confuse the ideas behind stubbing and mocking.
      很多开发人员对stub和mock这两个概念都不是很清楚,很容易混淆。
    • Notice that by stubbing out the DOM elements we can test the side effects of the render method without actually doing anything that could invalidate other tests within the test page.
      请注意通过使用DOM元素的stub,我们可以测试render方法的结果,而不必实际去做任何事情,这些事情可能导致测试页面的其他测试失效。