Nginx+uWSGI+bottle
陶醉 - 陶醉 发布于 2015-12-16
一、安装Nginx sudo apt-get install nginx 配置文件: 文件位置:/etc/nginx/sites-enabled/ server { listen 80; server_name ios.plar.cn; access_log /var/log/n...
阅读(5961)评论(0)赞 (126)
陶醉 - 陶醉 发布于 2015-12-16
一、安装Nginx sudo apt-get install nginx 配置文件: 文件位置:/etc/nginx/sites-enabled/ server { listen 80; server_name ios.plar.cn; access_log /var/log/n...
阅读(5961)评论(0)赞 (126)
陶醉 - 陶醉 发布于 2015-12-05
一不小心手一抖! 把Mac升级到了10.11.1,结果Mysql-for-python不能连接了。 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "M...
阅读(8659)评论(0)赞 (123)