分类目录归档:Python

python multiprocessing

The exceptions raised in child process w … 继续阅读

发表在 Python | 留下评论

【转】Troubleshooting 备忘录 #Cython, msvc9compiler.py: ValueError: [u’path’]

原文地址: http://voih.blog.163.com/blog/stat … 继续阅读

发表在 Python | 留下评论

【原】python 文件打开模式和文件游标

python中可以通过调用内置函数 open 打开文件 w模式, 写模式, 如文 … 继续阅读

发表在 Python | 标签为 , , | 留下评论

【转】Python 定义参数数量未知的函数

转载自:http://blog.csdn.net/FeiSan/archive/ … 继续阅读

发表在 Python | 留下评论

【原】Python 检测对象类型的函数

有两个函数可以用于对象的类型检测, 1. isinstance(对象, 类) 2 … 继续阅读

发表在 Python | 留下评论