Python论坛  - 讨论区

标题:[python-chinese] [django]数据类型问题

2006年07月01日 星期六 09:57

风向标 vaneoooo at gmail.com
Sat Jul 1 09:57:28 HKT 2006

表Y:
year= ..........

表C:
foryear= ......(Y) # 关联到Y

接着我:

ABC=C.object.get(id=1)

ABC.foryear.year

出来的数却是 1992L 而不是1992

我在模板中直接{{ ABC.foryear.year }}的话 无法显示出来
现在采用的办法是干脆另设一个模板变量  在view中把ABC.foryear.year单独int( )   然后传过去

不知道为什么会1992L呢?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060701/960a7144/attachment.html

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

2006年07月01日 星期六 13:14

魏忠 weizhong2004 at gmail.com
Sat Jul 1 13:14:18 HKT 2006

L 表示长整型,用 str(ABC.foryear.year)



-- 
开飞机的舒克
http://www.lvye.org/shuke
msn:weizhong at netease.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060701/c4b9f867/attachment.htm

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

2006年07月01日 星期六 14:03

风向标 vaneoooo at gmail.com
Sat Jul 1 14:03:59 HKT 2006

原来如此.可惜django的模板处理里好象不支持python内置函数
自己写过滤器又麻烦了点
将就着用吧

还有个大白菜问题 实在不好再换地问
接着这里请教了吧


像1999这样的整型数
有没有什么内置函数或者简单方法
一下就取到99这个数呢?
也就是后两位


在06-7-1,魏忠 <weizhong2004 at gmail.com> 写道:
>
>
> L 表示长整型,用 str(ABC.foryear.year)
>
>
>
>
> --
> 开飞机的舒克
> http://www.lvye.org/shuke
> msn:weizhong at netease.com
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060701/e3613a71/attachment.htm

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

2006年07月01日 星期六 15:08

xxmplus xxmplus at gmail.com
Sat Jul 1 15:08:14 HKT 2006

1999%100

On 7/1/06, 风向标 <vaneoooo at gmail.com> wrote:
>
>
> 原来如此.可惜django的模板处理里好象不支持python内置函数
> 自己写过滤器又麻烦了点
> 将就着用吧
>
> 还有个大白菜问题 实在不好再换地问
> 接着这里请教了吧
>
>
> 像1999这样的整型数
> 有没有什么内置函数或者简单方法
> 一下就取到99这个数呢?
> 也就是后两位
>
>
> 在06-7-1,魏忠 <weizhong2004 at gmail.com> 写道:
> >
>
>
> L 表示长整型,用 str(ABC.foryear.year)
>
>
>
>
> --
> 开飞机的舒克
> http://www.lvye.org/shuke
>  msn:weizhong at netease.com
> _______________________________________________
> 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
>
>
>
> _______________________________________________
> 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
>
>

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号