英文字典中文字典


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







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

marish    音标拼音: [m'ɛrɪʃ]
n. 沼泽
a. 沼泽的

沼泽沼泽的

Marsh \Marsh\, n. [OE. mersch, AS. mersc, fr. mere lake. See
{Mere} pool, and cf. {Marish}, {Morass}.]
A tract of soft wet land, commonly covered partially or
wholly with water; a fen; a swamp; a morass. [Written also
{marish}.]
[1913 Webster]

{Marsh asphodel} (Bot.), a plant ({Nartheeium ossifragum})
with linear equitant leaves, and a raceme of small white
flowers; -- called also {bog asphodel}.

{Marsh cinquefoil} (Bot.), a plant ({Potentilla palustris})
having purple flowers, and found growing in marshy places;
marsh five-finger.

{Marsh elder}. (Bot.)
(a) The guelder-rose or cranberry tree ({Viburnum Opulus}).
(b) In the United States, a composite shrub growing in salt
marshes ({Iva frutescens}).

{Marsh five-finger}. (Bot.) See {Marsh cinquefoil} (above).


{Marsh gas}. (Chem.) See under {Gas}.

{Marsh grass} (Bot.), a genus ({Spartina}) of coarse grasses
growing in marshes; -- called also {cord grass}. The tall
{Spartina cynosuroides} is not good for hay unless cut
very young. The low {Spartina juncea} is a common
component of salt hay.

{Marsh harrier} (Zool.), a European hawk or harrier ({Circus
aeruginosus}); -- called also {marsh hawk}, {moor hawk},
{moor buzzard}, {puttock}.

{Marsh hawk}. (Zool.)
(a) A hawk or harrier ({Circus cyaneus}), native of both
America and Europe. The adults are bluish slate above,
with a white rump. Called also {hen harrier}, and {mouse
hawk}.
(b) The marsh harrier.

{Marsh hen} (Zool.), a rail; esp., {Rallus elegans} of
fresh-water marshes, and {Rallus longirostris} of
salt-water marshes.

{Marsh mallow} (Bot.), a plant of the genus {Althaea} (
{Althaea officinalis}) common in marshes near the
seashore, and whose root is much used in medicine as a
demulcent.

{Marsh marigold}. (Bot.) See in the Vocabulary.

{Marsh pennywort} (Bot.), any plant of the umbelliferous
genus {Hydrocotyle}; low herbs with roundish leaves,
growing in wet places; -- called also {water pennywort}.


{Marsh quail} (Zool.), the meadow lark.

{Marsh rosemary} (Bot.), a plant of the genus {Statice}
({Statice Limonium}), common in salt marshes. Its root is
powerfully astringent, and is sometimes used in medicine.
Called also {sea lavender}.

{Marsh samphire} (Bot.), a plant ({Salicornia herbacea})
found along seacoasts. See {Glasswort}.

{Marsh St. John's-wort} (Bot.), an American herb ({Elodes
Virginica}) with small opposite leaves and flesh-colored
flowers.

{Marsh tea}. (Bot.). Same as {Labrador tea}.

{Marsh trefoil}. (Bot.) Same as {Buckbean}.

{Marsh wren} (Zool.), any species of small American wrens of
the genus {Cistothorus}, and allied genera. They chiefly
inhabit salt marshes.
[1913 Webster]


Marish \Mar"ish\ (m[a^]r"[i^]sh), n. [Cf. F. marais, LL.
marascus. See {Marsh}.]
Low, wet ground; a marsh; a fen; a bog; a moor. [Archaic]
--Milton. --Tennyson.
[1913 Webster]


Marish \Mar"ish\, a.
1. Moory; fenny; boggy. [Archaic]
[1913 Webster]

2. Growing in marshes. "Marish flowers." --Tennyson.
[1913 Webster]


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





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


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

































































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


  • Placeholder Query Data | TanStack Query React Docs
    What is placeholder data? Placeholder data allows a query to behave as if it already has data, similar to the initialData option, but the data is not persisted to the cache This comes in handy for situations where you have enough partial (or fake) data to render the query successfully while the actual data is fetched in the background
  • Polling simplified, with React Query (useQuery) - Medium
    We can use useQuery to fetch data from the network and cache it In this article, we will see how useQuery can ease our job in polling and refetching APIs conditionally with a small example We
  • Ability for Form Placeholder to poll · filamentphp filament . . . - GitHub
    We make use of Placeholder in forms, to show data related to the entity For example let's say we have an EditUser page and form We are using Placeholder as an example while viewing this page, to show some interesting live updating status about some thing based on this user
  • useQuery | TanStack Query React Docs
    The query key to use for this query The query key will be hashed into a stable hash See Query Keys for more information The query will automatically update when this key changes (as long as enabled is not set to false) queryFn: (context: QueryFunctionContext) => Promise<TData>
  • How do I make a placeholder for a select box? - Stack Overflow
    Using an empty value attribute on the "placeholder" option allows validation (via the required attribute) to work around having the "placeholder", so if the option isn't changed, but is required, the browser should prompt the user to choose an option from the list
  • Placeholder Query Data | React Query | TanStack
    Does this replace [Redux, MobX, etc]? Migrating to React Query 3 Examples
  • Placeholder Query Data | TanStack Query Angular Docs
    What is placeholder data? Placeholder data allows a query to behave as if it already has data, similar to the initialData option, but the data is not persisted to the cache This comes in handy for si
  • HTML lt;input gt; placeholder Attribute - W3Schools
    The placeholder attribute specifies a short hint that describes the expected value of an input field (e g a sample value or a short description of the expected format) The short hint is displayed in the input field before the user enters a value
  • Placeholder Query Data | Svelte Query | SvelteStack
    There are a few ways to supply placeholder data for a query to the cache before you need it: Declaratively: Provide placeholderData to a query to prepopulate its cache if empty; Imperatively: Prefetch or fetch the data using queryClient and the placeholderData option; Placeholder Data as a Value
  • OpenPoll - OpenAPI Quick Poll Specification by Polling. com
    With this API, you can create multiple types of polls (multiple choice, checkbox, ranking, text input, star rating) programmatically using URL-encoded query parameters The poll is rendered as a publicly accessible web page





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