English 中文(简体)
网络浏览器如何确定与资源做什么?
原标题:How does a web browser determine what to do with a resource?
最佳回答

服务器退回的吉大港山区应急反应通常包含“中型:文本/html”或类似线(应用/中流等)。

这里的一个例子是(最容易看到类似结果的办法是开放火焰网:

Cache-Control   public, max-age=60
Content-Encoding    gzip
Content-Length  9334
Content-Type    text/html; charset=utf-8<----------------here s it
Date    Sat, 05 May 2012 20:34:36 GMT
Expires Sat, 05 May 2012 20:35:36 GMT
Last-Modified   Sat, 05 May 2012 20:34:36 GMT
Vary    *
问题回答




相关问题
how to use DynamicResource in the code behind?

I d like to be able to set a property to a dynamic resource programmatically. myControl.Property = this.Resource[key] is not a valid response, since if the resource with the key key is replaced, ...

PHP - Foreach loops and ressources

I m using a foreach loop to process a large set of items, unfortunately it s using alot of memory. (probably because It s doing a copy of the array). Apparently there is a way to save some memory with ...

C# Play MP3 from Resources with MCI or WMP control?

I have a MP3 file in my Resources of Visual C#. I m trying to find out if there is a way I can play this MP3 in a Windows Media Player control or with MCI, I m not particular. I m fairly new to C#. ...

Convert files of any types to a file with c strings

Please suggest a small command-line utility (for Windows) to convert files from particular directory to a valid c file. Maybe it can be done just with batch commands? The resulting file should look ...

How to sort ResourceSet in C#

I have a resource file named filetypes.resx. Some how I figured out to bind the resource values to dropdownlist, but I don t know how to sort the values of ResourceSet. Here is what I did so far, ...

热门标签