Python
文章平均质量分 71
邓二少
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
爬取bing图片作为桌面壁纸
#!/usr/bin/python# -*- coding: utf-8 -*-import urllib2import requestsimport urllibfrom bs4 import BeautifulSoupimport osif os.path.exists('C:\Users\dengjianfeng\Pictures\Saved Pictures') == T...原创 2018-03-09 11:58:40 · 1395 阅读 · 0 评论 -
mysql-python 安装错误: Cannot open include file: 'config-win.h': No such file or directory
问题描述:pip instal MySQL-python出现如下错误:Installing collected packages: MySql-python Running setup.py install for MySql-python ......_mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win...转载 2018-07-11 10:46:00 · 1944 阅读 · 0 评论
分享