摘要:
uswgi学习文档 http://uwsgi-docs-cn.readthedocs.io/zh_CN/latest/WSGIquickstart.html WSGI是什么? WSGI,全称 Web Server Gateway Interface,或者 Python Web Server Gate 阅读全文
摘要:
一、罗列全部的内置函数 戳:https://docs.python.org/2/library/functions.html 二、range、xrange(迭代器) 无论是range()还是xrange()都是Python里的内置函数。这个两个内置函数最常用在for循环中。例如: >>> for i 阅读全文