英文字典中文字典


英文字典中文字典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       







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

stinkpot    
n. 马桶;夜壶;令人讨厌的人

马桶;夜壶;令人讨厌的人

stinkpot
n 1: a person who is deemed to be despicable or contemptible;
"only a rotter would do that"; "kill the rat"; "throw the
bum out"; "you cowardly little pukes!"; "the British call a
contemptible person a `git'" [synonym: {rotter}, {dirty dog},
{rat}, {skunk}, {stinker}, {stinkpot}, {bum}, {puke},
{crumb}, {lowlife}, {scum bag}, {so-and-so}, {git}]
2: small freshwater turtle having a strong musky odor [synonym:
{musk turtle}, {stinkpot}]

Musk \Musk\ (m[u^]sk), n. [F. musc, L. muscus, Per. musk, fr.
Skr. mushka testicle, orig., a little mouse. See {Mouse}, and
cd. {Abelmosk}, {Muscadel}, {Muscovy duck}, {Nutmeg}.]
1. A substance of a reddish brown color, and when fresh of
the consistency of honey, obtained from a bag being behind
the navel of the male musk deer. It has a slightly bitter
taste, but is specially remarkable for its powerful and
enduring odor. It is used in medicine as a stimulant
antispasmodic. The term is also applied to secretions of
various other animals, having a similar odor.
[1913 Webster]

2. (Zool.) The musk deer. See {Musk deer} (below).
[1913 Webster]

3. The perfume emitted by musk, or any perfume somewhat
similar.
[1913 Webster]

4. (Bot.)
(a) The musk plant ({Mimulus moschatus}).
(b) A plant of the genus {Erodium} ({Erodium moschatum});
-- called also {musky heron's-bill}.
(c) A plant of the genus {Muscari}; grape hyacinth.
[1913 Webster]

{Musk beaver} (Zool.), muskrat (1).

{Musk beetle} (Zool.), a European longicorn beetle ({Aromia
moschata}), having an agreeable odor resembling that of
attar of roses.

{Musk cat}. See {Bondar}.

{Musk cattle} (Zool.), musk oxen. See {Musk ox} (below).

{Musk deer} (Zool.), a small hornless deer ({Moschus
moschiferus}), which inhabits the elevated parts of
Central Asia. The upper canine teeth of the male are
developed into sharp tusks, curved downward. The male has
scent bags on the belly, from which the musk of commerce
is derived. The deer is yellow or red-brown above, whitish
below. The pygmy musk deer are chevrotains, as the kanchil
and napu.

{Musk duck}. (Zool.)
(a) The Muscovy duck.
(b) An Australian duck ({Biziura lobata}).

{Musk lorikeet} (Zool.), the Pacific lorikeet ({Glossopsitta
australis}) of Australia.

{Musk mallow} (Bot.), a name of two malvaceous plants:
(a) A species of mallow ({Malva moschata}), the foliage of
which has a faint musky smell.
(b) An Asiatic shrub. See {Abelmosk}.

{Musk orchis} (Bot.), a European plant of the Orchis family
({Herminium Minorchis}); -- so called from its peculiar
scent.

{Musk ox} (Zool.), an Arctic hollow-horned ruminant ({Ovibos
moschatus}), now existing only in America, but found
fossil in Europe and Asia. It is covered with a thick coat
of fine yellowish wool, and with long dark hair, which is
abundant and shaggy on the neck and shoulders. The
full-grown male weighs over four hundred pounds.

{Musk parakeet}. (Zool.) Same as {Musk lorikeet} (above).

{Musk pear} (Bot.), a fragrant kind of pear much resembling
the Seckel pear.

{Musk plant} (Bot.), the {Mimulus moschatus}, a plant found
in Western North America, often cultivated, and having a
strong musky odor.

{Musk root} (Bot.), the name of several roots with a strong
odor, as that of the nard ({Nardostachys Jatamansi}) and
of a species of {Angelica}.

{Musk rose} (Bot.), a species of rose ({Rosa moschata}),
having peculiarly fragrant white blossoms.

{Musk seed} (Bot.), the seed of a plant of the Mallow family
({Hibiscus moschatus}), used in perfumery and in
flavoring. See {Abelmosk}.

{Musk sheep} (Zool.), the musk ox.

{Musk shrew} (Zool.), a shrew ({Sorex murinus}), found in
India. It has a powerful odor of musk. Called also
{sondeli}, and {mondjourou}.

{Musk thistle} (Bot.), a species of thistle ({Carduus
nutans}), having fine large flowers, and leaves smelling
strongly of musk.

{Musk tortoise}, {Musk turtle} (Zool.), a small American
fresh-water tortoise ({Armochelys odorata} syn. {Ozotheca
odorata}), which has a distinct odor of musk; -- called
also {stinkpot}.
[1913 Webster]


Stinkpot \Stink"pot`\, n.
1. An earthen jar charged with powder, grenades, and other
materials of an offensive and suffocating smell, --
sometimes used in boarding an enemy's vessel.
[1913 Webster]

2. A vessel in which disinfectants are burned.
[1913 Webster]

3. (Zool.) The musk turtle, or musk tortoise. See under
{Musk}.
[1913 Webster]


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





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


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

































































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


  • Java switch use case - Stack Overflow
    A Java switch expression is a switch statement which can return a value The only use case I found (before Java 12) where switch may be useful is returning different values from a small closed set of cases, e g :
  • Compile Time Constant Usage in Switch Case Java - Stack Overflow
    Answer lies here only String literals are considered compile-time constants In Java SE 7 and later, you can use a String object in the switch statement's expression You can only use constant expressions in the cases and no variables creating a String with a constructor isn't considered a constant
  • Why do we need break after case statements? - Stack Overflow
    Why doesn't the compiler automatically put break statements after each code block in the switch? Is it for historical reasons? When would you want multiple code blocks to execute?
  • Usage of switch statement in Java - Stack Overflow
    This allows you to control what happens if any but valid values hit the switch To answer your question, you can just add a break statement in default that does nothing but exit the switch
  • Java using enum with switch statement - Stack Overflow
    There's a couple of ways you can go about this: Use a list of static final ints rather than a type-safe enum and switch on the int value you receive (this is the pre-Java 5 approach) Switch on either a specified id value (as described by heneryville) or the ordinal value of the enum values; i e guideView GUIDE_VIEW_SEVEN_DAY ordinal()
  • Using two values for one switch case statement - Stack Overflow
    In Java SE 7 and later, you can use a String object in the switch statement's expression The following code example, , displays the number of the month based on the value of the String named month:
  • java - What is the usage of default when the switch is for an enum . . .
    12 Compile time completeness of the switch cases doesn't guarantee runtime completenes Class with a switch statement compiled against an older version of enum may be executed with a newer enum version (with more values) That's a common case with library dependencies
  • Use string in switch case in java - Stack Overflow
    So it can’t change in future versions and it’s even simpler to see that the algorithm hasn’t changed from Java 1 0 to Java 7 either But your code should use equals within the case statements to protect against hash collisions We can apply Switch just on data type compatible int :short,Shor,byte,Byte,int,Integer,char,Character or enum type
  • What does the new keyword yield mean in Java 13?
    Java 13 introduced the yield keyword for the switch expressions How can I use it and what's the difference between a default return or break value?





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