最近在看Python的多线程,经常我们会听到老手说:“Python下多线程是鸡肋,推荐使用多进程!”,但是为什么这么说呢? 要知其然,更要知其所以然。所以有了下面的深入研究: ...
Macbook OS X E1 Capitan Scrapy 安装
1.安装pip 安装pip时,很简单,在mac上,只需按照官网上面的步骤一步一步来就可以成功;按照官网https://pip.pypa.io/en/latest/installing.html介绍,首...
CentOS Python Mysql驱动配置
在CentOS搭建好Python环境后,如果开发Python + Mysql相关的,那么必须安装Mysql驱动。方法如下: 1:下载MySQL-python-1.2.5,下载链接:http://dow...
Python遍历文件夹文件并改名
今天为了批量处理下电脑里的文件,拿Python实现了遍历文件夹内的文件,并修改文件名字的脚本。 在代码中 rootdir 变量是需要遍历的目录,大家可以自行更改。 import os import o...
CentOS 6.5 install Python Scrapy
0. python -V 1. yum -y update 2. yum groupinstall -y development 3. yum install -y zlib-dev openssl-...
阿里云安装Python gcc: Internal error: Killed (program cc1)
It's a GCC bug, not a Python bug: "gcc: Internal error: ...". You can try to modify Makefile to repl...