• <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>

            清風竹林

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

            Python Challenge lv4: follow the chain

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

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

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

            評論

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

            有個問題想問:
            你是如何知道要用nothing去做pattern的呢?  回復  更多評論   

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

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

            久久久久波多野结衣高潮| 91精品国产91久久久久久| 合区精品久久久中文字幕一区| 91久久精品无码一区二区毛片| 久久久精品午夜免费不卡| 久久久久人妻一区精品果冻| 人妻无码精品久久亚瑟影视 | 成人a毛片久久免费播放| 久久影院亚洲一区| 99re久久精品国产首页2020| 久久精品三级视频| 99久久精品午夜一区二区 | 热久久这里只有精品| 欧美麻豆久久久久久中文| 国内精品久久久久久久97牛牛| 久久青青草原精品国产软件 | 久久99久国产麻精品66| 99久久久国产精品免费无卡顿| 久久精品中文字幕有码| 国内精品伊人久久久久妇| 国产午夜免费高清久久影院| 久久婷婷综合中文字幕| 久久精品免费全国观看国产| 久久人人爽人人爽人人片AV麻烦| 久久精品亚洲日本波多野结衣 | 久久精品aⅴ无码中文字字幕不卡 久久精品aⅴ无码中文字字幕重口 | 久久久久久国产精品免费无码| 欧美精品丝袜久久久中文字幕 | 午夜精品久久久久久久久| 久久久久国产视频电影| 亚洲狠狠综合久久| www性久久久com| 大伊人青草狠狠久久| 成人久久综合网| 7国产欧美日韩综合天堂中文久久久久| 日韩AV无码久久一区二区| 久久久久久久久久久精品尤物| 久久中文字幕人妻熟av女| 综合久久给合久久狠狠狠97色| 亚洲国产成人久久精品99| 久久www免费人成精品香蕉|