1.ConfigParser模块

用于生成和修改配置文档,在python3.x中变更为configparser

 1 [DEFAULT]
 2 ServerAliveInterval = 45
 3 Compression = yes
 4 CompressionLevel = 9
 5 ForwardX11 = yes
 6  
 7 [bitbucket.org]
 8 User = hg
 9  
10 [topsecret.server.com]
11 Port = 50022
12 ForwardX11 = no
常见conf格式

相关文章:

  • 2019-11-07
  • 2021-11-05
  • 2022-03-08
  • 2021-11-17
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-16
  • 2022-03-10
  • 2021-08-01
  • 2022-02-01
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案