摘要:
# coding = utf-8import urllibimport sysimport urllibimport jsonimport socketimport timesys.path.append('E:\\software\\python\\beautifulsoup4-4.5.3')sy 阅读全文
摘要:
# coding = utf-8import urllibimport sysimport urllibimport jsonimport socketimport timesys.path.append('E:\\software\\python\\beautifulsoup4-4.5.3')sy 阅读全文
摘要:
在配置Django时,选择的是mysql数据库,要安装MySQLdb模块,不过安装过程中,遇到了很多errors,记录一下。 系统:ubuntu 11.10 mysql:直接apt-get安装的,version:5.1.62 到官方下载MySQL for Python 然后解压,打开README: 阅读全文
摘要:
背景:安装了mysql,练习sql 操作,提示 ImportError DLL load failed: %1 不是有效的 Win32 应用程序 解决方法: 操作系统win10,64位,查看安装的mysql包:MySQL-python-1.2.4b4.win32-py2.7.exe ,32位,版本不 阅读全文
摘要:
## script to register Python 2.0 or later for use with win32all# and other extensions that require Python registry settings## written by Joakim Loew f 阅读全文
摘要:
Python2.7 + beautifulSoup 4.4.1 安装配置 原创 2016年05月09日 10:20:30 标签: python 1261 原创 2016年05月09日 10:20:30 标签: python 1261 1. 前言 最近研究python 的爬虫功能, 正好看到beaut 阅读全文
摘要:
准备工作:已安装python并配置好环境变量,可参考 http://blog.csdn.net/donggege214/article/details/52062855 安装setuptools 下载setuptools源码setuptools-25.2.0.tar.gz 地址:https://py 阅读全文