• <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í)話(huà),好不容易通過(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)民 閱讀(575) 評(píng)論(2)  編輯 收藏 引用 所屬分類(lèi): 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,然后再回車(chē), 你就會(huì)發(fā)現(xiàn)規(guī)律了  回復(fù)  更多評(píng)論   

            久久大香香蕉国产| 久久久无码精品亚洲日韩软件| 亚洲国产日韩欧美综合久久| 中文字幕无码久久人妻| 一本色道久久99一综合| 97久久久久人妻精品专区 | 亚洲午夜久久久久久久久电影网| | 深夜久久AAAAA级毛片免费看 | 国内精品伊人久久久影院| 亚洲中文久久精品无码| 国产成人久久精品麻豆一区| 久久午夜无码鲁丝片秋霞| 中文字幕一区二区三区久久网站| 亚洲精品99久久久久中文字幕| 国产精品久久国产精品99盘 | 亚洲第一永久AV网站久久精品男人的天堂AV | www.久久精品| 中文字幕人妻色偷偷久久| 久久国产精品免费| 久久久中文字幕| 精品久久久久久久无码| 思思久久99热只有频精品66| 久久精品国产亚洲网站| 亚洲精品乱码久久久久久蜜桃图片 | 亚洲熟妇无码另类久久久| 亚洲欧洲中文日韩久久AV乱码| 91精品久久久久久无码| 精品久久久无码人妻中文字幕豆芽| 色婷婷狠狠久久综合五月| 九九久久精品国产| 成人精品一区二区久久| 热久久这里只有精品| 狠狠色丁香婷婷综合久久来| 欧美一区二区三区久久综合 | 久久精品国产亚洲AV无码麻豆 | 亚洲色婷婷综合久久| 久久这里只有精品首页| 久久久久青草线蕉综合超碰| 久久91精品国产91久| 久久国产欧美日韩精品|