av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

Python configparser模塊配置文件過程解析

瀏覽:114日期:2022-08-04 15:40:49

ConfigParser模塊在Python3修改為configparser,這個(gè)模塊定義了一個(gè)ConfigeParser類,該類的作用是讓配置文件生效。配置文件的格式和window的ini文件相同

編輯配置文件: .ini

模板:內(nèi)容自定義

一、 編輯配置文件

import configparserconfig = configparser.ConfigParser()config[’DEFAULT’] = { ’ServerAliveInterval’:’45’, ’Compression’:’yes’, ’CompressionLevel’:’9’, ’ForwardX11’:’yes’}config[’bitbucker.org’] = { ’Host Port’:’50022’, ’ForwardX11’:’no’}config[’path’] = { ’Base_Path’:’D:pythonpychrom路飛學(xué)城day8’, ’student_path’:’D:pythonpychrom路飛學(xué)城day8configparser模塊.py’}with open(’example.ini’,’w’,encoding=’utf-8’) as configfile: config.write(configfile)

二、讀取配置文件

import configparserconfig = configparser.ConfigParser()config.read(’example.ini’,encoding=’utf-8’)print(config.sections()) # 查看分組情況,默認(rèn)default是不顯示的print(’bitbucker.org’ in config) # Flase 判斷一個(gè)組在不在這個(gè)文件當(dāng)中print(’bitbucker.com’ in config) # Trueprint(config[’bitbucker.org’][’host_port’]) # 查釗這個(gè)文件中這個(gè)分組下面有沒有這個(gè)配置print(config[’bitbucker.org’][’user’]) # 沒有就報(bào)錯(cuò)for key in config[’bitbucker.org’]: # 取默認(rèn)分組和這個(gè)組的下面所有配置 print(key)# 只能取到 keyprint(config.options(’bitbucker.org’)) # 取分組下面的配置,包括默認(rèn)分組 只能取到值print(config.items(’bitbucker.org’)) # 取到分組下面的鍵值對(duì),包括默認(rèn)分組print(config.get(’path’,’base_path’)) # 獲取某個(gè)分組下面的鍵來獲取值

三、增刪改查

import configparserconfig = configparser.ConfigParser()config.read(’example.ini’,encoding=’utf-8’)config.add_section(’zuming’) # 添加組config.remove_section(’zuming’) # 刪除一個(gè)組config.remove_option(’bitbucker.org’,’host_port’) # 刪除某個(gè)組中的某一項(xiàng)config.set(’bitbucker.org’,’host_port’,’22’) # 修改某個(gè)組下面的值config.write(open(’example.ini’,’w’,encoding=’utf-8’)) # 必須添加這句話才能生效

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 亚洲精品乱码久久久久v最新版 | 亚洲精品成人网 | 一级黄色片网站 | 亚洲高清视频在线观看 | 国产精品久久久久久高潮 | 欧美在线视频网 | 在线免费观看成年人视频 | 91麻豆精品国产91久久久久久久久 | 国产欧美日韩综合精品一区二区 | 久久麻豆精品 | 成人性视频免费网站 | 国产999精品久久久久久 | 99re视频 | 国产91视频播放 | 成人精品国产免费网站 | 亚洲精品在线播放 | 风间由美一区二区三区在线观看 | 国外成人在线视频网站 | 国产亚洲精品久久午夜玫瑰园 | 日韩一区二区三区视频 | 免费亚洲婷婷 | 久久香焦 | 精久久| 涩爱av一区二区三区 | 国产精品免费视频一区 | 亚洲电影一区 | 亚洲视频免费 | 欧美日韩三级在线观看 | 精品久久久久香蕉网 | 精品欧美乱码久久久久久1区2区 | 成人av资源在线 | 国产精品一区免费 | 看片91 | 欧美一区二区三区在线观看 | 日日草天天干 | 久久一级 | 中文字幕一级毛片视频 | 国产精品久久久久久久久久久久久 | 国产91视频一区二区 | 国产精品久久久久久久久污网站 | 高清视频一区二区三区 |