英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

stub    音标拼音: [st'ʌb]
n. 断株,烟蒂,树桩,残余,存根
vt. 挖除断株,连根拔除,踩熄

断株,烟蒂,树桩,残余,存根挖除断株,连根拔除,踩熄

stub
存根 短截 残余

stub
n 1: a short piece remaining on a trunk or stem where a branch
is lost
2: a small piece; "a nub of coal"; "a stub of a pencil" [synonym:
{nub}, {stub}]
3: a torn part of a ticket returned to the holder as a receipt
[synonym: {stub}, {ticket stub}]
4: the part of a check that is retained as a record [synonym:
{stub}, {check stub}, {counterfoil}]
5: the small unused part of something (especially the end of a
cigarette that is left after smoking) [synonym: {butt}, {stub}]
v 1: pull up (weeds) by their roots
2: extinguish by crushing; "stub out your cigarette now"
3: clear of weeds by uprooting them; "stub a field"
4: strike (one's toe) accidentally against an object; "She
stubbed her toe in the dark and now it's broken"

Stub \Stub\, n. [OE. stubbe, AS. stub, styb; akin to D. stobbe,
LG. stubbe, Dan. stub, Sw. stubbe, Icel. stubbr, stubbi; cf.
Gr. ?.]
1. The stump of a tree; that part of a tree or plant which
remains fixed in the earth when the stem is cut down; --
applied especially to the stump of a small tree, or shrub.
[1913 Webster]

Stubs sharp and hideous to behold. --Chaucer.
[1913 Webster]

And prickly stubs instead of trees are found.
--Dryden.
[1913 Webster]

2. A log; a block; a blockhead. [Obs.] --Milton.
[1913 Webster]

3. The short blunt part of anything after larger part has
been broken off or used up; hence, anything short and
thick; as, the stub of a pencil, candle, or cigar.
[1913 Webster]

4. A part of a leaf in a check book, after a check is torn
out, on which the number, amount, and destination of the
check are usually recorded.
[1913 Webster]

5. A pen with a short, blunt nib.
[1913 Webster]

6. A stub nail; an old horseshoe nail; also, stub iron.
[1913 Webster]

{Stub end} (Mach.), the enlarged end of a connecting rod, to
which the strap is fastened.

{Stub iron}, iron made from stub nails, or old horseshoe
nails, -- used in making gun barrels.

{Stub mortise} (Carp.), a mortise passing only partly through
the timber in which it is formed.

{Stub nail}, an old horseshoe nail; a nail broken off; also,
a short, thick nail.

{Stub short}, or {Stub shot} (Lumber Manuf.), the part of the
end of a sawn log or plank which is beyond the place where
the saw kerf ends, and which retains the plank in
connection with the log, until it is split off.

{Stub twist}, material for a gun barrel, made of a spirally
welded ribbon of steel and stub iron combined.
[1913 Webster]


Stub \Stub\, v. t. [imp. & p. p. {Stubbed}; p. pr. & vb. n.
{Stubbing}.]
1. To grub up by the roots; to extirpate; as, to stub up
edible roots.
[1913 Webster]

What stubbing, plowing, digging, and harrowing is to
a piece of land. --Berkley.
[1913 Webster]

2. To remove stubs from; as, to stub land.
[1913 Webster]

3. To strike as the toes, against a stub, stone, or other
fixed object. [U. S.]
[1913 Webster]

81 Moby Thesaurus words for "stub":
Thule, Ultima Thule, billhead, bitter end, book stamp, bookplate,
bottom dollar, boundary, brand, broad arrow, brush, butt, butt end,
cachet, carton of cigarettes, cauda, caudal appendage, caudation,
check, cig, cigarette, cigarette butt, cigarette case, colophon,
counterfoil, countermark, cue, deck of cigarettes, dock, docket,
end, extreme, extremity, fag, fag end, fantail, farthest bound,
government mark, government stamp, hallmark, imprint,
jumping-off place, label, letterhead, limit, logo, logotype,
masthead, nib, pigtail, plate, point, pole, price tag, queue,
rattail, receipt, registered trademark, remnant, running head,
running title, seal, sigil, signet, snipe, stamp, sticker, stump,
tag, tag end, tail, tail end, tailpiece, tally, ticket, tip,
title page, token, trade name, trademark, trademark name

1. A dummy procedure used when linking a program
with a {run-time library}. The stub routine need not contain
any code and is only present to prevent "undefined label"
errors at link time.

2. A local procedure in a {remote
procedure call}. The {client} calls the stub to perform some
task and need not necessarily be aware that RPC is involved.
The stub transmits parameters over the network to the {server}
and returns the results to the caller.

(1995-11-09)


请选择你想看的字典辞典:
单词字典翻译
stub查看 stub 在百度字典中的解释百度英翻中〔查看〕
stub查看 stub 在Google字典中的解释Google英翻中〔查看〕
stub查看 stub 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What does to stub mean in programming? - Stack Overflow
    For example, what does it mean in this quote? Integrating with an external API is almost a guarantee in any modern web app To effectively test such integration, you need to stub it out A good s
  • unit testing - What is a Stub? - Stack Overflow
    6 A "stub" or "stub method" is designed to be a starter-code or a temporary substitute for yet-to-be-developed code It's a built-in code generated by an IDE Stub methods are actually methods used for testing methods of a particular class
  • Whats the difference between a mock stub? - Stack Overflow
    I've read various articles about mocking vs stubbing in testing, including Martin Fowler's Mocks Aren't Stubs, but still don't understand the difference
  • What is Stub and AIDL for in java? - Stack Overflow
    It generates a abstract Stub class, that can be used by the service implementation to extend it to an anonymous class with the implementation of the remote methods In other words, When the AIDL android project is compiled, then java class ISampleSevice java shall be generated for ISampleSevice aidl file
  • How to use stubs in JUnit and Java? - Stack Overflow
    A stub is a controllable replacement for an existing dependency (or collaborator) in the system By using a stub, you can test your code without dealing with the dependency directly
  • ¿Cuál es la diferencia entre un Mock y un Stub?
    Stub: Se utiliza para comprobar la funcionalidad Es decir, utilizaré un Mock si me interesa saber que, llamando a cierta función, está, por ejemplo, ejecuta la llamada a otra, sin importarme (al menos de momento ni demasiado) el resultado
  • Qual a diferença entre mock e stub? - Stack Overflow em Português
    Qual a diferença entre mock e stub? Enquanto um stub apenas provê respostas prontas para as chamadas que serão feitas durante o teste, o mock vai mais além e, além de prover as respostas, também valida as chamadas - ele conhece o comportamento esperado do sistema e testa este comportamento
  • Whats the difference between faking, mocking, and stubbing?
    314 Stub - an object that provides predefined answers to method calls Mock - an object on which you set expectations Fake - an object with limited capabilities (for the purposes of testing), e g a fake web service Test Double is the general term for stubs, mocks and fakes But informally, you'll often hear people simply call them mocks
  • what is stub on the server and what does skeleton mean?
    What does stub do on the server side ? And what is a skeleton ? This is a diagram from wikipedia I installed stub both on the server machine and the client machine I understand that stub helps in





中文字典-英文字典  2005-2009