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

            兔子的技術博客

            兔子

               :: 首頁 :: 聯系 :: 聚合  :: 管理
              202 Posts :: 0 Stories :: 43 Comments :: 0 Trackbacks

            留言簿(10)

            最新評論

            閱讀排行榜

            評論排行榜

            比如有一個文件Userinfo.ini,里面有這些內容:

            [userinfo]
            EngineVersion=0
            DATVersion=5127
            FileName=dat-5127.zip
            FilePath=/pub/antivirus/datfiles/4.x/
            FileSize=13481555
            Checksum=6037,021E
            MD5=aaeb519d3f276b810d46642d782d8921
            那就可以通過下面這些代碼得到MD5的值,簡單吧
            #!/usr/bin/env python
            #
             -*- coding: utf-8 -*-

            import ConfigParser

            config 
            = ConfigParser.ConfigParser()
            config.readfp(open(
            'update.ini'))

            = config.get("ZIP","MD5")
            print a

            ××××××××××××××××××××××××××××××××××××××××××××××××
            寫也很簡單:
            import ConfigParser

            config 
            = ConfigParser.ConfigParser()

            # set a number of parameters
            config.add_section("book")
            config.set(
            "book""title""the python standard library")
            config.set(
            "book""author""fredrik lundh")

            config.add_section(
            "ematter")
            config.set(
            "ematter""pages"250)

            # write to file
            config.write(open('1.ini'"w"))

            ×××××××××××××××××××××××××××××××××××××××××
            修改也不難(添加內容):
            #!/usr/bin/env python
            #
             -*- coding: utf-8 -*-

            import ConfigParser

            config 
            = ConfigParser.ConfigParser()

            config.read(
            '1.ini')

            = config.add_section("md5")

            config.set(
            "md5""value""1234")

            config.write(open(
            '1.ini'"r+"))     #可以把r+改成其他方式,看看結果:)

            修改內容:
            #!/usr/bin/env python
            #
             -*- coding: utf-8 -*-

            import ConfigParser

            config 
            = ConfigParser.ConfigParser()

            config.read(
            '1.ini')

            config.set(
            "md5""value""kingsoft")    #這樣md5就從1234變成kingsoft了

            config.write(open(
            '1.ini'"r+"))

            刪除部分(懶得寫了,自己看文檔):
            remove_option(section, option)
            Remove the specified option from the specified section. If the section does not exist, raise NoSectionError. If the option existed to be removed, return True; otherwise return False.New in version 1.6.

            remove_section(section)
            Remove the specified section from the configuration. If the section in fact existed, return True. Otherwise return False.
            posted on 2010-12-09 16:10 會飛的兔子 閱讀(645) 評論(0)  編輯 收藏 引用 所屬分類: C++庫,組件
            色妞色综合久久夜夜| 久久中文精品无码中文字幕| 亚洲午夜精品久久久久久app| 国産精品久久久久久久| 久久国产高清一区二区三区| 性做久久久久久久久| 久久亚洲精品中文字幕| 国内精品久久久久国产盗摄| 偷窥少妇久久久久久久久| 人妻精品久久久久中文字幕69| 国内精品久久久久伊人av| 91精品国产91久久久久久青草| 亚洲欧美一区二区三区久久| 久久精品中文騷妇女内射| 欧美性大战久久久久久| 久久久国产精品亚洲一区| 一本大道久久香蕉成人网| 久久91精品国产91久久小草| 一本久道久久综合狠狠躁AV| 久久99国产精品99久久| 久久精品一区二区三区AV| 99久久国产综合精品五月天喷水 | 国产精品VIDEOSSEX久久发布| 99久久做夜夜爱天天做精品| 久久久久久a亚洲欧洲aⅴ| 老男人久久青草av高清| 91精品国产91久久久久久青草| 久久精品无码一区二区WWW| 国产成人无码精品久久久性色| 国产亚洲精久久久久久无码77777| 99久久人妻无码精品系列蜜桃| 久久夜色精品国产亚洲| 国内精品久久久久久久coent| 久久亚洲AV成人无码电影| 少妇熟女久久综合网色欲| 精品欧美一区二区三区久久久 | 久久久免费观成人影院| 久久免费国产精品一区二区| 九九久久自然熟的香蕉图片| 久久青青草原精品国产| 中文精品久久久久人妻不卡|