英文字典中文字典


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







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

greengage    
n. 青酶

青□

greengage
n 1: sweet green or greenish-yellow variety of plum [synonym:
{greengage}, {greengage plum}]

Greengage \Green"gage`\, n. (Bot.)
A kind of plum of medium size, roundish shape, greenish
flesh, and delicious flavor. It is called in France {Reine
Claude}, after the queen of Francis I. See {Gage}.
[1913 Webster]


Plum \Plum\, n. [AS. pl[=u]me, fr. L. prunum; akin to Gr. ?, ?.
Cf. {Prune} a dried plum.]
[1913 Webster]
1. (Bot.) The edible drupaceous fruit of the {Prunus
domestica}, and of several other species of {Prunus};
also, the tree itself, usually called {plum tree}.
[1913 Webster]

The bullace, the damson, and the numerous varieties
of plum, of our gardens, although growing into
thornless trees, are believed to be varieties of the
blackthorn, produced by long cultivation. --G.
Bentham.
[1913 Webster]

Note: Two or three hundred varieties of plums derived from
the {Prunus domestica} are described; among them the
{greengage}, the {Orleans}, the {purple gage}, or
{Reine Claude Violette}, and the {German prune}, are
some of the best known.
[1913 Webster]

Note: Among the true plums are;

{Beach plum}, the {Prunus maritima}, and its crimson or
purple globular drupes,

{Bullace plum}. See {Bullace}.

{Chickasaw plum}, the American {Prunus Chicasa}, and its
round red drupes.

{Orleans plum}, a dark reddish purple plum of medium size,
much grown in England for sale in the markets.

{Wild plum of America}, {Prunus Americana}, with red or
yellow fruit, the original of the {Iowa plum} and several
other varieties.
[1913 Webster] Among plants called plum, but of other
genera than {Prunus}, are;

{Australian plum}, {Cargillia arborea} and {Cargillia
australis}, of the same family with the persimmon.

{Blood plum}, the West African {H[ae]matostaphes Barteri}.

{Cocoa plum}, the Spanish nectarine. See under {Nectarine}.


{Date plum}. See under {Date}.

{Gingerbread plum}, the West African {Parinarium
macrophyllum}.

{Gopher plum}, the Ogeechee lime.

{Gray plum}, {Guinea plum}. See under {Guinea}.

{Indian plum}, several species of {Flacourtia}.
[1913 Webster]

2. A grape dried in the sun; a raisin.
[1913 Webster]

3. A handsome fortune or property; formerly, in cant
language, the sum of [pounds]100,000 sterling; also, the
person possessing it.
[1913 Webster]

4. Something likened to a plum in desirableness; a good or
choice thing of its kind, as among appointments,
positions, parts of a book, etc.; as, the mayor rewarded
his cronies with cushy plums, requiring little work for
handsome pay
[Webster 1913 Suppl. PJC]

5. A color resembling that of a plum; a slightly grayish deep
purple, varying somewhat in its red or blue tint.
[PJC]

{Plum bird}, {Plum budder} (Zool.), the European bullfinch.


{Plum gouger} (Zool.), a weevil, or curculio ({Coccotorus
scutellaris}), which destroys plums. It makes round holes
in the pulp, for the reception of its eggs. The larva
bores into the stone and eats the kernel.

{Plum weevil} (Zool.), an American weevil which is very
destructive to plums, nectarines, cherries, and many other
stone fruits. It lays its eggs in crescent-shaped
incisions made with its jaws. The larva lives upon the
pulp around the stone. Called also {turk}, and {plum
curculio}. See Illust. under {Curculio}.
[1913 Webster]


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





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


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

































































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


  • timezone - Time zone in Power Automate - Stack Overflow
    For your requested zones, the IDs are: "Eastern Standard Time" - for the Eastern time zone of US Canada inclusive of both EST and EDT "GMT Standard Time" - for Great Britain, inclusive of both GMT and BST "Romance Standard Time" - for France and several other European countries, inclusive of both CET and CEST Yes - the names are confusing
  • Time Zone format - Stack Overflow
    When I find a time zone format like "CET-1CEST,M3 5 0,M10 5 0 3" what's the meaning of the three field? I understand the CET-1CEST but what about the last two M3 5 0 and M10 5 0 3? I found this format in this tutorial for ESP32 NTP Time and in this list
  • c# Convert DateTime from fixed timezone - Stack Overflow
    Edge cases: When daylight saving time changes from winter to summer time, the clock jumps from 02:00:00 to 03:00:01, therefore there is nothing like 2022-03-27 02:30:00 CET In this case according to the documentation and exception is thrown: If dateTime corresponds to an invalid time, this method throws an ArgumentException
  • Is there a generic TimeZoneInfo For Central Europe?
    Is there a generic TimeZoneInfo for Central Europe that takes into consideration both CET and CEST into one? I have an app that is doing the following: TimeZoneInfo tzi = TimeZoneInfo
  • Postgresql: convert UTC to CET preserving time zone in the resulting . . .
    I am trying to convert UTC to CET and preserve the timezone in the resulting value in postgresql Example: Initial value: '2021-01-16 23:00:23+00:00' (is stored as text or as timestamp with timezone)
  • How to force Power BI service to use Local timezone
    You simply put in the offset for summertime and the one for wintertime, and it returns you the right time for your local zone (Summer_GMT_Offset as number, Winter_GMT_Offset as number) =>
  • List of Timezone IDs for use with FindTimeZoneById() in C#?
    Find a comprehensive list of timezone IDs for use with the FindTimeZoneById() method in C# Explore examples and solutions for implementation
  • Provide time zone to Spring @Scheduled? - Stack Overflow
    In other words, the time zone is not determined It may depend on JVM implementation, server time zone configuration, server location, and or other unknown factors Consequently, the cron job triggers on different times on different servers, unless there is a way to explicitly set which time zone that should be used? I am using Spring 3 2 2
  • Display the time in a different time zone - Stack Overflow
    Is there an elegant way to display the current time in another time zone? I would like to have something with the general spirit of: cur = lt;Get the current time, perhaps datetime datetime now(
  • Parse DateTime with time zone of form PST CEST UTC etc
    For the record, time zone abbreviations such as EST, PST, CST are not standardized and are sometimes ambiguous (e g CST can mean both U S Central Standard Time GMT-6 and China Standard Time GMT+8)





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