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







請輸入英文單字,中文詞皆可:

finest    音標拼音: [f'ɑɪnəst]
a. 好的,出色的

好的,出色的

fine \fine\ (f[imac]n), a. [Compar. {finer} (f[imac]n"[~e]r);
superl. {finest}.] [F. fin, LL. finus fine, pure, fr. L.
finire to finish; cf. finitus, p. p., finished, completed
(hence the sense accomplished, perfect.) See {Finish}, and
cf. {Finite}.]
1. Finished; brought to perfection; refined; hence, free from
impurity; excellent; superior; elegant; worthy of
admiration; accomplished; beautiful.
[1913 Webster]

The gain thereof [is better] than fine gold. --Prov.
iii. 14.
[1913 Webster]

A cup of wine that's brisk and fine. --Shak.
[1913 Webster]

Not only the finest gentleman of his time, but one
of the finest scholars. --Felton.
[1913 Webster]

To soothe the sick bed of so fine a being [Keats].
--Leigh Hunt.
[1913 Webster]

2. Aiming at show or effect; loaded with ornament;
overdressed or overdecorated; showy.
[1913 Webster]

He gratified them with occasional . . . fine
writing. --M. Arnold.
[1913 Webster]

3. Nice; delicate; subtle; exquisite; artful; skillful;
dexterous.
[1913 Webster]

The spider's touch, how exquisitely fine! --Pope.
[1913 Webster]

The nicest and most delicate touches of satire
consist in fine raillery. --Dryden.
[1913 Webster]

He has as fine a hand at picking a pocket as a
woman. --T. Gray.
[1913 Webster]

4. Not coarse, gross, or heavy; as:
(a) Not gross; subtile; thin; tenous.
[1913 Webster]

The eye standeth in the finer medium and the
object in the grosser. --Bacon.
(b) Not coarse; comminuted; in small particles; as, fine
sand or flour.
(c) Not thick or heavy; slender; filmy; as, a fine thread.
(d) Thin; attenuate; keen; as, a fine edge.
(e) Made of fine materials; light; delicate; as, fine
linen or silk.
[1913 Webster]

5. Having (such) a proportion of pure metal in its
composition; as, coins nine tenths fine.
[1913 Webster]

6. (Used ironically.)
[1913 Webster]

Ye have made a fine hand, fellows. --Shak.
[1913 Webster]

Note: Fine is often compounded with participles and
adjectives, modifying them adverbially; a, fine-drawn,
fine-featured, fine-grained, fine-spoken, fine-spun,
etc.
[1913 Webster]

{Fine arch} (Glass Making), the smaller fritting furnace of a
glasshouse. --Knight.

{Fine arts}. See the Note under {Art}.

{Fine cut}, fine cut tobacco; a kind of chewing tobacco cut
up into shreds.

{Fine goods}, woven fabrics of fine texture and quality.
--McElrath.

{Fine stuff}, lime, or a mixture of lime, plaster, etc., used
as material for the finishing coat in plastering.

{To sail fine} (Naut.), to sail as close to the wind as
possible.

Syn: {Fine}, {Beautiful}.

Usage: When used as a word of praise, fine (being opposed to
coarse) denotes no "ordinary thing of its kind." It is
not as strong as beautiful, in reference to the single
attribute implied in the latter term; but when we
speak of a fine woman, we include a greater variety of
particulars, viz., all the qualities which become a
woman, -- breeding, sentiment, tact, etc. The term is
equally comprehensive when we speak of a fine garden,
landscape, horse, poem, etc.; and, though applied to a
great variety of objects, the word has still a very
definite sense, denoting a high degree of
characteristic excellence.
[1913 Webster]

請選擇你想看的字典辭典:
單詞字典翻譯
Finest查看 Finest 在Google字典中的解釋Google英翻中〔查看〕
Finest查看 Finest 在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
  • Hello, world! - Could not find or load main class
    Computer OS: Windows 7 Language: Java After long time back I am using java, I am getting problem while running the hello world program: public class Hello { public static void main (String





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典