英文字典中文字典


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







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

acknowledged    音标拼音: [ækn'ɑlɪdʒd] [ɪkn'ɑlɪdʒd]
a. 公认的

公认的

acknowledged
应答

acknowledged
adj 1: recognized or made known or admitted; "the acknowledged
leader of the community"; "a woman of acknowledged
accomplishments"; "his acknowledged error" [ant:
{unacknowledged}]
2: generally accepted

acknowledge \ac*knowl"edge\ ([a^]k*n[o^]l"[e^]j), v. t. [imp. &
p. p. {acknowledged} ([a^]k*n[o^]l"[e^]jd); p. pr. & vb. n.
{acknowledging} ([a^]k*n[o^]l"[e^]j*[i^]ng).] [Prob. fr.
pref. a- the verb knowledge. See {Knowledge}, and cf.
{Acknow}.]
1. To own or admit the knowledge of; to recognize as a fact
or truth; to declare one's belief in; as, to acknowledge
the being of a God.
[1913 Webster]

I acknowledge my transgressions. --Ps. li. 3.
[1913 Webster]

For ends generally acknowledged to be good.
--Macaulay.
[1913 Webster]

2. To own or recognize in a particular character or
relationship; to admit the claims or authority of; to give
recognition to.
[1913 Webster]

In all thy ways acknowledge Him. --Prov. iii.
6.
[1913 Webster]

By my soul, I'll ne'er acknowledge thee. --Shak.
[1913 Webster]

3. To own with gratitude or as a benefit or an obligation;
as, to acknowledge a favor, the receipt of a letter.
[1913 Webster]

They his gifts acknowledged none. --Milton.
[1913 Webster]

4. To own as genuine; to assent to, as a legal instrument, to
give it validity; to avow or admit in legal form; as, to
acknowledge a deed.
[1913 Webster]

Syn: To avow; proclaim; recognize; own; admit; allow;
concede; confess.

Usage: {Acknowledge}, {Recognize}. Acknowledge is opposed to
keep back, or conceal, and supposes that something had
been previously known to us (though perhaps not to
others) which we now feel bound to lay open or make
public. Thus, a man acknowledges a secret marriage;
one who has done wrong acknowledges his fault; and
author acknowledges his obligation to those who have
aided him; we acknowledge our ignorance. Recognize
supposes that we have either forgotten or not had the
evidence of a thing distinctly before our minds, but
that now we know it (as it were) anew, or receive and
admit in on the ground of the evidence it brings.
Thus, we recognize a friend after a long absence. We
recognize facts, principles, truths, etc., when their
evidence is brought up fresh to the mind; as, bad men
usually recognize the providence of God in seasons of
danger. A foreign minister, consul, or agent, of any
kind, is recognized on the ground of his producing
satisfactory credentials. See also {Confess}.
[1913 Webster]


acknowledged \ac*knowl"edged\ ([a^]k*n[o^]l"[e^]jd) adj.
Generally accepted or recognized as correct or reasonable.
Opposite of {unacknowledged}. [Narrower terms: {given,
granted}; {unquestionable (vs. questionable)}] Also See:
{known}.

Syn: accepted, recognized
[WordNet 1.5 PJC]

68 Moby Thesaurus words for "acknowledged":
accepted, admitted, affirmed, allowed, approved, authenticated,
avowed, being done, certified, comme il faut, conceded, confessed,
confirmed, conformable, conventional, correct, countersigned,
customary, de rigueur, decent, decorous, endorsed, established,
fixed, folk, formal, granted, hallowed, handed down, heroic, hoary,
immemorial, inveterate, legendary, long-established, long-standing,
meet, mythological, notarized, of long standing, of the folk, oral,
orthodox, prescriptive, professed, proper, ratified, received,
recognized, right, rooted, sealed, seemly, signed, stamped,
sworn and affirmed, sworn to, time-honored, traditional,
tried and true, true-blue, understood, underwritten, unwritten,
validated, venerable, warranted, worshipful


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





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


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

































































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


  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • JSON. stringify returns [object Object] instead of the contents of . . .
    Here I'm creating a JavaScript object and converting it to a JSON string, but JSON stringify returns " [object Object]" in this case, instead of displaying the contents of the object
  • Which JSON content type do I use? - Stack Overflow
    Of course, the correct MIME media type for JSON is application json, but it's necessary to realize what type of data is expected in your application For example, I use Java Ext GWT and the server response must go as text html but contains JSON data
  • How to open VS Codes settings. json file - Stack Overflow
    I've opened VS Code's settings json file many times, and each time I forgot where it was If I go to File → Preferences → Settings, I get the graphical settings interface (screenshot) I want to open
  • How to style a JSON block in Github Wiki? - Stack Overflow
    Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki
  • JSON: why are forward slashes escaped? - Stack Overflow
    JSON stems from Javascript (JavaScript Object Notation), it only makes sense that it was originally adapted for use in Javascript Unfortunately, as with all things related to Javascript, it has gained widespread use in all kinds of places
  • How to escape special characters in building a JSON string?
    Here the message contains single quotation mark, which is same as the quotation used in JSON What I do is fill up a string from user inputs such as message So, I need to escape those kind of special scenarios which breaks the code But other than string replace, is there any way to make them escape but still allow HTML to process them back to the correct message?
  • What is the right JSON date format? - Stack Overflow
    If you have control over the generated json, for example, you provide data to other systems in json format, choosing 8601 as the date interchange format is a good choice
  • How to parse JSON in Java - Stack Overflow
    963 The org json library is easy to use Just remember (while casting or using methods like getJSONObject and getJSONArray) that in JSON notation [ … ] represents an array, so library will parse it to JSONArray { … } represents an object, so library will parse it to JSONObject Example code below: You may find more examples from: Parse





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