deference 音标拼音: [d'ɛfɚəns] [d'ɛfrəns]
n . 依从,听从,遵从
依从,听从,遵从
deference n 1 :
a courteous expression (
by word or deed )
of esteem or regard ; "
his deference to her wishes was very flattering ";
"
be sure to give my respects to the dean " [
synonym :
{
deference }, {
respect }]
2 :
courteous regard for people '
s feelings ; "
in deference to your wishes "; "
out of respect for his privacy " [
synonym : {
deference },
{
respect }, {
respectfulness }]
3 :
a disposition or tendency to yield to the will of others [
synonym : {
complaisance }, {
compliance }, {
compliancy },
{
obligingness }, {
deference }]
Deference \
Def "
er *
ence \,
n . [
F .
d ['
e ]
f ['
e ]
rence .
See 3d {
Defer }.]
A yielding of judgment or preference from respect to the wishes or opinion of another ;
submission in opinion ;
regard ;
respect ;
complaisance .
[
1913 Webster ]
Deference to the authority of thoughtful and sagacious men . --
Whewell .
[
1913 Webster ]
Deference is the most complicate ,
the most indirect ,
and the most elegant of all compliments . --
Shenstone .
Syn : {
Deference }, {
Reverence }, {
Respect }.
Usage :
Deference marks an inclination to yield one '
s opinion ,
and to acquiesce in the sentiments of another in preference to one '
s own .
Respect marks the estimation that we have for another ,
which makes us look to him as worthy of high confidence for the qualities of his mind and heart .
Reverence denotes a mingling of fear with a high degree of respect and esteem .
Age ,
rank ,
dignity ,
and personal merit call for deference ;
respect should be paid to the wise and good ;
reverence is due to God ,
to the authors of our being ,
and to the sanctity of the laws .
[
1913 Webster ]
93 Moby Thesaurus words for "
deference ":
acceptance ,
acquiescence ,
admiration ,
adoration ,
affability ,
agreeableness ,
allegiance ,
amenity ,
apotheosis ,
appreciation ,
approbation ,
approval ,
assent ,
assigned task ,
awe ,
bounden duty ,
breathless adoration ,
burden ,
business ,
call of duty ,
charge ,
civility ,
comity ,
commitment ,
complaisance ,
compliance ,
consent ,
considerateness ,
consideration ,
courteousness ,
courtesy ,
dedication ,
deification ,
devoir ,
devotion ,
duties and responsibilities ,
duty ,
esteem ,
estimation ,
ethics ,
exaggerated respect ,
favor ,
fealty ,
gracefulness ,
graciousness ,
great respect ,
hero worship ,
high regard ,
homage ,
honor ,
idolatry ,
idolization ,
imperative ,
kneeling ,
line of duty ,
loyalty ,
mission ,
must ,
nonopposal ,
nonopposition ,
nonresistance ,
obedience ,
obeisance ,
obligation ,
onus ,
ought ,
passiveness ,
passivity ,
place ,
politeness ,
prestige ,
regard ,
resignation ,
resignedness ,
respect ,
respectfulness ,
reverence ,
reverential regard ,
self -
imposed duty ,
solicitousness ,
solicitude ,
subjection ,
submission ,
submissiveness ,
submittal ,
supineness ,
tact ,
tactfulness ,
thoughtfulness ,
urbanity ,
veneration ,
worship ,
yielding
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
c# - Dereference of a possibly null reference . . . Can my code be . . . My project is Net-6 Blazor WebAssembly (hosted) in C# Can my code be simplified to avoid nullable warnings? I want the person's customer-ID in a page variable from the ApplicationUser object's Id
c - understanding the difference between pointer dereference and array . . . But in there is no deference There is no dereference only in the sense that the dereference operator * is not used However, dereference is still there, because index operator [] in C is an equivalent of *: the two are completely interchangeable in all situations When you see x[i] you can rewrite it as *(x+i), and vice versa The ability to rewrite a dereference of an addition as index
How to resolve Deference of a possible null reference warning? How to resolve "Deference of a possible null reference" warning? Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 2k times
What exactly is meant by dereferencing a NULL pointer? Dereferencing just means accessing the memory value at a given address So when you have a pointer to something, to dereference the pointer means to read or write the data that the pointer points to In C, the unary * operator is the dereferencing operator If x is a pointer, then *x is what x points to The unary operator is the address-of operator If x is anything, then x is the address
What is the difference between Visual Studio and Blend for Visual . . . Visual studio you code everything in the xaml window in the solution, in blend it does the code for you and you just change the properties via the code or via the interface
c++ - potential null deference warning - Stack Overflow potential null deference warning Ask Question Asked 2 years, 4 months ago Modified 2 years, 4 months ago
Pointer Reference and Deference in C, Overriding value or Address . . . Pointer Reference and Deference in C, Overriding value or Address? Asked 3 years, 8 months ago Modified 3 years, 8 months ago Viewed 95 times
Whats the difference between end and exit sub in VBA? In VBA, sometimes we want to exit the program after some condition is true But do I use end or exit sub?
In C#, what is the difference between public, private, protected, and . . . All my college years I have been using public, and would like to know the difference between public, private, and protected? Also what does static do as opposed to having nothing?
Deference between Parameters, Arguments Local Variables in JAVA I want to know about the difference between Parameters, Arguments amp; Local Variables in JAVA Can anyone explain me about them very well? There is an unclear point in the following code for me