英文字典中文字典


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







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

phony    音标拼音: [f'oni]
n. 伪造的东西,假的宝石
a. 伪造的,假的

伪造的东西,假的宝石伪造的,假的

phony
adj 1: fraudulent; having a misleading appearance [synonym: {bogus},
{fake}, {phony}, {phoney}, {bastard}]
n 1: a person who professes beliefs and opinions that he or she
does not hold in order to conceal his or her real feelings
or motives [synonym: {hypocrite}, {dissembler}, {dissimulator},
{phony}, {phoney}, {pretender}]

phoney \pho"ney\ (f[=o]"n[=e]), a. [Also spelled {phony}.]
[Compar. {phonier}; superl. {phoniest}.]
1. Imitating something superior; intended to deceive;
fraudulent; having a misleading appearance; not genuine;
false; counterfeit; fake; as, a phoney diamond; a phoney
hundred-dollar bill.

Syn: bogus, counterfeit, fake, ersatz; fraudulent; false.
[PJC]

2. Pretending to be other than one is; putting on false
appearances; insincere; hypocritical; -- of people.
[PJC]


phoney \pho"ney\ (f[=o]"n[=e]), n.
Something or someone that is phoney. [Also spelled {phony}.]
[PJC]


phony \pho"ny\ (f[=o]"n[=e]), a. [Also spelled {phoney}.]
[Compar. {phonier}; superl. {phoniest}.]
1. imitating something superior; intended to deceive;
fraudulent; having a misleading appearance; not genuine;
counterfeit; fake; as, a phony diamond; a phony
hundred-dollar bill.

Syn: phoney, bogus, counterfeit, fake.
[PJC]

2. Pretending to be other than one is; putting on false
appearances; insincere; hypocritical; -- of people.
[PJC]


phony \pho"ny\ (f[=o]"n[=e]), n.
Something or someone that is phony. [Also spelled {phoney}.]
[PJC]

241 Moby Thesaurus words for "phony":
Joseph Surface, Pecksniff, Tartuffe, actor, affected, affecter,
agent, alike, alternate, alternative, analogy, ape, aped,
apocryphal, artificial, assumed, backup, bastard, blagueur, bluff,
bluffer, bogus, brummagem, canter, certified copy, change,
changeling, charlatan, cheat, clinquant, colorable, colored,
comparison, conformist, consimilar, copied, copier, copy, copycat,
copyist, counterfeit, counterfeited, counterfeiter, cuckoo,
deceiver, deputy, dissembler, dissimulator, distorted, double,
dressed up, dummy, echo, echoer, echoist, ectype, embellished,
embroidered, equal, equivalent, ersatz, exchange, factitious,
fair copy, fair-weather friend, faithful copy, fake, faked,
fakement, faker, false, false friend, falsified, favoring, feigned,
fictitious, fictive, fill-in, following, forged, forger, forgery,
fourflusher, frame-up, fraud, garbled, ghost, ghostwriter, hoax,
hokey, hollow man, homogeneous, humbug, hypocrite, hypocritical,
icon, identical, illegitimate, image, imitated, imitation,
imitator, impersonator, impostor, junk, junky, like, likeness,
locum tenens, make-believe, makeshift, malingerer, man of straw,
man-made, mannerist, mealymouth, metaphor, metonymy, mime, mimer,
mimic, mimicked, mimicker, mock, mocker, mockingbird, monkey,
mountebank, nearly reproduced, next best thing, not unlike,
paper tiger, parrot, paste, pasticcio, pastiche, performer,
personnel, perverted, pharisee, picture, pinch, pinch hitter,
pinchbeck, plagiarist, plagiarized, playactor, poll-parrot, polly,
polly-parrot, portrait, poser, poseur, pretended, pretender,
provisional, proxy, pseudo, put-on, put-up job, quack, quacksalver,
quackster, quasi, queer, relief, replacement, representation,
representative, resemblance, resembling, reserve, reserves, ringer,
rip-off, saltimbanco, sanctimonious fraud, second string,
secondary, self-styled, semblance, sham, shammer, sheep, shoddy,
sign, similar, similitude, simulacrum, simulated, simulator,
smacking of, snide, snuffler, so-called, soi-disant,
something like, spare, spares, spoof, spurious, stand-in, stopgap,
straw man, sub, substituent, substitute, substitution, succedaneum,
suggestive of, summer soldier, superseder, supplanter,
supposititious, surrogate, swindle, symbol, synecdoche, synthetic,
temporary, tentative, third string, tin, tinsel, titivated, token,
twisted, unauthentic, understudy, ungenuine, uniform with,
unnatural, unreal, utility, utility player, vicar, vicarious,
vice-president, vice-regent, warped, whited sepulcher


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





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


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

































































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


  • What is the purpose of . PHONY in a Makefile? - Stack Overflow
    PHONY forces a label file in a Makefile to be built if it's part of the topological-sort of whatever your target is That is to say, if you have a 'cleanup:' label that is set phony, and the your install label is defined with cleanup as a prerequisite - i e 'install: cleanup', cleanup will always be run when the Makefile attempts to build
  • makefile - Declare all targets PHONY - Stack Overflow
    PHONY: a a: do someting a PHONY: b b: do someting b PHONY: c c: do someting c Or: PHONY: a b c a: do someting a b: do someting b c: do someting c The first option is cumbersome, and the second option is prone to error, when future me adds a target and forget to declare it as PHONY
  • Makefile : . PHONY on multiple targets - Stack Overflow
    But if you are willing to depend specifically on GNU make (which your references to PHONY and % suggest) then you can do at least a little better than what is described in the question For example, define a variable containing the varying stems of your target names, and expand that to a list of prerequisites for PHONY:
  • . PHONY usage in makefile - Stack Overflow
    A PHONY target can have only dependencies, without any rule In this case, make will not execute any rule, but will check if the dependencies are satisfied (and, if not, will execute their rules) In this case, make will not execute any rule, but will check if the dependencies are satisfied (and, if not, will execute their rules)
  • How should you use . PHONY in included Makefiles?
    PHONY is never overridden Like any other target, each new PHONY definition adds more prerequisites to the existing list No, there is no best practice that I'm aware of Both work identically (except one has a variable defined, which might be useful for other things besides PHONY, and one doesn't) For the same reason there's no need for a
  • linux - Phony targets in makefile - Stack Overflow
    PHONY tells GNU make the "all" target is phony - you don't REALLY intended for a file called "all" to be created and it should build the dependencies regardless if a file called "all" exists or not Added later: My example with all and prog1 above was not correct although the general idea is true Here is a much simple example
  • Purpose of declaring `all` as . PHONY? - Stack Overflow
    Is the only purpose of all being listed as a prerequisite of PHONY that I can still remake all three programs even if I accidentally, in the unlikely case, create a file in the same directory named all? You seem doubtful, but yes That is the only purpose served by declaring all phony in that example As the manual section you linked explains:
  • ¿Qué significa el . PHONY en los Makefiles?
    Asumamos que tienes el target "install", el cual es muy común en los makefiles Si no usas PHONY, y existe un archivo llamado "install" en el mismo directorio que el Makefile, entonces el comando make install no hará nada Esto ocurre porque Make interpreta la regla como "ejecuta esta-y-esta receta para crear el archivo llamado install"
  • Real targets with PHONY dependencies - Stack Overflow
    PHONY: FOO FOO: foo foo: build foo PHONY: BAR BAR: bar bar: FOO build bar The idea here is that I want to abstract the real files (foo, bar) with phony targets (FOO BAR) In my real Makefile, of course, it is more complicated which is why the abstraction is important
  • makefile - NMake . PHONY analogue - Stack Overflow
    For those who are seeking for a way around this absent PHONY in nmake: You may introduce a target which would definitely be a pseudotarget (i e choose a name not matching any of the existing files directories) and make it a dependent of what you mean to be a PHONY E g : test: phony dir b phony: And here's the output:





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