作者查詢 / busystudent

總覽項目: 發文 | 留言 | 暱稱
作者 busystudent 在 PTT [ Python ] 看板的留言(推文), 共100則
限定看板:Python
[問題] list如何取前30%和後70%
[ Python ]14 留言, 推噓總分: +4
作者: busystudent - 發表於 2016/04/21 16:25(10年前)
8Fbusystudent: 感謝你04/21 16:39
10Fbusystudent: 可以說為什麼嗎?04/21 17:28
13Fbusystudent: 謝謝你的說明04/21 17:48
Re: [問題] 關於使用for迴圈挖掘資料時出錯-換頁問題已刪文
[ Python ]1 留言, 推噓總分: +1
作者: Neisseria - 發表於 2016/04/10 00:59(10年前)
1Fbusystudent: 感謝你的用心,這麼晚還回文04/10 02:18
[問題] 關於使用for迴圈挖掘資料時出錯-換頁問題
[ Python ]2 留言, 推噓總分: 0
作者: busystudent - 發表於 2016/04/09 21:37(10年前)
2Fbusystudent: 感謝 馬上檢查04/10 00:13
[問題] 關於list的append問題
[ Python ]13 留言, 推噓總分: +3
作者: busystudent - 發表於 2016/04/09 17:31(10年前)
3Fbusystudent: 謝謝 我想我對append真的不熟悉04/09 17:54
11Fbusystudent: 謝謝大家的回覆04/09 21:33
[問題] 如何被網頁阻擋後,過幾秒重連線?
[ Python ]15 留言, 推噓總分: +3
作者: kiloxx - 發表於 2016/04/08 23:00(10年前)
6Fbusystudent: 其實你這樣time.sleep(10)改成20秒不夠好,你該試著04/09 00:07
7Fbusystudent: 讓程式碼依序停1秒或5秒04/09 00:07
8Fbusystudent: time.sleep(randint(1,5))04/09 00:08
9Fbusystudent: 記得還要這一行from random import randint04/09 00:08
Re: [問題] 網頁分析之print問題
[ Python ]7 留言, 推噓總分: +4
作者: MOONY135 - 發表於 2016/04/02 14:19(10年前)
1Fbusystudent: 超感動的,謝謝你的回應!我趕快練習04/02 14:23
3Fbusystudent: 真的很感謝你,這部分尤其是關於爬蟲的相關知識真的04/02 14:41
4Fbusystudent: 是靠網路資源一點點學來,有時就會出現一04/02 14:43
5Fbusystudent: 知半解的狀況,真為自己感到不好意思04/02 14:43
Re: [問題] 網頁分析之print問題
[ Python ]18 留言, 推噓總分: 0
作者: busystudent - 發表於 2016/04/02 13:57(10年前)
3Fbusystudent: 我有兩個print a拉04/02 14:02
5Fbusystudent: 第一個我知道但是第二個print a就出現不是我想要的04/02 14:03
6Fbusystudent: 結果04/02 14:03
10Fbusystudent: 我的意思是第一個PRINT A有完整的9X9乘法表輸出,這04/02 14:09
12Fbusystudent: 我希望把這個完整的99乘法結果保留下來,04/02 14:13
13Fbusystudent: 當我在for 迴圈外頭時呼叫print a也可以04/02 14:13
14Fbusystudent: 有同樣的結果04/02 14:13
16Fbusystudent: 希望有回答完整補充!04/02 14:16
17Fbusystudent: 對!我想請教到底我該怎麼完整存起來呢04/02 14:17
Re: [問題] 網頁分析之print問題
[ Python ]1 留言, 推噓總分: +1
作者: MOONY135 - 發表於 2016/04/02 13:03(10年前)
1Fbusystudent: 我懂了!天啊我犯下這種錯誤04/02 13:18
[問題] 網頁分析之print問題
[ Python ]10 留言, 推噓總分: 0
作者: busystudent - 發表於 2016/04/02 00:04(10年前)
2Fbusystudent: 哇 等等 你可以說清楚一點嗎!!04/02 00:08
3Fbusystudent: 還有我該如何處理這個問題呢? 我希望把完整版的print04/02 00:10
4Fbusystudent: 存進我本機,可是一直存到不完整版那個04/02 00:10
[問題] 自動載入網頁且分析問題
[ Python ]18 留言, 推噓總分: +2
作者: busystudent - 發表於 2016/04/01 23:20(10年前)
1Fbusystudent: 再問個延伸問題到底要如何把 例如'aaa'這類型的物件塞進 ure = []的04/01 23:23
2Fbusystudent: 框框裡?04/01 23:23
5Fbusystudent: ok 問題點在於我有很多像是'aaa' 'bb'等04/02 00:00
6Fbusystudent: 的網頁,可是我不會讓這些網頁一次ㄧ個載04/02 00:00
7Fbusystudent: 入04/02 00:00
8Fbusystudent: 我希望一次再入一個網址,我後續還有分析,等run完再04/02 00:07
9Fbusystudent: 跑第二個。04/02 00:07
14Fbusystudent: 感謝大家的回應,謝謝04/02 14:24