作者查詢 / zerof

總覽項目: 發文 | 留言 | 暱稱
作者 zerof 在 PTT [ Python ] 看板的留言(推文), 共274則
限定看板:Python
[問題] youtube影片爬蟲問題
[ Python ]16 留言, 推噓總分: +4
作者: neil987 - 發表於 2017/06/06 01:39(8年前)
5Fzerof: token 不對06/06 13:57
6Fzerof: http://hkgoldenmra.blogspot.co.id/2013/05/youtube.html06/06 14:25
7Fzerof: parse 邏輯在你貼的網站用 js 寫在前端了,可以直接研究06/06 14:26
[問題] 新手爬蟲遇到Refresh如何解決?
[ Python ]11 留言, 推噓總分: +1
作者: jakeasa123 - 發表於 2017/06/01 00:41(8年前)
11Fzerof: 試試 selenium06/01 13:17
[問題] 有效、不違法的存檔路徑字元?
[ Python ]5 留言, 推噓總分: +2
作者: pkmu8426 - 發表於 2017/05/23 12:45(8年前)
1Fzerof: https://www.wikiwand.com/en/Comparison_of_file_systems05/23 13:59
[問題] requests aspx 爬蟲
[ Python ]12 留言, 推噓總分: +2
作者: coeric - 發表於 2017/05/22 13:52(8年前)
3Fzerof: 要照順序 post05/22 15:21
4Fzerof: 應該說要照 "手動選" 的順序 post, 後端會檢查 viewstate05/22 15:22
11Fzerof: QQ 賺了 200p (咦05/22 18:28
[問題] 利用 regex 來不包含某些 pattern
[ Python ]6 留言, 推噓總分: 0
作者: NaiveRed - 發表於 2017/05/18 15:21(8年前)
3Fzerof: ([^\d+|\W+|a-z]+| +)05/18 16:57
4Fzerof: https://regex101.com/r/HoKPUk/1/05/18 16:58
5Fzerof: + 沒有抓到, 另外加 |\+[^0-9] 應該就可以了05/18 17:02
6Fzerof: btw, 如果要 escape \t\r\n 之類的話把 | + 改成 |\s+05/18 17:44
[問題] Dcard圖片爬蟲遇到https該如何解決
[ Python ]16 留言, 推噓總分: +1
作者: craig1122321 - 發表於 2017/05/11 18:47(8年前)
2Fzerof: ??? dcard 是走 https, imgur 也沒有擋 https 爬蟲吧?05/11 22:33
7Fzerof: ??? code 跑起來是正常的,無法複製你的 bug, 有 error log?05/12 14:21
10Fzerof: ....所以你 imgs/ 裡面沒東西?05/12 22:19
Re: [問題] 詢問list如行相加
[ Python ]9 留言, 推噓總分: +2
作者: ides13 - 發表於 2017/05/11 09:49(8年前)
1Fzerof: c.update 會回傳 None, m 的結果是正確的(是你觀念錯了)05/11 10:36
3Fzerof: 相同的等式 m = [c.update(i) for i in counts]05/11 10:36
4Fzerof: ref: http://www.python-course.eu/python3_lambda.php05/11 10:41
5Fzerof: update 是 in-place method 固定只會回傳 None or raise05/11 11:46
[問題]python用多個變數或用**kwargs
[ Python ]3 留言, 推噓總分: +1
作者: jacobcan118 - 發表於 2017/05/10 21:28(8年前)
1Fzerof: Singledispatch05/10 21:41
[問題] 改變資料夾檔案名稱(已解決)
[ Python ]14 留言, 推噓總分: +4
作者: jtyang1996 - 發表於 2017/05/10 04:33(8年前)
9Fzerof: 樓下幫轉 joke ...05/10 10:59
12Fzerof: https://repl.it/Hppv/005/10 11:15
13Fzerof: 啊.... 不用 splitext 也可以, 多省一行05/10 11:19
[問題] 獲取證交所即時股價
[ Python ]18 留言, 推噓總分: +5
作者: a856479 - 發表於 2017/05/09 12:21(8年前)
5Fzerof: server block 吧, rtmessage 不是回傳 '0' 嗎....y05/09 14:50