英文字典中文字典


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







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

goody    音标拼音: [g'ʊdi]
n. 身分低微之老妇,媪,糖果
a. 感伤的,伪善的
int. 太好了

身分低微之老妇,媪,糖果感伤的,伪善的

goody
n 1: something considered choice to eat [synonym: {dainty},
{delicacy}, {goody}, {kickshaw}, {treat}]

Goody \Good"y\, n.; pl. {Goodies}.
1. A bonbon, cake, or the like; -- usually in the pl.
[Colloq.]
[1913 Webster]

2. (Zool.) An American fish; the lafayette or spot.
[1913 Webster]


Goody \Good"y\, n.; pl. {Goodies}. [Prob. contr. from goodwife.]
Goodwife; -- a low term of civility or sport.
[1913 Webster]


Goody \Good"y\, a.
Weakly or sentimentally good; affectedly good; -- often in
the reduplicated form {goody-goody}. [Colloq.]
[Webster 1913 Suppl.]


Spot \Spot\ (sp[o^]t), n. [Cf. Scot. & D. spat, Dan. spette, Sw.
spott spittle, slaver; from the root of E. spit. See {Spit}
to eject from the mouth, and cf. {Spatter}.]
1. A mark on a substance or body made by foreign matter; a
blot; a place discolored.
[1913 Webster]

Out, damned spot! Out, I say! --Shak.
[1913 Webster]

2. A stain on character or reputation; something that soils
purity; disgrace; reproach; fault; blemish.
[1913 Webster]

Yet Chloe, sure, was formed without a spot. --Pope.
[1913 Webster]

3. A small part of a different color from the main part, or
from the ground upon which it is; as, the spots of a
leopard; the spots on a playing card.
[1913 Webster]

4. A small extent of space; a place; any particular place.
"Fixed to one spot." --Otway.
[1913 Webster]

That spot to which I point is Paradise. --Milton.
[1913 Webster]

"A jolly place," said he, "in times of old!
But something ails it now: the spot is cursed."
--Wordsworth.
[1913 Webster]

5. (Zool.) A variety of the common domestic pigeon, so called
from a spot on its head just above its beak.
[1913 Webster]

6. (Zool.)
(a) A sciaenoid food fish ({Liostomus xanthurus}) of the
Atlantic coast of the United States. It has a black
spot behind the shoulders and fifteen oblique dark
bars on the sides. Called also {goody}, {Lafayette},
{masooka}, and {old wife}.
(b) The southern redfish, or red horse, which has a spot
on each side at the base of the tail. See {Redfish}.
[1913 Webster]

7. pl. Commodities, as merchandise and cotton, sold for
immediate delivery. [Broker's Cant]
[1913 Webster]

{Crescent spot} (Zool.), any butterfly of the family
{Melitaeidae} having crescent-shaped white spots along the
margins of the red or brown wings.

{Spot lens} (Microscopy), a condensing lens in which the
light is confined to an annular pencil by means of a
small, round diaphragm (the spot), and used in dark-field
illumination; -- called also {spotted lens}.

{Spot rump} (Zool.), the Hudsonian godwit ({Limosa
haemastica}).

{Spots on the sun}. (Astron.) See {Sun spot}, ander {Sun}.

{On the spot}, or {Upon the spot}, immediately; before
moving; without changing place; as, he made his decision
on the spot.

It was determined upon the spot. --Swift.
[1913 Webster]

Syn: Stain; flaw; speck; blot; disgrace; reproach; fault;
blemish; place; site; locality.
[1913 Webster]


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





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


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

































































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


  • Where does Hello world come from? - Stack Overflow
    'hello, world' is usually the first example for any programming language I've always wondered where this sentence came from and where was it first used I've once been told that it was the first
  • 「Hello world」的标准写法是什么? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • Creating a Simple Hello World app in Kubernetes
    So I would call it (in your case) a Dockerized SpringBoot HelloWorld app Okay, now that we have a container we could simply deploy it running docker, but what if your container dies, or you need to scale it up and down, manage volumes, network traffic and a bunch of other things, this starts to become complicated (imagine a real life scenario
  • Running java helloworld - Stack Overflow
    Helloworld and all possible variations of such I keep getting the NoClassDefFoundError: Helloworld (wrong name: helloworld Helloworld) To make sure There's a question almost exactly like this (difference in "wrong name") The solution to that question does not work in my case
  • 为什么程序员第一个程序都是hello world!? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • Java HelloWorld commandline - Stack Overflow
    package helloworld; and you are trying to execute it from the commandline do the following steps First open the terminal or cmd and browse to the folder helloworld Example if your helloworld folder in in f: helloworld open the terminal and browse upto f: (don't go inside helloworld) then compile the class as javac helloworld HelloWorld java
  • How to write hello world in assembly under Windows?
    nasm -fwin32 helloworld asm gcc helloworld obj a There's also The Clueless Newbies Guide to Hello World in Nasm without the use of a C library Then the code would look like this
  • java - how to write hello world servlet Example - Stack Overflow
    Extend HttpServlet class public class Helloworld extends HttpServlet { private String message; public void init() throws ServletException { Do required initialization message = "Hello World"; } public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { Set response content type
  • c - How to build hello world recipe in yocto - Stack Overflow
    Stack Overflow for Teams Where developers technologists share private knowledge with coworkers; Advertising Reach devs technologists worldwide about your product, service or employer brand
  • Error: Could not find or load main class hello. world. HelloWorld
    As it says, save the file in a file named "HelloWorld java" public classes should be created in a file of the "<class name> java" Since your class name is HelloWorld, the file name should be HelloWorld java, not first java –





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