wget python3_python wget
wget -nH -K -E -d -np -L -r http://flatfull.com/themes/scale/
-np 遞歸下載時(shí)不搜索上層目錄
-nH, –no-host-directories 不創(chuàng)建主機(jī)目錄
-d, –debug 打印調(diào)試輸出
-L 遞歸時(shí)不進(jìn)入其它主機(jī)
-E //將所有text/html文檔以.html擴(kuò)展名保存
-r 遞歸抓取
-k 抓取之后修正鏈接,適合本地瀏覽
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
解決
easy_install pip
easy_install lxml
pip install module_name
py2exe安裝
下載地址(下載后py2exe存儲在lib目錄)C:\Anaconda2\Lib\site-packages 或者 C:\Users\Administrator\.windows-build-tools\python27\Lib\site-packages
python沒有注冊問題(僅供參考具體安裝的PYTHON,我的windos-build-tools又裝了一個(gè)PYTHON所以注冊的時(shí)候不是用anaconda的路徑,手動搬遷第三方庫)
python2 print>>file,"string" python3 print(string,file=file)
python windows使用工具
科學(xué)計(jì)算包 Anaconda Python(包含python基礎(chǔ)依賴包,解決windows下依賴包下載問題,無需安裝python)
python字符串格式尿性
python 工具包
快速上手 request
python MySQLdb 安裝
windows直接下載32位/64位exe
Mac/Linux下載MySQL-python修改site.cfg的mysql-config路徑;setup_posix.py的mysql_config.path
conda install mysql-python
socks模塊
pip install socksipy-branch
gevent安裝
mac/Linux安裝 sudo pip install xxx.whl(看好自己的python版本和系統(tǒng)版本)
windows安裝 exe
PIL模塊安裝
pip install Pillow
appium
pip install Appium-Python-Client
chardet
pip install chardet
cv2
下載opencv(用于圖像處理)
推薦使用homebrew安裝brew install opencv
scrapy使用
work list:
dht metadata
博主:
總結(jié)
以上是生活随笔為你收集整理的wget python3_python wget的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 就业阶段-java语言进价_day04
- 下一篇: 智慧交通day02-车流量检测实现07: