摘要: WSGI 简介背景Python Web 开发中,服务端程序可以分为两个部分,一是服务器程序,二是应用程序。前者负责把客户端请求接收,整理,后者负责具体的逻辑处理。为了方便应用程序的开发,我们把常用的功能封装起来,成为各种Web开发框架,例如 Django, Flask, Tornado。不同的框架有... 阅读全文
posted @ 2015-01-16 17:05 legeishere 阅读(185) 评论(0) 推荐(0)
摘要: ##debain下安装配置supervisor1.安装supervisor root@debian-lege-pro:~# apt-get install supervisor Reading package lists... Done Building dependency tr... 阅读全文
posted @ 2015-01-16 15:56 legeishere 阅读(4853) 评论(0) 推荐(0)
摘要: ##debian下安装psdash并排错1.更新一下系统,安装必要的安装包 root@debian-lege-pro:~# apt-get update ...... root@debian-lege-pro:~# apt-get upgrade ..... root@... 阅读全文
posted @ 2015-01-16 14:07 legeishere 阅读(1883) 评论(0) 推荐(0)