python 3.7 一: 操作config 配置文件
persistent.config
[db]
host = 127.0.0.1
port = 3306
user = root
pass = 123456
schema = mytest
[hdfs]
name_node = http:/localhost:50070
user = ad
read_config.py
import configparser
import os
class ...
原创
2018-11-19 17:28:28 ·
4230 阅读 ·
0 评论