色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Python configparser模塊操作代碼實例

瀏覽:72日期:2022-07-22 09:04:50

1、生成配置文件

’’’ 生成配置文件’’’import configparserconfig = configparser.ConfigParser()# 初始化賦值config['DEFAULT'] = {’ServerAliveInterval’: ’45’, ’Compression’: ’yes’, ’CompressionLevel’: ’9’}# 追加config[’DEFAULT’][’ForwardX11’] = ’yes’config[’bitbucket.org’] = {}config[’bitbucket.org’][’User’] = ’hg’config[’topsecret.server.com’] = {}topsecret = config[’topsecret.server.com’]topsecret[’Host Port’] = ’50022’ # mutates the parsertopsecret[’ForwardX11’] = ’no’ # same herewith open(’example.ini’, ’w’) as configfile: config.write(configfile)

2、讀取配置文件

# 讀import configparserconfig = configparser.ConfigParser()config.sections()config.read(’example.ini’)# {’serveraliveinterval’: ’45’, ’compression’: ’yes’, ’compressionlevel’: ’9’, ’forwardx11’: ’yes’}print(config.defaults())# hgprint(config[’bitbucket.org’]['User'])# 50022print(config['topsecret.server.com']['host port'])

3、刪除

# 刪除(創建一個新文件,并刪除 bitbucket.org)import configparserconfig = configparser.ConfigParser()config.sections()config.read(’example.ini’)rec = config.remove_section('bitbucket.org') # 刪除該項config.write(open('example.cfg','w'))

生成新文件 example.cfg

DEFAULT]serveraliveinterval = 45compression = yescompressionlevel = 9forwardx11 = yestopsecret.server.com]host port = 50022forwardx11 = no

刪除,并覆蓋原文件

# 刪除(刪除 bitbucket.org)import configparserconfig = configparser.ConfigParser()config.sections()config.read(’example.ini’)rec = config.remove_section('bitbucket.org') # 刪除該項config.write(open('example.ini','w'))

4、修改

import configparserconfig = configparser.ConfigParser()config.read(’example.ini’) #讀文件config.add_section(’yuan’) #添加sectionconfig.remove_section(’bitbucket.org’) #刪除sectionconfig.remove_option(’topsecret.server.com’,'forwardx11') #刪除一個配置項config.set(’topsecret.server.com’,’k1’,’11111’)config.set(’yuan’,’k2’,’22222’)with open(’new2.ini’,’w’) as f: config.write(f)

生成新文件 new2.ini

[DEFAULT]serveraliveinterval = 45compression = yescompressionlevel = 9forwardx11 = yes[topsecret.server.com]host port = 50022k1 = 11111[yuan]k2 = 22222

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 在线成人a毛片免费播放 | 成人18免费 | 亚洲一成人毛片 | 国产精选在线 | 国产日产精品_国产精品毛片 | 在线国产视频 | 久久精品国产线看观看亚洲 | 精品久久久久国产 | 亚洲成人影院在线观看 | 99精品免费在线观看 | 久久国产欧美日韩精品免费 | 日本免费一区二区三区三州 | 一级国产精品一级国产精品片 | 波多野结衣在线看片 | 精品在线免费观看 | 欧美一级毛片欧美一级无片 | 国产九区 | 黄色三级网站在线观看 | 香蕉视频老司机 | 国产成人精品日本亚洲语音2 | 国内精品伊人久久久久妇 | 在线观看一级片 | 自拍视频在线 | 成人免费在线观看视频 | 国产真实乱子伦精品 | 久久精品国产屋 | 国产亚洲欧美ai在线看片 | 国产日韩欧美综合一区二区三区 | 亚洲精品色| 欧美做爰xxxⅹ性欧 欧美做爰免费大片在线观看 | 男人的天堂视频在线观看 | 国产午夜精品理论片影院 | 日韩国产欧美在线观看一区二区 | 日韩成人在线观看 | 九九精品视频在线播放 | 午夜三级理论在线观看视频 | 久久精品国产亚洲 | 一级做a毛片在线看 | 欧美一级视频在线 | 国产日韩久久久精品影院首页 | 欧美色老头oldvideo |