作者查詢 / zerof

總覽項目: 發文 | 留言 | 暱稱
作者 zerof 在 PTT [ Python ] 看板的留言(推文), 共274則
限定看板:Python
google搜尋圖片並下載的問題
[ Python ]5 留言, 推噓總分: +2
作者: sam051200 - 發表於 2017/03/10 19:12(9年前)
2Fzerof: 找圖的是用動態載入, 用 selenium 比較適合03/10 21:19
[問題] list 給值的問題
[ Python ]3 留言, 推噓總分: +1
作者: NCKUFatPork - 發表於 2017/03/10 02:32(9年前)
1Fzerof: from copy import deepcopy03/10 16:19
2Fzerof: L:18 => p = [deepcopy(p0) for i in range(n)]03/10 16:20
3Fzerof: https://repl.it/GP2j/203/10 16:20
[問題] 分析結果輸出資料表or excel
[ Python ]3 留言, 推噓總分: 0
作者: gigigigi - 發表於 2017/03/07 19:32(9年前)
3Fzerof: FB API "不保證" 每次抓到的都是新的, 要自己 compare03/07 21:58
[問題] 區域,全域變數問題求解
[ Python ]6 留言, 推噓總分: 0
作者: warain - 發表於 2017/03/06 19:57(9年前)
2Fzerof: ...你 global 根本沒有 report_fileselect 的 define, 就算03/06 20:59
3Fzerof: 在 def 裡面用 global 也沒用吧......03/06 21:00
4Fzerof: root 後面加一行 report_fileselect = None 應該就可以了03/06 21:01
如何查詢特定程式之id並刪除
[ Python ]4 留言, 推噓總分: +1
作者: m87dd05 - 發表於 2017/03/06 09:28(9年前)
3Fzerof: 呼叫 B 程式是跑 subprocess/thread/process ?03/06 21:02
Re: [問題] pytesseract Error
[ Python ]8 留言, 推噓總分: +1
作者: zerof - 發表於 2017/03/05 20:37(9年前)
6Fzerof: 直接跑 tesseract 就看得到了(?)03/06 21:04
7Fzerof: pytesseract 只是用 subprocess wrap tesseract 來執行而已03/06 21:05
[問題] 新手請教爬蟲爬動態網頁
[ Python ]12 留言, 推噓總分: +2
作者: granly - 發表於 2017/03/04 02:39(9年前)
11Fzerof: 他寫在 html 裡面用 js inject http://imgur.com/a/3m8XB03/04 22:17
12Fzerof: r"\.monitor_counter\d?'\)\.html\('(.+)'\);"03/04 22:20
[問題] 多工問題
[ Python ]10 留言, 推噓總分: 0
作者: zo6596001 - 發表於 2017/02/19 18:08(9年前)
10Fzerof: 用 process 不要用 thread02/20 00:27
[問題] 請問編碼問題消失
[ Python ]1 留言, 推噓總分: 0
作者: mindyqooo - 發表於 2017/02/12 00:52(9年前)
1Fzerof: 把 sort_keys 拿掉02/12 01:38
[問題] Import module to open file
[ Python ]7 留言, 推噓總分: +1
作者: rebellionyu - 發表於 2017/02/09 11:03(9年前)
5Fzerof: _ROOT = os.path.dirname(os.path.abspath(__file__))02/09 12:47
6Fzerof: def printFile(dir=_ROOT):02/09 12:48
7Fzerof: with open(os.path.join(dir, "display.txt"), 'r') as f02/09 12:49