会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
TOP
坨之歌
The Bird of the Termes is my name, eating my wings to make me tame.
首页
联系
订阅
管理
2022年5月25日
Tornado 框架使用详解, 从懵逼到开撸
摘要: 安装 pip install tornado 简单 web_demo 代码 # coding:utf-8 import tornado.web import tornado.ioloop class IndexHandler(tornado.web.RequestHandler): """主路由处理
阅读全文
posted @ 2022-05-25 18:37 羊驼之歌
阅读(1462)
评论(0)
推荐(0)
编辑
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
摘要: sudo /etc/init.d/mysql restart
阅读全文
posted @ 2022-05-25 11:55 羊驼之歌
阅读(35)
评论(0)
推荐(0)
编辑
公告