英文字典中文字典


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







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

sprinkling    音标拼音: [spr'ɪŋklɪŋ] [spr'ɪŋkəlɪŋ]
n. 撒;洒;洒水;喷雾

撒;洒;洒水;喷雾

sprinkling
n 1: a small number (of something) dispersed haphazardly; "the
first scatterings of green"; "a sprinkling of grey at his
temples" [synonym: {scattering}, {sprinkling}]
2: a light shower that falls in some locations and not others
nearby [synonym: {scattering}, {sprinkle}, {sprinkling}]
3: the act of sprinkling water in baptism (rare) [synonym:
{aspersion}, {sprinkling}]
4: the act of sprinkling or splashing water; "baptized with a
sprinkling of holy water"; "a sparge of warm water over the
malt" [synonym: {sprinkle}, {sprinkling}, {sparge}]

Sprinkle \Sprin"kle\ (spr[i^][ng]"k'l), v. t. [imp. & p. p.
{Sprinkled} (-k'ld); p. pr. & vb. n. {Sprinkling}
(-kl[i^]ng).] [OE. sprenkelen, freq. of sprengen to sprinkle,
to scatter, AS. sprengan, properly, to make to spring,
causative of springan to spring; akin to D. sprenkelen to
sprinkle, G. sprengen. See {Spring}, v. i., and cf.
{Sprent}.]
1. To scatter in small drops or particles, as water, seed,
etc.
[1913 Webster]

2. To scatter on; to disperse something over in small drops
or particles; to besprinkle; as, to sprinkle the earth
with water; to sprinkle a floor with sand.
[1913 Webster]

3. To baptize by the application of a few drops, or a small
quantity, of water; hence, to cleanse; to purify.
[1913 Webster]

Having our hearts sprinkled from an evil conscience.
--Heb. x. 22.
[1913 Webster]


Sprinkling \Sprin"kling\ (-kl[i^]ng), n.
1. The act of one who, or that which, sprinkles.
[1913 Webster]

Baptism may well enough be performed by sprinkling
or effusion of water. --Ayliffe.
[1913 Webster]

2. A small quantity falling in distinct drops or particles;
as, a sprinkling of rain or snow.
[1913 Webster]

3. Hence, a moderate number or quantity distributed like
separate drops, or as if scattered like drops. --Craik.
[1913 Webster]

121 Moby Thesaurus words for "sprinkling":
a few, affusion, aspergation, aspersion, attenuation, baptism,
baptismal gown, baptismal regeneration, baptistery, baptizement,
bath, bathing, bedewing, broadcast, broadcasting, cast, chrismal,
christening, circumfusion, dampening, damping, dash, deluge,
dewing, diffraction, diffusion, dilution, dispensation, dispersal,
dispersion, dissemination, dissipation, distribution, divergence,
drowning, dust, evaporation, expansion, few, flooding, font,
fragmentation, gleam, handful, hint, hosing, hosing down,
humidification, idea, immersion, infusion, inkling, intimation,
inundation, irrigation, laving, lick, limited number, look,
moistening, only a few, peppering, piddling few, piddling number,
powdering, propagation, publication, radiation, rinsing, sauce,
scattering, scatterment, scintilla, seasoning, shade, shadow,
shotgun pattern, sip, smack, small number, smatter, smattering,
smell, soupcon, sowing, sparging, spark, spatter, spattering,
spice, splashing, splattering, splay, spraying, spread, spreading,
strain, streak, strewing, submersion, suggestion, sup, suspicion,
swashing, taint, taste, tempering, thought, tinct, tincture, tinge,
tint, too few, total immersion, touch, trace, trickle, vestige,
volatilization, watering, wetting


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





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


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

































































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


  • Cache-Control header - HTTP | MDN - MDN Web Docs
    Adding no-cache to the response causes revalidation to the server, so you can serve a fresh response every time — or if the client already has a new one, just respond 304 Not Modified http Cache-Control: no-cache Most HTTP 1 0 caches don't support no-cache directives, so historically max-age=0 was used as a workaround
  • Is there a lt;meta gt; tag to turn off caching in all browsers?
    I found that Chrome responds better to Cache-Control: no-cache (100% conditional requests afterwards) "no-store" sometimes loaded from cache without even attempting a conditional request Firefox responds better to "no-store" but still sometimes loads from cache if you reload immediately afterwords What a mess! –
  • nocache - npm
    Middleware to destroy caching Latest version: 4 0 0, last published: 2 years ago Start using nocache in your project by running `npm i nocache` There are 529 other projects in the npm registry using nocache
  • Cache-Control - Expert Guide to HTTP headers
    This is an artifact of HTTP 1 0, as many implementations did not support the no-cache directive max-stale The max-stale directive is used by a client to indicate that they will accept stale HTTP responses up to a certain number of seconds This differs from max-age, as max-stale begins once the max-age expires Cache-Control: max-stale=<seconds>
  • Feh nocache: minimize caching effects - GitHub
    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 Because the library remembers which pages (ie , 4K-blocks of the file) were already in file system cache when the file was opened, these will not be marked as "don't need
  • Cache directive no-cache | An explaination of the HTTP Cache-Control . . .
    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 Indicates that the response is intended for a single user and must not be stored by a shared cache
  • Prevent unnecessary network requests with the HTTP Cache
    no-cache This instructs the browser that it must revalidate with the server every time before using a cached version of the URL no-store This instructs the browser and other intermediate caches (like CDNs) to never store any version of the file private Browsers can cache the file but intermediate caches cannot public The response can be
  • What is the difference between no-cache and no-store in Cache-control?
    no-cache If the no-cache directive does not specify a field-name, then a cache MUST NOT use the response to satisfy a subsequent request without successful revalidation with the origin server This allows an origin server to prevent caching even by caches that have been configured to return stale responses to client requests
  • Whats with all the cache nocache stuff and weird filenames?
    The JavaScript code in nocache js then creates a hidden <iframe>, inserts it to the host page's DOM, and loads the cache html file into that iframe The cache html file contains the actual program logic of the GWT application That's the process in a nutshell The sections below describe each file in detail The nocache js File
  • HTTP caching - HTTP | MDN - MDN Web Docs
    By adding Cache-Control: no-cache to the response along with Last-Modified and ETag — as shown below — the client will receive a 200 OK response if the requested resource has been updated, or will otherwise receive a 304 Not Modified response if the requested resource has not been updated http HTTP 1 1 200 OK Content-Type: text html





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