V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  siteshen  ›  全部回复第 24 页 / 共 24 页
回复总数  465
1 ... 15  16  17  18  19  20  21  22  23  24  
2013 年 9 月 5 日
回复了 KMHook 创建的主题 Python 感觉很奇怪的一道python笔试题。
@leiz 貌似 pep8 推荐后面加'_',前面 加'_'表示 private。
2013 年 9 月 5 日
回复了 zeyexe 创建的主题 Tornado get_argument 方法能不能忽略参数的大小写?
可以参考 tornado.web.Requesthandler.get_arguments 函数的实现,可以考虑在 initialize() 里面 把 self.request.arguments 的 key 统一变为大写(或小写)。
和 django 没啥关系。

from X import * imports the module X, and creates references in the current namespace to all public objects defined by that module (that is, everything that doesn’t have a name starting with “_”).
2013 年 4 月 5 日
回复了 workaholic 创建的主题 Python python 的 for 好牛x
python的for确实很给力,超喜欢这玩意儿〜
2013 年 4 月 5 日
回复了 lookhi 创建的主题 iDev API的设计困难 求协助 求指导
为什么不用http自带的staus表示成功与否?
参数错误:400,access_token不正确或过期:401?
1 ... 15  16  17  18  19  20  21  22  23  24  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3029 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 13:57 · PVG 21:57 · LAX 06:57 · JFK 09:57
♥ Do have faith in what you're doing.