V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
o618
V2EX  ›  Python

关于用tornado实现功能的疑问?

  •  
  •   o618 · 2014-02-11 12:30:18 +08:00 · 2589 次点击
    这是一个创建于 3719 天前的主题,其中的信息可能已经有所发展或是发生改变。
    比如要实现对于主题“投票”的计数,写成def get_vote_by_topic_id_and_trigger_user_id_count(self, topic_id, trigger_user_id),后面括号里的内容是否需要写?
    5 条回复    1970-01-01 08:00:00 +08:00
    leiz
        1
    leiz  
       2014-02-11 12:35:07 +08:00   ❤️ 2
    你想表达什么?
    nichan
        2
    nichan  
       2014-02-11 12:43:47 +08:00   ❤️ 1
    o618
        3
    o618  
    OP
       2014-02-11 12:55:16 +08:00
    @nichan 这个之前看过
    ushuz
        4
    ushuz  
       2014-02-11 13:28:00 +08:00 via iPhone
    @o618 请先弄明白那个括号和里面的东西是干嘛的再开始写程序
    strak47
        5
    strak47  
       2014-02-11 13:28:53 +08:00
    你这个函数是一个 requesthandler 吗,是的话取决于你的 url 如何配置,
    如果是 /path?topic_id=xxx&user_id=yyy 则不需要这两个参数,直接 self.get_argument('topic_id') 即可。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5464 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 03:02 · PVG 11:02 · LAX 20:02 · JFK 23:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.