Python论坛  - 讨论区

标题:[python-chinese] 模拟IE的.F5刷新功能?

2007年07月05日 星期四 11:04

Neo Chen openunix在163.com
星期四 七月 5 11:04:41 HKT 2007

Ä£ÄâIEµÄ£®F5ˢй¦ÄÜ?

ÎÒÐèÒªÓÃËüÀ´¹ýÆÚcacheÀïµÄ¶«Î÷.

ÏÂÃæÊÇÎÒÃÇ·½·¨.µ«Ã»³É¹¦.
telnet album.bg7nyt.cn 80

GET /images/album.css HTTP/1.0
Host: album.bg7nyt.cn
Pragma: no-cache
Cache-Control: no-cache

Homepage: http://www.netkiller.org.cn
Python + Django http://album.bg7nyt.cn
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070705/df812633/attachment.htm 
-------------- 下一部分 --------------
Ò»¸ö·ÇÎı¾¸½¼þ±»Çå³ý...
·¢ÐÅÈË: %(who)s
Ö÷Ìâ: %(subject)s
ÈÕÆÚ: %(date)s
´óС: 1325
Url: http://python.cn/pipermail/python-chinese/attachments/20070705/df812633/attachment.bin 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月05日 星期四 11:07

cun heise cunheise在hotmail.com
星期四 七月 5 11:07:55 HKT 2007

set expire day in header


>From: "Neo Chen" <openunix在163.com>
>Reply-To: python-chinese在lists.python.cn
>To: <python-chinese在lists.python.cn>
>Subject: [python-chinese] 模拟IE的.F5刷新功能?
>Date: Thu, 5 Jul 2007 11:04:41 +0800
>
>模拟IE的.F5刷新功能?
>
>我需要用它来过期cache里的东西.
>
>下面是我们方法.但没成功.
>telnet album.bg7nyt.cn 80
>
>GET /images/album.css HTTP/1.0
>Host: album.bg7nyt.cn
>Pragma: no-cache
>Cache-Control: no-cache
>
>Homepage: http://www.netkiller.org.cn
>Python + Django http://album.bg7nyt.cn


><< smime.p7s >>




>_______________________________________________
>python-chinese
>Post: send python-chinese在lists.python.cn
>Subscribe: send subscribe to python-chinese-request在lists.python.cn
>Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>Detail Info: http://python.cn/mailman/listinfo/python-chinese

_________________________________________________________________
与联机的朋友进行交流,请使用  Live Messenger; 
http://get.live.com/messenger/overview 


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月05日 星期四 11:21

Neo Chen openunix在163.com
星期四 七月 5 11:21:13 HKT 2007

expire 是服务器给IE的...IE不会向服务器发这个吧?

----- Original Message ----- 
From: "cun heise" <cunheise在hotmail.com>
To: <python-chinese在lists.python.cn>
Sent: Thursday, July 05, 2007 11:07 AM
Subject: Re: [python-chinese] 模拟IE的.F5刷新功能?


> set expire day in header
> 
> 
>>From: "Neo Chen" <openunix在163.com>
>>Reply-To: python-chinese在lists.python.cn
>>To: <python-chinese在lists.python.cn>
>>Subject: [python-chinese] 模拟IE的.F5刷新功能?
>>Date: Thu, 5 Jul 2007 11:04:41 +0800
>>
>>模拟IE的.F5刷新功能?
>>
>>我需要用它来过期cache里的东西.
>>
>>下面是我们方法.但没成功.
>>telnet album.bg7nyt.cn 80
>>
>>GET /images/album.css HTTP/1.0
>>Host: album.bg7nyt.cn
>>Pragma: no-cache
>>Cache-Control: no-cache
>>
>>Homepage: http://www.netkiller.org.cn
>>Python + Django http://album.bg7nyt.cn
> 
> 
>><< smime.p7s >>
> 
> 
> 
> 
>>_______________________________________________
>>python-chinese
>>Post: send python-chinese在lists.python.cn
>>Subscribe: send subscribe to python-chinese-request在lists.python.cn
>>Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>>Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 
> _________________________________________________________________
> 与联机的朋友进行交流,请使用  Live Messenger; 
> http://get.live.com/messenger/overview 
> 
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月05日 星期四 14:13

清风 paradise.qingfeng在gmail.com
星期四 七月 5 14:13:53 HKT 2007

