urllib=urllib) def post(self): self.redirect('http://zt.bdinfo.net/speedtest/wo3G.rar') print('!!!!f**k: ' + self.request.uri) if __name__ == "__main__": the_class = globals().copy() if len(sys.argv) == 2: port = int(sys.argv[1]) else: port = 8888 print(port) url_map = tornado_bz.getURLMap(the_class) url_map.append((r'/(.*)', blog)) url_map.append((r'/static/(.*)', tornado.web.StaticFileHandler, { 'path': "./static" })) settings = tornado_bz.getSettings() application = tornado.web.Application(url_map, **settings) application.listen(port) ioloop = tornado.ioloop.IOLoop().instance() tornado.autoreload.start(ioloop) ioloop.start()
web_class = tornado_bz.getAllWebBzRequestHandlers() web_class.update(globals().copy()) if len(sys.argv) == 2: port = int(sys.argv[1]) else: port = 9000 print port url_map = tornado_bz.getURLMap(web_class) # 机器人 url_map.append((r'/robots.txt()', tornado.web.StaticFileHandler, {'path': "./static/robots.txt"})) # sitemap url_map.append((r'/sitemap.xml()', tornado.web.StaticFileHandler, {'path': "./static/sitemap.xml"})) #url_map.append((r'/static/(.*)', tornado.web.StaticFileHandler, {'path': "./static"})) settings = tornado_bz.getSettings() settings["pg"] = pg settings["domain"] = 'yinmore.follow.center' settings["appid"] = wechat_oper.appid settings["appsecret"] = wechat_oper.appsecret settings["wechat"] = wechat_oper.getWechat() application = tornado.web.Application(url_map, **settings) application.listen(port) ioloop = tornado.ioloop.IOLoop().instance() tornado.autoreload.start(ioloop) ioloop.start()