英文字典中文字典


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







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

agnomen    
n. 第四附加名;绰号的一种

第四附加名;绰号的一种

agnomen
n 1: an additional name or an epithet appended to a name (as in
`Ferdinand the Great')

Name \Name\ (n[=a]m), n. [AS. nama; akin to D. naam, OS. & OHG.
namo, G. name, Icel. nafn, for namn, Dan. navn, Sw. namn,
Goth. nam[=o], L. nomen (perh. influenced by noscere,
gnoscere, to learn to know), Gr. 'o`mona, Scr. n[=a]man.
[root]267. Cf. {Anonymous}, {Ignominy}, {Misnomer},
{Nominal}, {Noun}.]
1. The title by which any person or thing is known or
designated; a distinctive specific appellation, whether of
an individual or a class.
[1913 Webster]

Whatsoever Adam called every living creature, that
was the name thereof. --Gen. ii. 19.
[1913 Webster]

What's in a name? That which we call a rose
By any other name would smell as sweet. --Shak.
[1913 Webster]

2. A descriptive or qualifying appellation given to a person
or thing, on account of a character or acts.
[1913 Webster]

His name shall be called Wonderful, Counsellor, The
mighty God, The everlasting Father, The Prince of
Peace. --Is. ix. 6.
[1913 Webster]

3. Reputed character; reputation, good or bad; estimation;
fame; especially, illustrious character or fame; honorable
estimation; distinction.
[1913 Webster]

What men of name resort to him? --Shak.
[1913 Webster]

Far above . . . every name that is named, not only
in this world, but also in that which is to come.
--Eph. i. 21.
[1913 Webster]

I will get me a name and honor in the kingdom. --1
Macc. iii. 14.
[1913 Webster]

He hath brought up an evil name upon a virgin.
--Deut. xxii.
19.
[1913 Webster]

The king's army . . . had left no good name behind.
--Clarendon.
[1913 Webster]

4. Those of a certain name; a race; a family.
[1913 Webster]

The ministers of the republic, mortal enemies of his
name, came every day to pay their feigned
civilities. --Motley.
[1913 Webster]

5. A person, an individual. [Poetic]
[1913 Webster]

They list with women each degenerate name. --Dryden.
[1913 Webster]

{Christian name}.
(a) The name a person receives at baptism, as
distinguished from {surname}; baptismal name; in
western countries, it is also called a {first name}.
(b) A given name, whether received at baptism or not.

{Given name}. See under {Given}.

{In name}, in profession, or by title only; not in reality;
as, a friend in name.

{In the name of}.
(a) In behalf of; by the authority of. " I charge you in
the duke's name to obey me." --Shak.
(b) In the represented or assumed character of. "I'll to
him again in name of Brook." --Shak.

{Name plate}, a plate as of metal, glass, etc., having a name
upon it, as a sign; a doorplate.

{Pen name}, a name assumed by an author; a pseudonym or {nom
de plume}. --Bayard Taylor.

{Proper name} (Gram.), a name applied to a particular person,
place, or thing.

{To call names}, to apply opprobrious epithets to; to call by
reproachful appellations.

{To take a name in vain}, to use a name lightly or profanely;
to use a name in making flippant or dishonest oaths. --Ex.
xx. 7.
[1913 Webster]

Syn: Appellation; title; designation; cognomen; denomination;
epithet.

Usage: {Name}, {Appellation}, {Title}, {Denomination}. Name
is generic, denoting that combination of sounds or
letters by which a person or thing is known and
distinguished. Appellation, although sometimes put for
name simply, denotes, more properly, a descriptive
term (called also {agnomen} or {cognomen}), used by
way of marking some individual peculiarity or
characteristic; as, Charles the Bold, Philip the
Stammerer. A title is a term employed to point out
one's rank, office, etc.; as, the Duke of Bedford,
Paul the Apostle, etc. Denomination is to particular
bodies what appellation is to individuals; thus, the
church of Christ is divided into different
denominations, as Congregationalists, Episcopalians,
Presbyterians, etc.
[1913 Webster]


Agnomen \Ag*no"men\ ([a^]g*n[=o]"m[e^]n), n. [L.; ad nomen
name.]
1. An additional or fourth name given by the Romans, on
account of some remarkable exploit or event; as, Publius
Caius Scipio Africanus.
[1913 Webster]

2. An additional name, or an epithet appended to a name; as,
Aristides the Just.
[1913 Webster]


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





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


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

































































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


  • How can I get placeholder attribute value using jquery?
    I am trying to get the placeholder attribute value and do a fadeIn with the label which has the placeholder value as a for value, but it's not working HTML: lt;html gt; lt;body gt;
  • python - Why do I get AttributeError: NoneType object has no . . .
    I got this error: AttributeError: 'NoneType' object has no attribute 'something' What general scenarios might cause such an AttributeError, and how can I identify the problem? This is a special c
  • MySql NULL values : r golang - Reddit
    placeholder := "VALUES (" for i, c := range columns { if i == 0 { *query += c placeholder += "?" } else { *query += ", "+c placeholder += ", ?" } } placeholder += ")" *query += ") " + placeholder } convert []string to []interface{} func string2interface(s []string) []interface{} { i := make([]interface{}, len(s)) for k, v := range s {
  • Buffering problems Plex is unusable suddenly : r PleX - Reddit
    Over the last week or so Plex has been having issues to the point that I can't even use it It will play a video fine for a few minutes then suddenly start buffering to the point it is unwatchable I managed to grab the console log What I have tried so far Updating both the plex app and server, completing reinstalling the server, updating gpu, updating router firmware, Speed tests on
  • reactjs - Put query into isPlaceholderData with QueryClient methods . . .
    Now, somewhere far away in the component tree, I need to put exampleQ back into the soft loading state, with isLoading=false, isPlaceholderData=true I then wait some time for something unrelated When ready, I want the query to refetch and continue to display the placeholderData while refetching
  • A question about pets : r 2007scape - Reddit
    Idk about the placeholder thing (I'd imagine an empty placeholder wouldn't keep you from getting the drop again), but they're currently polling changes to the way pet insurance works If the questions pass pets will automatically insure when they drop, and there's another question for allowing players to reclaim previously uninsured pets
  • What is this placeholder in the sql query? - Stack Overflow
    Without more information it's hard to tell what this actually is but it looks a lot like JPQL which is JPA's SQL like query language In JPQL the meaning of SELECT o FROM ctrData o would be: ctrData would be the name of an entity (i e a mapped data class) ctrData o would create an alias to refer to that entity SELECT o FROM ctrData o would thus mean you want to select all instances of that
  • overview for tidelust - Reddit
    Quick 5T survivor query poll by void-spark in Oneplus5T [–] tidelust 2 points 2 years ago*
  • Change Placeholder Text using jQuery - Stack Overflow
    Copy and paste this code in your js file, this will change all placeholder text from whole site
  • Generic parameter subsitiution : r cpp_questions - Reddit
    If thats the case you can do the following: Find the placeholder by using strstr (), std::string find () or simply iterate over the char array until finding a placeholder Query the DB for that placeholder At that point you will know the type of the variable create some kind of format string to use with snprintf () or simply use stringstream





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