英文字典中文字典


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







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

dishonest    音标拼音: [dɪs'ɑnəst]
a. 不诚实的

不诚实的

dishonest
adj 1: deceptive or fraudulent; disposed to cheat or defraud or
deceive [synonym: {dishonest}, {dishonorable}] [ant:
{honest}, {honorable}]
2: capable of being corrupted; "corruptible judges"; "dishonest
politicians"; "a purchasable senator"; "a venal police
officer" [synonym: {corruptible}, {bribable}, {dishonest},
{purchasable}, {venal}]

Dishonest \Dis*hon"est\, v. t. [Cf. OF. deshonester.]
To disgrace; to dishonor; as, to dishonest a maid. [Obs.]
[1913 Webster]

I will no longer dishonest my house. --Chapman.
[1913 Webster]


Dishonest \Dis*hon"est\, a. [Pref. dis- honest: cf. F.
d['e]shonn[^e]te, OF. deshoneste.]
1. Dishonorable; shameful; indecent; unchaste; lewd. [Obs.]
[1913 Webster]

Inglorious triumphs and dishonest scars. --Pope.
[1913 Webster]

Speak no foul or dishonest words before them [the
women]. --Sir T.
North.
[1913 Webster]

2. Dishonored; disgraced; disfigured. [Obs.]
[1913 Webster]

Dishonest with lopped arms the youth appears,
Spoiled of his nose and shortened of his ears.
--Dryden.
[1913 Webster]

3. Wanting in honesty; void of integrity; faithless; disposed
to cheat or defraud; not trustworthy; as, a dishonest man.
[1913 Webster]

4. Characterized by fraud; indicating a want of probity;
knavish; fraudulent; unjust.
[1913 Webster]

To get dishonest gain. --Ezek. xxii.
27.
[1913 Webster]

The dishonest profits of men in office. --Bancroft.
[1913 Webster]

101 Moby Thesaurus words for "dishonest":
Machiavellian, ambidextrous, amoral, artful, bent, casuistic,
cheating, conscienceless, corrupt, corrupted, counterfeit, crafty,
criminal, cronk, crooked, cunning, dark, deceitful, deceiving,
deceptive, defrauding, devious, dishonorable, disingenuous, double,
double-dealing, double-faced, double-minded, double-tongued,
doublehearted, doubtful, dubious, duplicitous, empty, equivocal,
evasive, faithless, fake, false, false-principled, falsehearted,
felonious, fishy, forsworn, fraudulent, furtive, hollow,
hypocritical, ill-got, ill-gotten, immoral, indirect, insidious,
insincere, jesuitic, knavish, lying, mealymouthed, mendacious,
not kosher, oblique, perfidious, perjured, prevaricating,
questionable, roguish, rotten, shady, shameless, shifty, sinister,
slippery, snide, suspicious, swindling, thieving, thievish,
tongue in cheek, treacherous, tricky, truthless, two-faced,
uncandid, unconscienced, unconscientious, unconscionable,
underhand, underhanded, unethical, unfair, unfrank, unprincipled,
unsavory, unscrupulous, unserious, unstraightforward,
untrustworthy, untruthful, unveracious, without remorse,
without shame


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





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


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

































































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


  • GitHub - Feh nocache: minimize caching effects
    nocache - minimize filesystem caching effects The nocache tool tries to minimize the effect an application has on the Linux file system cache This is done by intercepting the open and close system calls and calling posix_fadvise with the POSIX_FADV_DONTNEED parameter
  • Cache-Control header - HTTP | MDN
    The HTTP Cache-Control header holds directives (instructions) in both requests and responses that control caching in browsers and shared caches (e g , Proxies, CDNs)
  • regex - Adding ?nocache=1 to every url (including the assets like . . .
    But what I would like to do is to apply ?nocache=1 to every URL related to the site (including the assets like style css) so that I get the non cached version of the files
  • nocache - npm
    Middleware to destroy caching Latest version: 4 0 0, last published: 3 years ago Start using nocache in your project by running `npm i nocache` There are 495 other projects in the npm registry using nocache
  • Whats with all the cache nocache stuff and weird filenames?
    The nocache js file contains JavaScript code that resolves the Deferred Binding configurations (such as browser detection, for instance) and then uses a lookup table generated by the GWT Compiler to locate one of the cache html files to use
  • What does NOCACHE do? | Tek-Tips
    The NOCACHE option specifies that the blocks retrieved for the table are placed at the least recently used end of the LRU list in the buffer cache when a FULL table scan is performed This will cause the blocks read with a full table scan to be immediately flushed from the buffer cache
  • Cache directive no-cache | An explaination of the HTTP Cache-Control . . .
    Cache directive "no-cache" An explaination of the HTTP Cache-Control header The Cache-Control header is used to specify directives for caching mechanisms in both HTTP requests and responses A typical header looks like this Cache-Control: public, max-age=10 public Indicates that the response may be cached by any cache private
  • nocache (1) — nocache — Debian testing — Debian Manpages
    The `nocache` tool tries to minimize the effect an application has on the Linux file system cache This is done by intercepting the `open` and `close` system calls and calling `posix_fadvise` with the `POSIX_FADV_DONTNEED` parameter
  • CacheControlHeaderValue. NoCache Property (System. Net. Http. Headers)
    Remarks This property represents the "no-cache" directive in a cache-control header field on an HTTP request or HTTP response When the NoCache property is set to true present in a HTTP request message, an application should forward the request toward the origin server even if it has a cached copy of what is being requested
  • Understanding Cache-Control Headers: max-age, public, private, and no-cache
    Understanding Cache-Control Headers: max-age, public, private, and no-cache Web performance is crucial for a positive user experience, and understanding how browsers cache content is a key component This tutorial provides a comprehensive guide to understanding Cache-Control headers, specifically focusing on the max-age, public, private, and no-cache directives By mastering these…





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