HTML: ASP response.expires=0 response.addHeader("pragma","no-cache") response.addHeader("Cache-Control","no-store, must-revalidate") PHP header("E...
分类:
Web程序 时间:
2014-07-07 17:48:45
阅读次数:
267
1、httpclient总结:一、基本知识准备(1)构建URI工具类,URIBuilder(2)HttpResponse类,可以添加Header信息 获取所有Header信息的方法,调用HeaderIterator接口HeaderIterator it = response.head...
分类:
其他好文 时间:
2014-07-07 16:50:50
阅读次数:
243
在使用的是 Template(open(file)) 引入的 html, 在处理静态文件的时候,怎么处理图片?可以这样:def imgFile(environ, start_response): ext = environ['PATH_INFO'].split('.') for n in...
分类:
编程语言 时间:
2014-07-03 06:39:21
阅读次数:
220
http头的组成:==============HTTP头字段包括4类:general-header ;request-header ;response-header ;entity-header .***************************************************...
分类:
其他好文 时间:
2014-07-03 00:25:46
阅读次数:
347
1 package cn.itcast.response; 2 3 import java.io.FileInputStream; 4 import java.io.IOException; 5 import java.io.InputStream; 6 import java.io.Outpu.....
分类:
其他好文 时间:
2014-07-02 22:17:15
阅读次数:
241
response 后刷新页面先要求点按钮生成文件,同时按钮变灰,文件生成好直接打开该文件,按钮可用。一,给按钮增加点击后变灰,页面刷新变可用属性。打开文件代码如下: //写出文件 System.Text.Encoding encoding = System.Text.Encoding....
分类:
其他好文 时间:
2014-07-01 20:13:00
阅读次数:
353
Asp.Net Cookie用法比如建立一个名为cookiePhone,值为2598998的cookieHttpCookie cookie = new HttpCookie["cookiePhone"];cookie.Value = "2598998;Response.AppendCookie(co...
分类:
Web程序 时间:
2014-07-01 13:23:37
阅读次数:
169
1 package cn.itcast.response; 2 3 import java.io.IOException; 4 import java.io.OutputStream; 5 import java.io.PrintWriter; 6 import java.io.Unsuppor.....
分类:
其他好文 时间:
2014-07-01 12:03:53
阅读次数:
199
针对IE8以下不支持css3的media query,可以使用response.js解决下载地址:https://github.com/scottjehl/Respond/这里有一篇关于其实现原理的文章:http://caibaojian.com/respondjs.html引用时的注意点: 不可....
分类:
Web程序 时间:
2014-06-30 20:49:30
阅读次数:
235
码农写了这么长时间的web程序,都没搞清楚response的setContentType有那些参数,差了下,居然有这么多参数,好吧,无知了。
image/bmp BMP
image/gifGIF
image/jpegJPEG
image/tiffTIFF
image/x-dcxDCX
image/x-pcxPCX
text/htmlHTML
text/plainTXT
te...
分类:
其他好文 时间:
2014-06-30 00:04:30
阅读次数:
239