推荐学习书目
› 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 · Feb 11, 2014 · 3383 views
    This topic created in 4608 days ago, the information mentioned may be changed or developed.
    比如要实现对于主题“投票”的计数,写成def get_vote_by_topic_id_and_trigger_user_id_count(self, topic_id, trigger_user_id),后面括号里的内容是否需要写?
    5 replies  •  1970-01-01 08:00:00 +08:00
    leiz
        1
    leiz  
       Feb 11, 2014   ❤️ 2
    你想表达什么?
    nichan
        2
    nichan  
       Feb 11, 2014   ❤️ 1
    o618
        3
    o618  
    OP
       Feb 11, 2014
    @nichan 这个之前看过
    ushuz
        4
    ushuz  
       Feb 11, 2014 via iPhone
    @o618 请先弄明白那个括号和里面的东西是干嘛的再开始写程序
    strak47
        5
    strak47  
       Feb 11, 2014
    你这个函数是一个 requesthandler 吗,是的话取决于你的 url 如何配置,
    如果是 /path?topic_id=xxx&user_id=yyy 则不需要这两个参数,直接 self.get_argument('topic_id') 即可。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   850 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 20:48 · PVG 04:48 · LAX 13:48 · JFK 16:48
    ♥ Do have faith in what you're doing.