• <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++庫,組件
            久久精品国产精品亚洲精品 | 久久久久免费视频| 久久国产精品波多野结衣AV| 久久婷婷国产剧情内射白浆| 99久久这里只有精品| 亚洲国产成人久久综合碰| 久久亚洲私人国产精品| 久久996热精品xxxx| 亚洲精品午夜国产VA久久成人| 午夜不卡888久久| 无码人妻少妇久久中文字幕蜜桃| 国产福利电影一区二区三区久久老子无码午夜伦不 | 国产精品狼人久久久久影院| 久久午夜无码鲁丝片秋霞| 狠狠干狠狠久久| 亚洲精品无码久久久久久| 久久精品一区二区影院| 国产精品久久影院| 潮喷大喷水系列无码久久精品| 一97日本道伊人久久综合影院| 亚洲一区二区三区日本久久九| 久久人人爽人人爽人人AV| 色婷婷综合久久久久中文字幕| 国产高潮国产高潮久久久91 | 久久国产色av免费看| 欧美精品一区二区久久| 国产高潮国产高潮久久久91 | 久久笫一福利免费导航 | 欧美精品乱码99久久蜜桃| 久久国产成人| 久久本道综合久久伊人| 国产成人精品久久亚洲高清不卡| 69久久夜色精品国产69| 久久精品国产亚洲av日韩| 亚洲精品乱码久久久久久蜜桃不卡 | 亚洲精品tv久久久久| 久久亚洲国产精品五月天婷| 久久综合色区| 久久久久久伊人高潮影院 | 精品国产综合区久久久久久| 国产精品99久久久久久猫咪 |