我目前使用python selenium,瀏覽器是firefox,想要爬網站中的提供的分析內容, 發現在get前往網址後會得到Type是json的lists,像是下圖 類似問題像是下面這個網站連結 那...
這圖裡的code是這樣的:sth = Falsewhile not(sth):print(not(sth)) print("what is going on?") 請問這個not(...
程式碼如下 import os from os import listdir from os.path import isfile, isdir, join import cv2 import num...
我現在有兩張dataframeA dataframe 註冊 IDregistration A123456789login A123456789regi...
請問為什麼在練習把word轉成pdf時會顯示找不到檔案呢??確定當前工作路徑有要轉檔的word,已經試過絕對路徑跟相對路徑,結果都還是會報錯報錯 com_error: (-2147352567, '發...
想請教各位,我目前遇到這個 陣列問題 想不出來要怎麼解 @@ 我輸入一筆"編號",有相同編號的資料,就存進檔案下載 但只有我輸入兩筆以上不同的"編號",就會報錯...
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.norm.html請問norm.pdf這個function,為什麼我要...
小弟日前在測試一個結構,主程式搭配兩個子執行緒,我給他們代號分別為子執行緒1和子執行緒2,想請問一下,因為目的需求,我想要當子執行緒1,因異常失敗時,關閉所有線程,和主程式,請問這有可能實現嗎?我查了...