英文字典中文字典


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







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

quickest    音标拼音: [kw'ɪkɪst]
adj. 最快的

最快的

quickest
adv 1: most quickly [synonym: {quickest}, {fastest}]

Quick \Quick\, a. [Compar. {Quicker}; superl. {Quickest}.] [As.
cwic, cwicu, cwucu, cucu, living; akin to OS. quik, D. kwik,
OHG. quec, chec, G. keck bold, lively, Icel. kvikr living,
Goth. qius, Lith. q[=y]vas, Russ. zhivoi, L. vivus living,
vivere to live, Gr. bi`os life, Skr. j[imac]va living,
j[imac]v to live. Cf. {Biography}, {Vivid}, {Quitch grass},
{Whitlow}.]
1. Alive; living; animate; -- opposed to {dead} or
{inanimate}.
[1913 Webster]

Not fully quyke, ne fully dead they were. --Chaucer.
[1913 Webster]

The Lord Jesus Christ, who shall judge the quick and
the dead at his appearing and his kingdom. --2 Tim.
iv. 1.
[1913 Webster]

Man is no star, but a quick coal
Of mortal fire. -- Herbert.
[1913 Webster]

Note: In this sense the word is nearly obsolete, except in
some compounds, or in particular phrases.
[1913 Webster]

2. Characterized by life or liveliness; animated; sprightly;
agile; brisk; ready. " A quick wit." --Shak.
[1913 Webster]

3. Speedy; hasty; swift; not slow; as, be quick.
[1913 Webster]

Oft he to her his charge of quick return
Repeated. --Milton.
[1913 Webster]

4. Impatient; passionate; hasty; eager; eager; sharp;
unceremonious; as, a quick temper.
[1913 Webster]

The bishop was somewhat quick with them, and
signified that he was much offended. -- Latimer.
[1913 Webster]

5. Fresh; bracing; sharp; keen.
[1913 Webster]

The air is quick there,
And it pierces and sharpens the stomach. -- Shak.
[1913 Webster]

6. Sensitive; perceptive in a high degree; ready; as, a quick
ear. "To have an open ear, a quick eye." --Shak.
[1913 Webster]

They say that women are so quick. --Tennyson.
[1913 Webster]

7. Pregnant; with child. --Shak.
[1913 Webster]

{Quick grass}. (Bot.) See {Quitch grass}.

{Quick match}. See under {Match}.

{Quick vein} (Mining), a vein of ore which is productive, not
barren.

{Quick vinegar}, vinegar made by allowing a weak solution of
alcohol to trickle slowly over shavings or other porous
material.

{Quick water}, quicksilver water.

{Quick with child}, pregnant with a living child.
[1913 Webster]

Syn: Speedy; expeditious; swift; rapid; hasty; prompt; ready;
active; brisk; nimble; fleet; alert; agile; lively;
sprightly.
[1913 Webster]


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





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


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

































































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


  • 如何自学SQL? - 知乎
    sql不能像编程语言一样,使用变量、条件逻辑、循环结构等对过程进行定义,以获得想要的结果。sql直来直去,只要定义必要的输入输出,没有对过程的控制。 了解sql的大致情况后,我们再来看看如何学?
  • What does the @ symbol do in SQL? - Stack Overflow
    The @CustID means it's a parameter that you will supply a value for later in your code This is the best way of protecting against SQL injection Create your query using parameters, rather than concatenating strings and variables The database engine puts the parameter value into where the placeholder is, and there is zero chance for SQL injection
  • What does lt; gt; (angle brackets) mean in MS-SQL Server?
    <> operator means not equal to in MS SQL It compares two expressions (a comparison operator) When you compare nonnull expressions, the result is TRUE if the left operand is not equal to the right operand; otherwise, the result is FALSE If either or both operands are NULL, see the topic SET ANSI_NULLS (Transact-SQL) See here : Not Equal To
  • sql - Not equal lt; gt; != operator on NULL - Stack Overflow
    <> is Standard SQL-92; != is its equivalent Both evaluate for values, which NULL is not -- NULL is a placeholder to say there is the absence of a value Which is why you can only use IS NULL IS NOT NULL as predicates for such situations This behavior is not specific to SQL Server All standards-compliant SQL dialects work the same way
  • SQL uses of less than or equal to lt;= vs. not greater than . . .
    The !=, !< and !> are not standard comparison operators and are only supported by few systems, SQL-Server being one: msdn: Comparison Operators (Transact-SQL) MySQL also supports != but only that, not the other two The equivalent standard SQL comparison operators are <>, >= and <= In all situations, I would prefer the standard
  • Should I use != or lt; gt; for not equal in T-SQL? - Stack Overflow
    Yes; Microsoft themselves recommend using <> over != specifically for ANSI compliance, e g in Microsoft Press training kit for 70-461 exam, "Querying Microsoft SQL Server", they say "As an example of when to choose the standard form, T-SQL supports two “not equal to” operators: <> and != The former is standard and the latter is not
  • What does the SQL # symbol mean and how is it used?
    Can someone please explain to me what the # symbol means in MS SQL Code I've tried Googling it, and even searching on StackOverflow, but can't seem to find the answer I feel like an idiot - having one of "those" days Please help
  • SQL WITH clause example - Stack Overflow
    The SQL WITH clause was introduced by Oracle in the Oracle 9i release 2 database The SQL WITH clause allows you to give a sub-query block a name (a process also called sub-query refactoring), which can be referenced in several places within the main SQL query The name assigned to the sub-query is treated as though it was an inline view or table
  • sql是什么,通俗的说,太专业听不懂? - 知乎
    sql是一门语言,就和我们平时说话一样,有主谓宾的层次结构,同样sql也有自己的一套语法规则。 记住这些语法规则就可以与数据库打交道了,不管是查询,新增,更新,删除数据,都可以使用既定的语法来操作数据库。





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