• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            清風(fēng)竹林

            ぷ雪飄絳梅映殘紅
               ぷ花舞霜飛映蒼松
                 ----- Do more,suffer less

            Python Challenge lv4: follow the chain

              題目鏈接: http://www.pythonchallenge.com/pc/def/linkedlist.php
               
              說(shuō)實(shí)話,好不容易通過(guò)google搞清楚題目的要求: 通過(guò)不斷的從服務(wù)器取得一個(gè)web page,然后從源碼中找出下一個(gè)鏈接的地址。需要注意的是:雖然頁(yè)面的源碼很簡(jiǎn)單,但并不是其中所有的數(shù)字都是有效的,需要使用正則表達(dá)式找出正確的pattern形式才可以,對(duì)本題而言r'nothing is (\d+)'是一個(gè)可用的pattern,使用''.join([x for x in text if x.isdigit()] 將所有的數(shù)字都粘連起來(lái)了,結(jié)果跟蹤到4000多還沒(méi)結(jié)束,才知道上當(dāng)了。。。
             
            import re
            import urllib.request


            if __name__ == '__main__':
                url 
            = 'http://www.pythonchallenge.com/pc/def/linkedlist.php?nothing='
                index 
            = '17675'
                counter 
            = 1
                pattern 
            = re.compile(r'nothing is (\d+)')
                
            while True:
                    
            try:
                        request
            = urllib.request.Request(url+index)
                        
            # my pc must use proxy to connect
                        request.set_proxy('172.16.0.252:80''http')
                        response
            = urllib.request.urlopen(request) 
                        content
            =str(response.read().decode())
                        response.close()    
                        
            print(counter, content)
                        
                        result 
            = pattern.search(content)
                        
            if not result:
                            
            break
                        
                        index 
            = result.group(1)
                        counter 
            += 1        
                    
            except Exception as ex:
                        
            print(ex)
                        
            break
              程序輸出:
            1 and the next nothing is 8511
            2 and the next nothing is 89456
            3 and the next nothing is 43502
            4 and the next nothing is 45605
            5 and the next nothing is 12970
            6 and the next nothing is 91060
            7 and the next nothing is 27719
            8 and the next nothing is 65667
            9 peak.html

            得到下一個(gè)題目的地址peak.html (注:我的index初始值是17675,題目中最早給出的可不是這個(gè)值, 我是從地址列表的后一部分選了一個(gè)數(shù)字而已,因此不要擔(dān)心)

            posted on 2009-05-11 16:05 李現(xiàn)民 閱讀(578) 評(píng)論(2)  編輯 收藏 引用 所屬分類: python

            評(píng)論

            # re: Python Challenge lv4: follow the chain[未登錄](méi) 2011-05-31 20:17 simon

            有個(gè)問(wèn)題想問(wèn):
            你是如何知道要用nothing去做pattern的呢?  回復(fù)  更多評(píng)論   

            # re: Python Challenge lv4: follow the chain 2011-06-01 10:04 李現(xiàn)民

            @simon
            你去看一個(gè)網(wǎng)頁(yè)的源代碼,里面有一個(gè)鏈接, 你點(diǎn)一下會(huì)出現(xiàn) and the next nothing is 92512, 替換Url里linkedlist.php?nothing=12345中的12345,然后再回車, 你就會(huì)發(fā)現(xiàn)規(guī)律了  回復(fù)  更多評(píng)論   

            久久九九久精品国产免费直播| 亚洲午夜精品久久久久久人妖| 青青草原综合久久大伊人导航| 理论片午午伦夜理片久久| 国产aⅴ激情无码久久| 久久91亚洲人成电影网站| 天天影视色香欲综合久久| 久久久久久国产精品无码超碰| 国产精自产拍久久久久久蜜| 久久人与动人物a级毛片| 中文字幕成人精品久久不卡| 国产A级毛片久久久精品毛片| 国产精品久久久天天影视香蕉 | 久久久久免费看成人影片| 91精品国产乱码久久久久久 | 一本色道久久综合亚洲精品| 99久久精品日本一区二区免费| 亚洲精品综合久久| 国内精品久久久久久久coent| 久久精品国产清高在天天线| 精品久久久久久国产| 久久久99精品一区二区| 国产精品岛国久久久久| 无码国内精品久久人妻| 久久人人爽人人爽人人片AV东京热| 久久精品成人| 国产精品激情综合久久| 精品久久久久国产免费 | 久久w5ww成w人免费| 久久久久久久97| 久久精品青青草原伊人| 亚洲国产小视频精品久久久三级 | 久久久青草青青亚洲国产免观 | 亚洲欧美精品伊人久久| 91精品国产高清久久久久久91 | 久久国产成人| 久久精品视频91| 一级A毛片免费观看久久精品| 久久久亚洲精品蜜桃臀| 亚洲精品高清一二区久久| 久久久久久国产精品美女|