随笔分类 -  python

摘要:Problem:====================*** Operational MODE: preforking+threaded ****** no app loaded. going in full dynamic mode ****** uWSGI is running in mult... 阅读全文
posted @ 2015-08-27 21:24 小麦粉 阅读(4546) 评论(0) 推荐(0)
摘要:原文: An introduction to parallel programming 阅读全文
posted @ 2015-08-22 16:13 小麦粉 阅读(308) 评论(0) 推荐(0)
摘要:Python 一种支持面向对象和函数式(面向过程)的高级编程语言CPython 由 C 语言编译,一种默认的,通常我们所提及的基于 C 的 Python 的一种实现Cython 一种 Python 到 C 的一种转换器,用于对 CPyhton 做模块扩展,在一定程度上可以有一定的性... 阅读全文
posted @ 2015-08-22 15:01 小麦粉 阅读(3045) 评论(0) 推荐(0)