2004年08月10日 星期二 11:03
我创建了一个简单的Product 其中在ZMI下面有个管理页面,有如下内容: 1.一个添加内容表单 2.内容列表 现在的问题是,我在添加内容表单里面添加了一个内容,不会立刻 反映在内容列表中,要自己刷新一下才可以。怎样能自动反映变化 呢? 下面是那个页面的dtml代码:This form allows you to change the poll's question and responses. Changing a poll's question and responses will reset the poll's vote tally..
2004年08月10日 星期二 11:15
python-chinese,您好! 致 礼! guochen guochen at 1218.com.cn 2004-08-10
2004年08月10日 星期二 11:35
mike gaul,您好! 是列表,不是链表,C里面才有链表。dtml文档中有例子。 ======= 2004-08-10 10:21:46 您在来信中写道:======= >在zope中,一个类的方法返回了一个链表, >比如这个方法名为list,那么在dtml中,应该怎样把这个方法返回 >的链表列出来呢? > >好象是什么的,可是具体怎么操作呢?我试了好久都不行。 > >_________________________________________________________ >Do You Yahoo!? >150万曲MP3疯狂搜,带您闯入音乐殿堂 >http://music.yisou.com/ >美女明星应有尽有,搜遍美图、艳图和酷图 >http://image.yisou.com >1G就是1000兆,雅虎电邮自助扩容! >http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/ >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-10
2004年08月10日 星期二 11:37
gentoo.cn,您好! 那个不是内存的大小吧。而是对应的struct的大小。因为在python中都是对象,而不仅仅是数据结构。不知道:你想知道内存大小有什么用? ======= 2004-08-10 11:05:42 您在来信中写道:======= >import struct >struct.pack >struct.calcsize ? > >难道使用这个方法吗? >我也想知道有什么方法来计算对象的size > >*calcsize*( fmt) > > Return the size of the struct (and hence of the string) > corresponding to the given format. > >Format characters have the following meaning; the conversion between C >and Python values should be obvious given their types: > >*Format* *C Type* *Python* *Notes* >x pad byte no value >c char string of length 1 >b signed char integer >B unsigned char integer >h short integer >H unsigned short integer >i int integer >I unsigned int long >l long integer >L unsigned long long >q long long long (1) >Q unsigned long long long (1) >f float float >d double float >s char[] string >p char[] string >P void * integer > > >tocer wrote: > >>比如: >>a=[1,2,3] >>测试 a 在内存中的所占的字节数 >> >>------------------------------------------------------------------------ >> >>_______________________________________________ >>python-chinese list >>python-chinese at lists.python.cn >>http://python.cn/mailman/listinfo/python-chinese >> >> > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-10
2004年08月10日 星期二 11:38
guochen,您好! 使用对象啊。对象可以是任意的东西啊。 a = [1,2,[3,4,[5,6]]] 这样不就和链表一样吗?树也可以这样表示啊。 ======= 2004-08-10 11:15:39 您在来信中写道:======= >python-chinese,您好! > > > > 致 >礼! > > > guochen > guochen at 1218.com.cn > 2004-08-10 > > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-10
2004年08月10日 星期二 11:39
mike gaul,您好! 现在好久不搞Zope,都记不起来了。可以使用RESPONSE.redirect方法吧。或加一个javascript来刷新document.location吧。具体是什么已经记不清了。 ======= 2004-08-10 11:03:16 您在来信中写道:======= >我创建了一个简单的Product >其中在ZMI下面有个管理页面,有如下内容: >1.一个添加内容表单 >2.内容列表 > >现在的问题是,我在添加内容表单里面添加了一个内容,不会立刻 >反映在内容列表中,要自己刷新一下才可以。怎样能自动反映变化 >呢? > >下面是那个页面的dtml代码: > >> >> > > >This form allows you to change the poll's question and >responses. Changing a poll's question and responses >will reset the poll's vote tally.. >
> >
2004年08月10日 星期二 14:48
你可以让你的insert/remove 方法redirect回到,你的管理页面。就可以了。 另外关于zope的问题请在zope的列表里提问. -----邮件原件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 mike gaul 发送时间: 2004年8月10日 11:03 收件人: chinese python 主题: [python-chinese] zope页面刷新的问题 我创建了一个简单的Product 其中在ZMI下面有个管理页面,有如下内容: 1.一个添加内容表单 2.内容列表 现在的问题是,我在添加内容表单里面添加了一个内容,不会立刻 反映在内容列表中,要自己刷新一下才可以。怎样能自动反映变化 呢? 下面是那个页面的dtml代码:This form allows you to change the poll's question and responses. Changing a poll's question and responses will reset the poll's vote tally..
Zeuux © 2024
京ICP备05028076号