stubbing
美 [st?b]
英 
- n.存根;樹樁;(鉛筆,香煙等的)剩余部分
- v.(腳趾)踢到;連根拔起;捻滅(香煙,雪茄等)
- 網絡殘接頭;線腳;留空
詞形變化
復數:stubs 過去分詞:stubbed 現在分詞:stubbing 同義詞
英漢雙解
1. | (煙、鉛筆等的)殘余部分,殘端a short piece of a cigarette, pencil, etc. that is left when the rest of it has been used |
2. | 存根;票根the small part of a ticket, cheque, etc. that you keep as a record when you have given the main part to sb |
1. | ~ your toe (against/on sth) 腳趾不小心踢到…上to hurt your toe by accident by hitting it against sth hard |
英漢解釋
英英解釋
例句
Wu nodded, but finished her Double Happiness brand cigarette before stubbing it out on the tiled floor.
吳點了點頭,但在瓷磚上踩熄煙頭之前,她還是抽完了她的雙喜牌煙。
a Christmas party, he found himself in trouble again for stubbing a lit cigar into the eye of Jamie Tandy, a youth team player at Man City.
在一次圣誕晚宴上,他又用雪茄煙,直刺曼城青年隊球員:杰米-坦迪的眼部,手段異常狠毒。
Earlier, I explained that stubbing is a technique that replaces a real-world implementation with a simpler implementation.
前面,我解釋了stub是一種用更簡單的實現替代真實世界中的實現的技術。
Testing classes with a high fan-out score without any stubbing will allow you to test a large percentage of the code quickly.
具有高分散數且沒有任何存根的測試類允許你快速地測試大量代碼。
Greg: Oh no! Look here, people have been stubbing their cigarettes out on the sofa.
格雷哥:哎呦,看這里,有人在沙發上把煙頭按熄。
Stubbing simply replaces a real-world implementation with a simpler implementation.
stub即是用更簡單的實現代替真實世界中的實現。
As a matter of fact, this action is not only triggering archiving, but can also be used for re-stubbing the e-mail.
實際上,這個動作不只觸發存檔,還可以用于對電子郵件進行重新存根化。
That's not even counting the untold incidents of stubbing your toe or doing that little trip-run move across the sidewalk.
那還沒有算上過馬路時,數不清的踩腳趾或者被絆了一個趔趄等事件。
The most aggressive pruning treatment was stubbing back pruning which reduced yield the most each year and increased fruit size the most.
那個最積極的修剪治療撞回修剪產量減少的最每年增加果實大小最。
Test cases may use stubbing to make an implementation simpler, faster, or more predictable.
測試用例可使用這種技術使實現變得更簡單、更快、更容易預測。
If you have your own JNI libraries, try stubbing them out entirely one at a time to determine if they are causing the leak.
如果您有自己的JNI庫,嘗試完全禁用它們,以確定它們是否會造成泄漏。
Stubbing encourages this style of design. It reduces the coupling between objects and improves reuse.
殘根模式鼓勵這樣的設計,它可以對象的偶合性,提高重用。
The archiving is done by a CSX worker thread, the stubbing is handled by a CSX committer thread.
歸檔由一個CSXworker線程進行,而清除則由一個CSXcommitter線程來處理。
In order to generate a signature, we use the javax. crypto and java. security packages we imported while stubbing out GSUtils.
為了生成一個簽名,我們需要使用GSUtils類中導入的javax.crypto和java.security程序包。
By stubbing out the network client we can now test the getBalance method.
通過網絡客戶端stub,我們現在能夠測試getBalance方法。
Shams for stubbing out components you haven't built yet, in tests that need those components to exist
Shams用于在需要它們存在的測試中,剔除您沒有構建的組件
Study on the Stubbing and Fructifying Traits of Red Sprangletopin Different Cultivating Ways of Rice
不同栽培方式下稻田千金子的成株與結實特性研究
Support for stubbing of method calls and properties access
支持方法調用和屬性訪問樁
Start by stubbing out a class called GStorageUploadServlet based on the code in Listing 25
首先,我們要基于清單25的代碼創建一個名為GStorageUploadServlet的類
Another improvement is an alternate, more readable stubbing syntax. For example
另一個改進就是可讀性更好的樁語法。