window.location.reload()

On 7/5/07, Neo Chen <openunix在163.com> wrote:
> expire 是服务器给IE的...IE不会向服务器发这个吧?
>
> ----- Original Message -----
> From: "cun heise" <cunheise在hotmail.com>
> To: <python-chinese在lists.python.cn>
> Sent: Thursday, July 05, 2007 11:07 AM
> Subject: Re: [python-chinese] 模拟IE的.F5刷新功能?
>
>
> > set expire day in header
> >
> >
> >>From: "Neo Chen" <openunix在163.com>
> >>Reply-To: python-chinese在lists.python.cn
> >>To: <python-chinese在lists.python.cn>
> >>Subject: [python-chinese] 模拟IE的.F5刷新功能?
> >>Date: Thu, 5 Jul 2007 11:04:41 +0800
> >>
> >>模拟IE的.F5刷新功能?
> >>
> >>我需要用它来过期cache里的东西.
> >>
> >>下面是我们方法.但没成功.
> >>telnet album.bg7nyt.cn 80
> >>
> >>GET /images/album.css HTTP/1.0
> >>Host: album.bg7nyt.cn
> >>Pragma: no-cache
> >>Cache-Control: no-cache
> >>
> >>Homepage: http://www.netkiller.org.cn
> >>Python + Django http://album.bg7nyt.cn
> >
> >
> >><< smime.p7s >>
> >
> >
> >
> >
> >>_______________________________________________
> >>python-chinese
> >>Post: send python-chinese在lists.python.cn
> >>Subscribe: send subscribe to python-chinese-request在lists.python.cn
> >>Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> >>Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> > _________________________________________________________________
> > 与联机的朋友进行交流,请使用  Live Messenger;
> > http://get.live.com/messenger/overview
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
http://qingfeng.ushared.com/blog/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月05日 星期四 14:42

Neo Chen openunix在163.com
星期四 七月 5 14:42:16 HKT 2007

不行.
我是想清cache 不是reload()
----- Original Message ----- 
From: "清风" <paradise.qingfeng在gmail.com>
To: <python-chinese在lists.python.cn>
Sent: Thursday, July 05, 2007 2:13 PM
Subject: Re: [python-chinese] 模拟IE的.F5刷新功能?


> window.location.reload()
> 
> On 7/5/07, Neo Chen <openunix在163.com> wrote:
>> expire 是服务器给IE的...IE不会向服务器发这个吧?
>>
>> ----- Original Message -----
>> From: "cun heise" <cunheise在hotmail.com>
>> To: <python-chinese在lists.python.cn>
>> Sent: Thursday, July 05, 2007 11:07 AM
>> Subject: Re: [python-chinese] 模拟IE的.F5刷新功能?
>>
>>
>> > set expire day in header
>> >
>> >
>> >>From: "Neo Chen" <openunix在163.com>
>> >>Reply-To: python-chinese在lists.python.cn
>> >>To: <python-chinese在lists.python.cn>
>> >>Subject: [python-chinese] 模拟IE的.F5刷新功能?
>> >>Date: Thu, 5 Jul 2007 11:04:41 +0800
>> >>
>> >>模拟IE的.F5刷新功能?
>> >>
>> >>我需要用它来过期cache里的东西.
>> >>
>> >>下面是我们方法.但没成功.
>> >>telnet album.bg7nyt.cn 80
>> >>
>> >>GET /images/album.css HTTP/1.0
>> >>Host: album.bg7nyt.cn
>> >>Pragma: no-cache
>> >>Cache-Control: no-cache
>> >>
>> >>Homepage: http://www.netkiller.org.cn
>> >>Python + Django http://album.bg7nyt.cn
>> >
>> >
>> >><< smime.p7s >>
>> >
>> >
>> >
>> >
>> >>_______________________________________________
>> >>python-chinese
>> >>Post: send python-chinese在lists.python.cn
>> >>Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> >>Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> >>Detail Info: http://python.cn/mailman/listinfo/python-chinese
>> >
>> > _________________________________________________________________
>> > 与联机的朋友进行交流,请使用  Live Messenger;
>> > http://get.live.com/messenger/overview
>> >
>> > _______________________________________________
>> > python-chinese
>> > Post: send python-chinese在lists.python.cn
>> > Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> > Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> 
> 
> -- 
> http://qingfeng.ushared.com/blog/
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号