05 2016 档案

摘要:curl 获取web curl www.baidu.com 阅读全文
posted @ 2016-05-15 00:37 云飘 阅读(111) 评论(0) 推荐(0)
摘要:安装supervisor sudo apt-get install supervsor 配置 打开 /etc/supervisor/supervisor.conf 可以看到 同目录文件夹下的 con.d 里面的.conf 都会被包含 编辑app.conf文件 [program : app] command = python ... 阅读全文
posted @ 2016-05-15 00:33 云飘 阅读(760) 评论(0) 推荐(0)
摘要:链接: https://blog.yunpiao.site 原文 http://blog.csdn.net/zhanh1218/article/details/37562167 主题 Python eval()函数十分强大,官方demo解释为:将字符串str当成有效的表达式来求值并返回计算结果。 s 阅读全文
posted @ 2016-05-06 22:15 云飘 阅读(23321) 评论(0) 推荐(0)
摘要:Request属性 元属性 method host path environ headers data body中的内容 最安全 解析后 remote_addr args form values args集合 json cookie... 阅读全文
posted @ 2016-05-06 21:04 云飘 阅读(542) 评论(0) 推荐(0)