Tornado 5.1 Documentation
world Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method server. A minimal “hello world” example looks something like this: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def0 码力 | 243 页 | 895.80 KB | 1 年前3Tornado 4.5 Documentation
world Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") application Templates and UI Authentication and security Running and deploying Web framework tornado.web — RequestHandler and Application classes tornado.template — Flexible output generation tornado server. A minimal “hello world” example looks something like this: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world")0 码力 | 333 页 | 322.34 KB | 1 年前3Tornado 5.1 Documentation
world Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method application Templates and UI Authentication and security Running and deploying Web framework tornado.web — RequestHandler and Application classes tornado.template — Flexible output generation tornado0 码力 | 359 页 | 347.32 KB | 1 年前3Tornado 6.1 Documentation
world Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method server. A minimal “hello world” example looks something like this: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def0 码力 | 245 页 | 904.24 KB | 1 年前3Tornado 4.5 Documentation
world Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def server. A minimal “hello world” example looks something like this: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def features in the tornado.template section (some features, including UIModules are implemented in the tornado.web module) Under the hood, Tornado templates are translated directly to Python. The expressions you0 码力 | 222 页 | 833.04 KB | 1 年前3Tornado 6.0 Documentation
WORLD Here is a simple “Hello, world” example web app for Tornado: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method server. A minimal “hello world” example looks something like this: import tornado.ioloop import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def0 码力 | 245 页 | 885.76 KB | 1 年前3Tornado 6.5 Documentation
of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method features in the tornado.template section (some features, including UIModules are implemented in the tornado.web module) Under the hood, Tornado templates are translated directly to Python. The expressions you This has been known to confuse some IDEs. 6.2 Web framework 6.2.1 tornado.web — RequestHandler and Application classes tornado.web provides a simple web framework with asynchronous features that allow0 码力 | 272 页 | 1.12 MB | 2 月前3Tornado 6.4 Documentation
of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method features in the tornado.template section (some features, including UIModules are implemented in the tornado.web module) Under the hood, Tornado templates are translated directly to Python. The expressions you This has been known to confuse some IDEs. 6.2 Web framework 6.2.1 tornado.web — RequestHandler and Application classes tornado.web provides a simple web framework with asynchronous features that allow0 码力 | 268 页 | 1.09 MB | 1 年前3Tornado 6.2 Documentation
HELLO, WORLD Here is a simple “Hello, world” example web app for Tornado: import asyncio import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method the server. A minimal “hello world” example looks something like this: import asyncio import tornado.web class MainHandler(tornado.web.RequestHandler): def get(self): self.write("Hello, world") def0 码力 | 260 页 | 1.06 MB | 1 年前3Tornado 6.4 Documentation
of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado code is not thread-safe. The only method features in the tornado.template section (some features, including UIModules are implemented in the tornado.web module) Under the hood, Tornado templates are translated directly to Python. The expressions you This has been known to confuse some IDEs. 6.2 Web framework 6.2.1 tornado.web — RequestHandler and Application classes tornado.web provides a simple web framework with asynchronous features that allow0 码力 | 268 页 | 1.09 MB | 1 年前3
共 136 条
- 1
- 2
- 3
- 4
- 5
- 6
- 14