英文字典中文字典


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







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

illusion    音标拼音: [ɪl'uʒən]
n. 幻影,错觉,幻想

幻影,错觉,幻想

illusion
n 1: an erroneous mental representation [synonym: {illusion},
{semblance}]
2: something many people believe that is false; "they have the
illusion that I am very wealthy" [synonym: {illusion}, {fantasy},
{phantasy}, {fancy}]
3: the act of deluding; deception by creating illusory ideas
[synonym: {delusion}, {illusion}, {head game}]
4: an illusory feat; considered magical by naive observers [synonym:
{magic trick}, {conjuring trick}, {trick}, {magic},
{legerdemain}, {conjuration}, {thaumaturgy}, {illusion},
{deception}]

Illusion \Il*lu"sion\, n. [F. illusion, L. illusio, fr.
illudere, illusum, to illude. See {Illude}.]
1. An unreal image presented to the bodily or mental vision;
a deceptive appearance; a false show; mockery;
hallucination.
[1913 Webster]

To cheat the eye with blear illusions. --Milton.
[1913 Webster]

2. Hence: Anything agreeably fascinating and charming;
enchantment; witchery; glamour.
[1913 Webster]

Ye soft illusions, dear deceits, arise! --Pope.
[1913 Webster]

3. (Physiol.) A sensation originated by some external object,
but so modified as in any way to lead to an erroneous
perception; as when the rolling of a wagon is mistaken for
thunder.
[1913 Webster]

Note: Some modern writers distinguish between an illusion and
hallucination, regarding the former as originating with
some external object, and the latter as having no
objective occasion whatever.
[1913 Webster]

4. A plain, delicate lace, usually of silk, used for veils,
scarfs, dresses, etc.

Syn: Delusion; mockery; deception; chimera; fallacy. See
{Delusion}. {Illusion}, {Delusion}. Illusion refers
particularly to errors of the sense; delusion to false
hopes or deceptions of the mind. An optical deception is
an illusion; a false opinion is a delusion. --E.
Edwards.
[1913 Webster]

138 Moby Thesaurus words for "illusion":
aberrancy, aberration, air, airy nothing, apparition, appearance,
bamboozlement, bedevilment, befooling, bewitchery, bewitchment,
bluffing, brainchild, bubble, calculated deception, captivation,
chimera, circumvention, conning, deceiving, deception,
deceptiveness, defectiveness, defrauding, delirium, delusion,
delusiveness, deviancy, distortion, dream, dupery, eidolon,
enchantment, enmeshment, ensnarement, entanglement, entrancement,
entrapment, errancy, erroneousness, error, ether, fallaciousness,
fallacy, falseness, falsity, fancy, fantasque, fantasy,
fascination, fault, faultiness, fiction, figment, flaw, flawedness,
flimflam, flimflammery, fond illusion, fooling, hallucination,
hamartia, heresy, heterodoxy, hoodwinking, idle fancy,
ignis fatuus, imagery, imagination, imagining, insubstantial image,
invention, kidding, maggot, make-believe, maya, mirage,
misapplication, misapprehension, misconception, misconstruction,
misdoing, misfeasance, misinterpretation, misjudgment, mist,
mistake, myth, obsession, outwitting, overreaching, peccancy,
perversion, phantasm, phantasmagoria, phantom, pipe, pipe dream,
possession, putting on, rainbow, romance, seeming,
self-contradiction, self-deception, semblance, shadow, sick fancy,
sin, sinfulness, smoke, snow job, song and dance, spirit, spoofery,
spoofing, subterfuge, swindling, thick-coming fancies, thin air,
trickiness, tricking, trip, unorthodoxy, untrueness, untruth,
untruthfulness, vapor, victimization, vision, whim, whimsy,
wildest dreams, willful misconception, wishful thinking, witchery,
wrong, wrongness


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





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


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

































































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


  • 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 {
  • quicklink: google image search : r raycastapp - Reddit
    I’m trying to create a quick link for a google image search but google itself creates a giant URL that, when used, does not search for image, rather it reverts back to regular search Any ideas?
  • 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 Sorry about your pet, but if all goes good you should
  • 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
  • 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
  • Kitty terminal giving error when i try to launch : r KittyTerminal - Reddit
    This is a subreddit for asking questions and starting discussions about the "Kitty terminal", a cross-platform, fast and GPU accelerated terminal emulator
  • How to use placeholders in PostgreSQL? : r PostgreSQL - Reddit
    How to use placeholders in PostgreSQL? In SQL systems other than Postgres, such as MySQL for instance, prepared statements can use question marks as a placeholder for data in prepared statements I am not sure how to create placeholders in Postgres
  • Why does it gives error when I print my string in useState . . . - Reddit
    Posted by u Need_job_coder - 1 vote and 3 comments
  • Filter asset field based on Organization : r jira - Reddit
    The first recommendation I have is to adjust your AQL syntax Remember, AQL is case-sensitive and requires double quotes around field names that contain spaces, like so: `"Asset Organization" = $ {customfield_10002}` Secondly, consider discarding the 'organisations' field in favor of using two asset object types, which might offer a more seamless connection I must say, I'm somewhat perplexed
  • Easy placeholders for SQL queries : r Python - Reddit
    The character after the at sign @ in the placeholder key is the transformation that is applied to the argument before inserting it into the placeholder (S for raw SQL, I for Identifiers and L for literals, among others)





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