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







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

collation    
n. 對照.校對;小吃;便餐

對照.校對;小吃;便餐

collation
對照

collation
對照 理序

collation
n 1: a light informal meal [synonym: {bite}, {collation}, {snack}]
2: assembling in proper numerical or logical sequence
3: careful examination and comparison to note points of
disagreement

Collation \Col*la"tion\, n. [OE. collacioun speech, conference,
reflection, OF. collacion, F. collation, fr. L. collatio a
bringing together, comparing, fr. collatum (used as the
supine of conferre); col- latium (used as the supine of
ferre to bear), for tlatum. See {Tolerate}, v. t.]
1. The act of collating or comparing; a comparison of one
copy er thing (as of a book, or manuscript) with another
of a like kind; comparison, in general. --Pope.
[1913 Webster]

2. (Print.) The gathering and examination of sheets
preparatory to binding.
[1913 Webster]

3. The act of conferring or bestowing. [Obs.]
[1913 Webster]

Not by the collation of the king . . . but by the
people. --Bacon.
[1913 Webster]

4. A conference. [Obs.] --Chaucer.
[1913 Webster]

5. (Eccl. Law) The presentation of a clergyman to a benefice
by a bishop, who has it in his own gift.
[1913 Webster]

6. (Law)
(a) The act of comparing the copy of any paper with its
original to ascertain its conformity.
(b) The report of the act made by the proper officers.
[1913 Webster]

7. (Scots Law) The right which an heir has of throwing the
whole heritable and movable estates of the deceased into
one mass, and sharing it equally with others who are of
the same degree of kindred.
[1913 Webster]

Note: This also obtains in the civil law, and is found in the
code of Louisiana. --Bouvier.
[1913 Webster]

8. (Eccles.) A collection of the Lives of the Fathers or
other devout work read daily in monasteries.
[1913 Webster]

9. A light repast or luncheon; as, a cold collation; -- first
applied to the refreshment on fast days that accompanied
the reading of the collation in monasteries.
[1913 Webster]

A collation of wine and sweetmeats. --Whiston.
[1913 Webster]

{Collation of seals} (Old Law), a method of ascertaining the
genuineness of a seal by comparing it with another known
to be genuine. --Bouvier.
[1913 Webster]


Collation \Col*la"tion\, v. i.
To partake of a collation. [Obs.]
[1913 Webster]

May 20, 1658, I . . . collationed in Spring Garden.
--Evelyn.
[1913 Webster]

46 Moby Thesaurus words for "collation":
allocation, allotment, apportionment, arrangement, array, arraying,
ascertainment, assurance, bite, certification, check, checking,
collocation, comparative scrutiny, confirmation, constitution,
cross-check, deployment, determination, disposal, disposition,
distribution, ensuring, establishment, form, formation,
formulation, light lunch, light meal, light repast, marshaling,
nosh, order, ordering, placement, reassurance, reassurement,
refreshments, regimentation, snack, spot of lunch, structuring,
substantiation, syntax, validation, verification

COLLATION, descents. A term used in the laws of Louisiana. Collation -of
goods is the supposed or real return to the mass of the succession, which an
heir makes of the property he received in advance of his share or otherwise,
in order that such property may be divided, together with the other effects
of the succession. Civil Code of Lo. art. 1305.
2. As the object of collation is to equalize the heirs, it follows that
those things are excluded from collation, which the heir acquired by an
onerous title from the ancestor, that is, where he gave a valuable
consideration for them. And upon the same principle, if a co-heir claims no
share of the estate, he is not bound to collate. Qui non vult hereditatem,
non cogitur ad collationem. See Id. art. 1305 to 1367; And @Hotchpot.


COLLATION, eccl. law. The act by which the bishop, who has the bestowing of
a benefice, gives it to an incumbent. T. L.


COLLATION, practice. The comparison of a copy with its original, in order to
ascertain its correctness and conformity; the report of the officer who made
the comparison, is also called a collation.

請選擇你想看的字典辭典:
單詞字典翻譯
collation查看 collation 在Google字典中的解釋Google英翻中〔查看〕
collation查看 collation 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • sql - What does collation mean? - Stack Overflow
    A Collation compared two strings like, if a word is greater than another one, and sort accordingly If you are using “latin1” Character set, you can use “latin1_swedish_ci” Collation You have to choose right collation because wrong collation may affect your database performance
  • What does character set and collation mean exactly?
    A collation comprises rules that specify how characters can be compared for sorting Collations rules can be locale-specific: the proper order of two characters varies from language to language Choosing a character set and collation comes down to whether your application is internationalized or not If not, what locale are you targeting?
  • What does COLLATE SQL_Latin1_General_CP1_CI_AS do?
    If "What does COLLATE SQL_Latin1_General_CP1_CI_AS do?" means "What does this particular collation do?", then: Because the name start with SQL_, this is a SQL Server collation, not a Windows collation These are definitely obsolete, even if not officially deprecated, and are mainly for pre-SQL Server 2000 compatibility
  • How to use the COLLATE in a JOIN in SQL Server?
    With SQL Server the general "rule" appears to be string_expression COLLATE collation_name to treat the entity with a specific collation not sure how general it is, although it's reasonable enough for me to remember
  • How to fix a collation conflict in a SQL Server query
    Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation I don't know much about collation Searching through internet I find solutions to use COLLATE, but the concept of COLLATE is not clear to me Will it change anything for any of the databases?
  • How to change collation of database, table, column?
    The database is latin1_general_ci now and I want to change collation to utf8mb4_general_ci Is there any setting in PhpMyAdmin to change collation of database, table, column? Rather than changing
  • What is the best collation to use for MySQL with PHP?
    Is there a collation type which is officially recommended by MySQL, for a general website where you aren't 100% sure of what will be entered? I understand that all the encodings should be the same, such as MySQL, Apache, the HTML and anything inside PHP In the past I have set PHP to output in "UTF-8", but which collation does this match in MySQL?
  • Change collations of all columns of all tables in SQL Server
    I did change the collation of the source database in general to Latin1_General_CI_AS using the SQL Server Management Studio But the tables and columns inside remains with the old collation
  • How I can obtain the collation of a specific table in a database?
    A database has a default collation (which defaults to the collation for the server) The default collation for the database will be applied to any column you add to a table, UNLESS you explicitly specify a collation at the column level
  • Changing the collation of a SQL Server 2012 database
    22 Alter Collation I need to change the collation of one of our databases on a particular server from Latin1_General_CI_AS to SQL_Latin1_General_CP1_CI_AI so that it matches the rest of our databases The Problem However, when I attempt to do this, I get the following error: ALTER DATABASE failed





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

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