Python论坛  - 讨论区

标题:[python-chinese] request.POST 问题.

2007年06月27日 星期三 09:42

Neo Chen openunix在163.com
星期三 六月 27 09:42:41 HKT 2007

request.POST È¡µ½HTTP HEAD ÖеÄÌá½»Êý¾Ý.

µ±ÎÒÈ¡µ½Êý¾Ýºó,ÎÒÔõôÇå¿ÕËü?

ÒòΪֻҪ¶àˢм¸´Î.Êý¾Ý¿âÖоͻáÓкܶàÖظ´¼Ç¼?
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070627/0b0b5aeb/attachment-0001.html 
-------------- 下一部分 --------------
Ò»¸ö·ÇÎı¾¸½¼þ±»Çå³ý...
·¢ÐÅÈË: %(who)s
Ö÷Ìâ: %(subject)s
ÈÕÆÚ: %(date)s
´óС: 1325
Url: http://python.cn/pipermail/python-chinese/attachments/20070627/0b0b5aeb/attachment-0001.bin 

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

2007年06月27日 星期三 09:56

 qujinlong123在gmail.com
星期三 六月 27 09:56:18 HKT 2007

ˢв»¾ÍµÈÓÚÖØÐÂÌá½»£¿Çå¿ÕÊÓͼÖеÄÊý¾Ý»òÕßתµ½ÁíÍâµÄÊÓͼ°É£¬·ñÔòÈçºÎ¿ØÖÆÓû§µÄÐÐΪ




Áú
2007-06-27



·¢¼þÈË£º Neo Chen
·¢ËÍʱ¼ä£º 2007-06-27 09:43:54
ÊÕ¼þÈË£º python-chinese在lists.python.cn
³­ËÍ£º 
Ö÷Ì⣺ [python-chinese]request.POST ÎÊÌâ.

request.POST È¡µ½HTTP HEAD ÖеÄÌá½»Êý¾Ý.

µ±ÎÒÈ¡µ½Êý¾Ýºó,ÎÒÔõôÇå¿ÕËü?

ÒòΪֻҪ¶àˢм¸´Î.Êý¾Ý¿âÖоͻáÓкܶàÖظ´¼Ç¼?
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20070627/8d5bbb12/attachment.html 

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

2007年06月27日 星期三 10:25

wang yingqi wangyingqi在gmail.com
星期三 六月 27 10:25:20 HKT 2007

这份数据是浏览器预留的 ,每次刷新浏览器会重复发送请求。对与服务器来说,两种请求没有任何不同。

On 6/27/07, 龙 <qujinlong123 at gmail.com> wrote:
>
>  刷新不就等于重新提交?清空视图中的数据或者转到另外的视图吧,否则如何控制用户的行为
>
>  ------------------------------
>> 2007-06-27
>  ------------------------------
>  *发件人:* Neo Chen
> *发送时间:* 2007-06-27 09:43:54
> *收件人:* python-chinese at lists.python.cn
> *抄送:*
> *主题:* [python-chinese]request.POST 问题.
>
>  request.POST 取到HTTP HEAD 中的提交数据.
>
> 当我取到数据后,我怎么清空它?
>
> 因为只要多刷新几次.数据库中就会有很多重复记录?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
Regards.
wangyingqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070627/6c0f46b2/attachment.html 

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

2007年06月27日 星期三 13:12

武长斌 chbin.w在gmail.com
星期三 六月 27 13:12:56 HKT 2007

你刷新后,新增的记录不是因为request.POST里面保存了记录,是因为你重复提交数据了。也就是说,你正在反复的执行你提交的动作。

在07-6-27,Neo Chen <openunix at 163.com> 写道:
>
>  request.POST 取到HTTP HEAD 中的提交数据.
>
> 当我取到数据后,我怎么清空它?
>
> 因为只要多刷新几次.数据库中就会有很多重复记录?
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
武长斌
chbin.w at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070627/76fb92e5/attachment.html 

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

2007年06月27日 星期三 13:22

cun heise cunheise在hotmail.com
星期三 六月 27 13:22:14 HKT 2007

做一次redirect


>From: "武长斌" <chbin.w在gmail.com>
>Reply-To: python-chinese在lists.python.cn
>To: python-chinese在lists.python.cn
>Subject: Re: [python-chinese] request.POST 问题.
>Date: Wed, 27 Jun 2007 13:12:56 +0800
>
>你刷新后,新增的记录不是因为request.POST里面保存了记录,是因为你重复提交数
据了。也就是说,你正在反复的执行你提交的动作。
>
>在07-6-27,Neo Chen <openunix在163.com> 写道:
>>
>>  request.POST 取到HTTP HEAD 中的提交数据.
>>
>>当我取到数据后,我怎么清空它?
>>
>>因为只要多刷新几次.数据库中就会有很多重复记录?
>>
>>_______________________________________________
>>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
>>
>>
>
>
>--
>武长斌
>chbin.w在gmail.com


>_______________________________________________
>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]

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号