英文字典中文字典


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







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

unfold    音标拼音: [ənf'old]
vt. 展开,打开,显露,开展,阐明
vi. 伸展,开花,呈现

展开,打开,显露,开展,阐明伸展,开花,呈现

unfold
展开

unfold
v 1: develop or come to a promising stage; "Youth blossomed into
maturity" [synonym: {blossom}, {blossom out}, {blossom forth},
{unfold}]
2: open to the view; "A walk through town will unfold many
interesting buildings"
3: extend or stretch out to a greater or the full length;
"Unfold the newspaper"; "stretch out that piece of cloth";
"extend the TV antenna" [synonym: {unfold}, {stretch}, {stretch
out}, {extend}]
4: spread out or open from a closed or folded state; "open the
map"; "spread your arms" [synonym: {unfold}, {spread}, {spread
out}, {open}] [ant: {fold}, {fold up}, {turn up}]

Unfold \Un*fold"\, v. t. [AS. unfealdan. See 1st {Un-}, and
{Fold}, v. t.]
1. To open the folds of; to expand; to spread out; as, to
unfold a tablecloth.
[1913 Webster]

Unfold thy forehead gathered into frowns. --Herbert.
[1913 Webster]

2. To open, as anything covered or close; to lay open to view
or contemplation; to bring out in all the details, or by
successive development; to display; to disclose; to
reveal; to elucidate; to explain; as, to unfold one's
designs; to unfold the principles of a science.
[1913 Webster]

Unfold the passion of my love. --Shak.
[1913 Webster]

3. To release from a fold or pen; as, to unfold sheep.
[1913 Webster]


Unfold \Un*fold"\, v. i.
To open; to expand; to become disclosed or developed.
[1913 Webster]

The wind blows cold
While the morning doth unfold. --J. Fletcher.
[1913 Webster]

196 Moby Thesaurus words for "unfold":
account for, affect, allegorize, amplify, attend, bare,
be revealed, become of, betoken, branch, branch out, brandish,
break the seal, breathe, bring forth, bring forward,
bring into view, bring out, bring to light, bring to notice,
clarify, clear, clear up, come about, come of, come out, crack,
dangle, decipher, demonstrate, demythologize, deobstruct, deploy,
descant, detail, develop, dilate, disclose, discover, dismask,
disperse, display, dissolve, divulge, dope out, dramatize,
draw the veil, elaborate, elucidate, embody, enact, end, enlarge,
enlarge upon, enlighten, ensue, euhemerize, eventuate, evidence,
evince, evolve, exemplify, exhibit, expand, expatiate, explain,
explain away, explicate, expose, expose to view, exposit, expound,
express, extend, fall out, fan, fan out, fare, figure out, flare,
flaunt, flourish, follow, free, give reason for, give sign,
give the meaning, give token, happen, highlight, illuminate,
illustrate, impart, incarnate, indicate, issue, lay bare, lay open,
let daylight in, let out, make clear, make plain, manifest,
materialize, mean, occur, open, open up, outspread, outstretch,
overgrow, overrun, pan out, parade, particularize, patefy, perform,
popularize, present, produce, prove, prove to be, puzzle out,
raise the curtain, ramify, rationalize, rehearse in extenso,
relate at large, represent, resolve, result, reveal, roll out,
set forth, shed light upon, show, show forth, show how,
show the way, show up, simplify, solve, spell out, splay,
spotlight, spraddle, sprangle, sprawl, spread,
spread like wildfire, spread out, straighten out, stretch out,
strip bare, take place, terminate, throw light upon, token,
trot out, turn out, unblock, uncase, unclench, uncloak, unclog,
unclutch, uncoil, uncork, uncover, uncurtain, undo, undrape,
unfoul, unfurl, unkennel, unlatch, unlock, unmask, unpack, unplug,
unravel, unreel, unriddle, unroll, unscreen, unseal, unsheathe,
unshroud, unshut, unstop, unveil, unwind, unwrap, wave, widen,
work out


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





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


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

































































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


  • 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
  • Is there a lt;meta gt; tag to turn off caching in all browsers?
    I read that when you don't have access to the web server's headers you can turn off the cache using:
  • caching - No cache in Node. js server - Stack Overflow
    Ok, even if you aren't using express, what essentially needed is to set the nocache headers I'm adding the headers in a reusable middleware, otherwise you can set those headers in any way that works
  • Why both no-cache and no-store should be used in HTTP response?
    no-store should not be necessary in normal situations, and in some cases can harm speed and usability It was intended as a privacy measure: it tells browsers and caches that the response contains sensitive information that should never be written to a disk-based cache (or other non-volatile storage) How it works: Normally, even if a response is marked as no-cache by the server, a user agent
  • c# - Prevent Caching in ASP. NET MVC for specific actions using an . . .
    If your class or action didn't have NoCache when it was rendered in your browser and you want to check it's working, remember that after compiling the changes you need to do a "hard refresh" (Ctrl+F5) in your browser Until you do so, your browser will keep the old cached version, and won't refresh it with a "normal refresh" (F5)
  • Difference between no-cache and must-revalidate for Cache-Control?
    @Anshul No, must-revalidate and no-cache have different meaning for fresh responses: If a cached response is fresh (i e, the response hasn't expired), must-revalidate will make the proxy serve it right away without revalidating with the server, whereas with no-cache the proxy must revalidate the cached response regardless of freshness Source: "HTTP - The Definitive Guide", pages 182-183
  • How to set HTTP headers (for cache-control)? - Stack Overflow
    This Stack Overflow page explains how to set HTTP headers for cache control in web development, including examples and best practices
  • How to disable webpage caching in ExpressJS + NodeJS?
    Beware of ETag Even if you are using nocache, the ETag header isn't removed, because it works in a different way It's generated at the end of the request and could be another source of unintended caching In order to handle it you have two choices app set The first is disabling it using express builtin app set('etag', false); method on-headers The second is removing the header just before
  • Sequence cache and performance - Stack Overflow
    If you omit both CACHE and NOCACHE, then the database caches 20 sequence numbers by default Oracle recommends using the CACHE setting to enhance performance if you are using sequences in an Oracle Real Application Clusters environment Using the CACHE and NOORDER options together results in the best performance for a sequence CACHE option is used without the ORDER option, each instance
  • How to force Docker for a clean build of an image
    I have build a Docker image from a Docker file using the below command $ docker build -t u12_core -f u12_core When I am trying to rebuild it with the same command, it's using the build cache li





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