首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
›
Remote Worker
V2EX
›
Project Babel
读代码遇到一些疑问,求解
linsk
·
2011-08-17 14:33:05 +08:00
· 4671 次点击
这是一个创建于 4829 天前的主题,其中的信息可能已经有所发展或是发生改变。
https://github.com/livid/v2ex/blob/master/topic.py#L1118
#1130~1134行
q = db.GqlQuery("SELECT * FROM Reply WHERE num = :1", int(reply_num))
if q[0]:
reply = q[0]
topic = reply.topic
node = topic.node
#问1134行 为什么不需要先在数据库中获得?因为整个topic对象都存储在reply.topic中吗?
Topic
Reply
num
2 条回复
•
1970-01-01 08:00:00 +08:00
1
Weakdancer
2011-08-17 14:58:28 +08:00
https://github.com/livid/v2ex/blob/master/v2ex/babel/__init__.py#L175
Livid 用了Google提供的 ReferenceProperty
http://code.google.com/intl/zh-CN/appengine/docs/python/datastore/typesandpropertyclasses.html#ReferenceProperty
2
linsk
OP
2011-08-17 15:01:01 +08:00
@
Weakdancer
感谢你花费的5分钟,很大帮助
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
3069 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms ·
UTC 13:41
·
PVG 21:41
·
LAX 05:41
·
JFK 08:41
Developed with
CodeLauncher
♥ Do have faith in what you're doing.