基本信息
源码名称:tornado-1.2.1 python
源码大小:0.26M
文件格式:.gz
开发语言:Python
更新时间:2023-05-18
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
tornado-1.2.1 python
Tornado暂时的最新版~~~~到官网上可以看需要的配置,最好在linux下,windows下推荐使用python 2.5.x 别的版本装pycurl有些问题。所以不怎么推荐或者我就不会装了
文件清单
└── tornado-1.2.1
├── demos
│ ├── appengine
│ │ ├── app.yaml
│ │ ├── blog.py
│ │ ├── markdown.py
│ │ ├── README
│ │ ├── static
│ │ │ └── blog.css
│ │ └── templates
│ │ ├── archive.html
│ │ ├── base.html
│ │ ├── compose.html
│ │ ├── entry.html
│ │ ├── feed.xml
│ │ ├── home.html
│ │ └── modules
│ │ └── entry.html
│ ├── auth
│ │ └── authdemo.py
│ ├── benchmark
│ │ └── benchmark.py
│ ├── blog
│ │ ├── blog.py
│ │ ├── markdown.py
│ │ ├── README
│ │ ├── schema.sql
│ │ ├── static
│ │ │ └── blog.css
│ │ └── templates
│ │ ├── archive.html
│ │ ├── base.html
│ │ ├── compose.html
│ │ ├── entry.html
│ │ ├── feed.xml
│ │ ├── home.html
│ │ └── modules
│ │ └── entry.html
│ ├── chat
│ │ ├── chatdemo.py
│ │ ├── static
│ │ │ ├── chat.css
│ │ │ └── chat.js
│ │ └── templates
│ │ ├── index.html
│ │ └── message.html
│ ├── facebook
│ │ ├── facebook.py
│ │ ├── README
│ │ ├── static
│ │ │ ├── facebook.css
│ │ │ └── facebook.js
│ │ ├── templates
│ │ │ ├── modules
│ │ │ │ └── post.html
│ │ │ └── stream.html
│ │ └── uimodules.py
│ └── helloworld
│ └── helloworld.py
├── MANIFEST.in
├── PKG-INFO
├── README
├── setup.cfg
├── setup.py
├── tornado
│ ├── auth.py
│ ├── autoreload.py
│ ├── ca-certificates.crt
│ ├── database.py
│ ├── epoll.c
│ ├── escape.py
│ ├── httpclient.py
│ ├── httpserver.py
│ ├── httputil.py
│ ├── __init__.py
│ ├── ioloop.py
│ ├── iostream.py
│ ├── locale.py
│ ├── options.py
│ ├── s3server.py
│ ├── simple_httpclient.py
│ ├── stack_context.py
│ ├── template.py
│ ├── test
│ │ ├── escape_test.py
│ │ ├── httpserver_test.py
│ │ ├── __init__.py
│ │ ├── ioloop_test.py
│ │ ├── iostream_test.py
│ │ ├── README
│ │ ├── runtests.py
│ │ ├── simple_httpclient_test.py
│ │ ├── stack_context_test.py
│ │ ├── test.crt
│ │ ├── testing_test.py
│ │ ├── test.key
│ │ └── web_test.py
│ ├── testing.py
│ ├── web.py
│ ├── websocket.py
│ ├── win32_support.py
│ └── wsgi.py
└── tornado.egg-info
├── dependency_links.txt
├── PKG-INFO
├── SOURCES.txt
└── top_level.txt
23 directories, 84 files
tornado-1.2.1 python
Tornado暂时的最新版~~~~到官网上可以看需要的配置,最好在linux下,windows下推荐使用python 2.5.x 别的版本装pycurl有些问题。所以不怎么推荐或者我就不会装了
文件清单
└── tornado-1.2.1
├── demos
│ ├── appengine
│ │ ├── app.yaml
│ │ ├── blog.py
│ │ ├── markdown.py
│ │ ├── README
│ │ ├── static
│ │ │ └── blog.css
│ │ └── templates
│ │ ├── archive.html
│ │ ├── base.html
│ │ ├── compose.html
│ │ ├── entry.html
│ │ ├── feed.xml
│ │ ├── home.html
│ │ └── modules
│ │ └── entry.html
│ ├── auth
│ │ └── authdemo.py
│ ├── benchmark
│ │ └── benchmark.py
│ ├── blog
│ │ ├── blog.py
│ │ ├── markdown.py
│ │ ├── README
│ │ ├── schema.sql
│ │ ├── static
│ │ │ └── blog.css
│ │ └── templates
│ │ ├── archive.html
│ │ ├── base.html
│ │ ├── compose.html
│ │ ├── entry.html
│ │ ├── feed.xml
│ │ ├── home.html
│ │ └── modules
│ │ └── entry.html
│ ├── chat
│ │ ├── chatdemo.py
│ │ ├── static
│ │ │ ├── chat.css
│ │ │ └── chat.js
│ │ └── templates
│ │ ├── index.html
│ │ └── message.html
│ │ ├── facebook.py
│ │ ├── README
│ │ ├── static
│ │ │ ├── facebook.css
│ │ │ └── facebook.js
│ │ ├── templates
│ │ │ ├── modules
│ │ │ │ └── post.html
│ │ │ └── stream.html
│ │ └── uimodules.py
│ └── helloworld
│ └── helloworld.py
├── MANIFEST.in
├── PKG-INFO
├── README
├── setup.cfg
├── setup.py
├── tornado
│ ├── auth.py
│ ├── autoreload.py
│ ├── ca-certificates.crt
│ ├── database.py
│ ├── epoll.c
│ ├── escape.py
│ ├── httpclient.py
│ ├── httpserver.py
│ ├── httputil.py
│ ├── __init__.py
│ ├── ioloop.py
│ ├── iostream.py
│ ├── locale.py
│ ├── options.py
│ ├── s3server.py
│ ├── simple_httpclient.py
│ ├── stack_context.py
│ ├── template.py
│ ├── test
│ │ ├── escape_test.py
│ │ ├── httpserver_test.py
│ │ ├── __init__.py
│ │ ├── ioloop_test.py
│ │ ├── iostream_test.py
│ │ ├── README
│ │ ├── runtests.py
│ │ ├── simple_httpclient_test.py
│ │ ├── stack_context_test.py
│ │ ├── test.crt
│ │ ├── testing_test.py
│ │ ├── test.key
│ │ └── web_test.py
│ ├── testing.py
│ ├── web.py
│ ├── websocket.py
│ ├── win32_support.py
│ └── wsgi.py
└── tornado.egg-info
├── dependency_links.txt
├── PKG-INFO
├── SOURCES.txt
└── top_level.txt
23 directories, 84 files