11 2014 档案

摘要:先贴上Application这个类的源码。class Application(httputil.HTTPServerConnectionDelegate): """A collection of request handlers that make up a web application. ... 阅读全文
posted @ 2014-11-11 20:55 向日葵的祈愿 阅读(890) 评论(0) 推荐(0)
摘要:import tornado.webimport tornado.httpserverimport tornado.ioloopimport tornado.optionsimport os.pathfrom tornado.options import define, optionsdefine(... 阅读全文
posted @ 2014-11-01 22:34 向日葵的祈愿 阅读(531) 评论(0) 推荐(0)