英文字典中文字典


英文字典中文字典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英翻中〔查看〕





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


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

































































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


  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • JSON. stringify returns [object Object] instead of the contents of . . .
    Here I'm creating a JavaScript object and converting it to a JSON string, but JSON stringify returns " [object Object]" in this case, instead of displaying the contents of the object
  • How to style a JSON block in Github Wiki? - Stack Overflow
    Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki
  • Which JSON content type do I use? - Stack Overflow
    Of course, the correct MIME media type for JSON is application json, but it's necessary to realize what type of data is expected in your application For example, I use Java Ext GWT and the server response must go as text html but contains JSON data
  • How to open VS Codes settings. json file - Stack Overflow
    I've opened VS Code's settings json file many times, and each time I forgot where it was If I go to File → Preferences → Settings, I get the graphical settings interface (screenshot) I want to open
  • How to escape special characters in building a JSON string?
    Here the message contains single quotation mark, which is same as the quotation used in JSON What I do is fill up a string from user inputs such as message So, I need to escape those kind of special scenarios which breaks the code But other than string replace, is there any way to make them escape but still allow HTML to process them back to the correct message?
  • How to parse JSON in Java - Stack Overflow
    963 The org json library is easy to use Just remember (while casting or using methods like getJSONObject and getJSONArray) that in JSON notation [ … ] represents an array, so library will parse it to JSONArray { … } represents an object, so library will parse it to JSONObject Example code below: You may find more examples from: Parse
  • What is the right JSON date format? - Stack Overflow
    If you have control over the generated json, for example, you provide data to other systems in json format, choosing 8601 as the date interchange format is a good choice
  • How can I pretty-print JSON in a shell script? - Stack Overflow
    With python -mjson tool I can pretty print a 96KB json file in 0 1s - the json output of earthporn that jshon links to is about 24KB and I can pretty print that in 0 08s





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