網路爬蟲遇到問題(一)

2021-08-07 02:38:53 字數 520 閱讀 8548

**執行可能出現以下情況:

錯誤1、

這一行中page =urllib.urlopen(url)

報錯:attributeerror:module 'urllib' has no attribute 'urlopen'

和下面有報錯:attributeerror:module 'urllib' has no attribute 'urlretrieve'

解決方法:是因為在python3.5中urllib下沒有方法urlopen和'urlretrieve',urllib的request模組下有此兩個方法,使用urllib.request可解決該問題;

錯誤2:

這一行中imglist =re.findall(imare,html) 報錯:typeerror: cannot usea string pattern on a bytes-like object

解決方法:python3.5需新增此行html=html.decode('utf-8')  #python3

專案打包遇到問題(一)

其中打包時有遇到如下問題 1 invalid image path no image found at the path referenced under key cfbundleiconfiles 解決 全域性搜尋,刪除 cfbundleiconfiles無效資訊或根據專案實際情況補全 2 inv...

遇到問題後。。。

今天被徹底的打擊了,很想從辦公樓直接跳下去。二周了,二周的時間都花在了載入乙個新的controller driver,在專案裡,這個是最底層的usb驅動,所以它沒有工作,等於晶元就是一堆廢鐵。在上一周還不是很著急,但是這周徹底急了,team leader已經忍受不了整組人對這那個不能工作的 束手無策...

hive on tez遇到問題

一 環境hive0.13,tez0.5.0 二 執行異常如下 return code 101 from org.apache.hadoop.hive.ql.exec.tez.teztask.org.apache.tez.mapreduce.hadoop.mrhelpers.getbasemrconf...