英文字典中文字典


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







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

mime    音标拼音: [m'ɑɪm]
n. 哑剧,笑剧,滑稽戏
vt.
vi. 摸拟表演 ; ( MULTIPURPOSE INTERNET MAIL EXTENSIONS
的缩写。是一种可包含语音、影像、图形及不同国别语言码的信件数据格式)

哑剧,笑剧,滑稽戏摸拟表演 ; ( MULTIPURPOSE INTERNET MAIL EXTENSIONS 的缩写。是一种可包含语音、影像、图形及不同国别语言码的信件数据格式)

mime
n 1: an actor who communicates entirely by gesture and facial
expression [synonym: {mime}, {mimer}, {mummer}, {pantomimer},
{pantomimist}]
2: a performance using gestures and body movements without words
[synonym: {mime}, {pantomime}, {dumb show}]
v 1: imitate (a person or manner), especially for satirical
effect; "The actor mimicked the President very accurately"
[synonym: {mimic}, {mime}]
2: act out without words but with gestures and bodily movements
only; "The acting students mimed eating an apple" [synonym:
{mime}, {pantomime}]

Mime \Mime\, n. [L. mimus, Gr. ?, akin to ? to imitate, to
mimic: cf. F. mime. Cf. {Mimosa}.]
1. A kind of drama in which real persons and events were
generally represented in a ridiculous manner; an ancient
Greek or Roman form of farce.
[1913 Webster PJC]

2. An actor in such representations.
[1913 Webster]

3. The art of representing actions, events, situations, or
stories solely by gestures and body movements, without
speaking; pantomime[3].
[PJC]

4. An actor who performs or specializes in mime[3]; an actor
who communicates entirely by gesture and facial
expression; a pantomime[2]; a pantomimist; a mimer.

Syn: mummer, pantomimer, pantomimist.
[PJC]

5. A mimic.
[PJC]


Mime \Mime\, v. i.
To mimic. [Obs.] -- {Mim"er}, n.
[1913 Webster]

167 Moby Thesaurus words for "mime":
Roscius, Thalia, act, act a part, act as, act as foil, act out,
actor, actress, antagonist, ape, appear, arlequinade, bad guy,
barnstorm, barnstormer, beckon, black comedy, broad comedy,
burlesque, burletta, camp, character, character actor,
character man, character woman, child actor, come out,
comedie bouffe, comedie larmoyante, comedie rosse, comedietta,
comedy, comedy ballet, comedy of humors, comedy of ideas,
comedy of intrigue, comedy of manners, comedy of situation,
comedy relief, comic muse, comic opera, comic relief, conformist,
copier, copy, copycat, copyist, counterfeiter, cuckoo, dark comedy,
diseur, diseuse, dissembler, dissimulator, do, domestic comedy,
dramatizer, echo, echoer, echoist, emote, emotionalize, enact,
exode, faker, farce, farce comedy, feeder, foil, forger,
genteel comedy, gesticulate, gesture, get top billing,
harlequinade, heavy, high camp, histrio, histrion, hit off,
hit off on, hypocrite, imitator, impersonate, impersonator,
impostor, ingenue, juvenile, light comedy, low camp, low comedy,
masquerade as, matinee idol, mimer, mimic, mimicker, mock, mocker,
mockingbird, monkey, monologist, motion, motion to, mummer,
musical, musical comedy, opera buffa, pantomime, pantomimist,
parrot, pass for, patter, perform, personate, phony, plagiarist,
play, play a part, play the lead, playact, playactor, player,
poll-parrot, polly, polly-parrot, pose as, poseur, pretend to be,
protean actor, raw comedy, realistic comedy, reciter, register,
romantic comedy, satyr play, saw the air, sentimental comedy,
sheep, shrug, shrug the shoulders, simulator, situation comedy,
sketch, slapstick, slapstick comedy, soubrette, stage performer,
stage player, star, steal the show, stooge, straight man, stroller,
strolling player, take off, take off on, theatrical, thespian,
tragicomedy, tread the boards, troupe, trouper, upstage,
utility man, villain, wave the arms



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


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

































































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


  • browser - What is a MIME type? - Stack Overflow
    A MIME type is a string identifier composed of two parts: a type and a subtype The "type" refers to a logical grouping of many MIME types that are closely related to each other; it's no more than a high level category "subtypes" are specific to one file type within the "type" The x-prefix of a MIME subtype simply means that it's non-standard
  • html - What is MIME? What is it for exactly? - Stack Overflow
    The MIME type is a description of the data returned by a request on the Internet (originally used by e-mail, and later used by many parts of the web) Since data can take hundreds (if not thousands) of forms, both textual and binary, it helps a program to know what type of data it is dealing with, rather than trying to write code that figures
  • Setting mime type for excel document - Stack Overflow
    I am using EPPlus to generate xlsx (OpenXML format based) excel file For sending this excel file as attachment in email I use the following MIME type and it works fine with EPPlus generated file and opens properly in ms-outlook mail client preview
  • What is the difference between Multipart and MIME content type?
    A mime-type is an identifier that describes the format of a HTTP body, a file, an email They all follow a "major-category specific format" structure All images for example start with image
  • What is correct content-type for excel files? - Stack Overflow
    What is a correct MIME type for docx, pptx, etc ? 0 Viewing a file when clicked not downloaded? 23
  • Declaring mime type for html-email - Stack Overflow
    I want to create a html email and I've read a lot about how to do it There is one piece of information I can't find How should I declare the mime type? I tried with: meta http-equiv="Content-Type" content="text html; charset=UTF-8" > but it doesn't work Later edit: I am trying to set the content-type of the mail to text html but I don't
  • zip mime types, when to pick which one - Stack Overflow
    MIME types follow a format: media-type subtype-identifier Example: image png The x-prefix of a subtype-identifier indicates that it is experimental and non-standard (not registered with IANA) Now about the zip specifically application zip is a standard MIME type for zip files, officially registered with IANA It seems like a good first
  • How to find the mime type of a file in python? - Stack Overflow
    From Python docs: mimetypes guess_type(url, strict=True) Guess the type of a file based on its filename, path or URL, given by url
  • application x-www-form-urlencoded or multipart form-data?
    The value piece of each name value pair is the payload of each part of the MIME message The MIME spec gives us more options when representing the value payload -- we can choose a more efficient encoding of binary data to save bandwidth (e g base 64 or even raw binary) Why not use multipart form-data all the time? For short alphanumeric





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