- 博客(2)
- 收藏
- 关注
转载 Python之配置文件读写
ConfigParser模块 一、创建配置文件 在D盘建立一个配置文件,名字为:test.ini 内容如下: [baseconf] host=127.0.0.1 port=3306 user=root password=root db_name=gloryroad [test] ip=127.0.0.1 int=1 float=1.5 bool=True 注意:要将文件保存为ansi编码,utf-...
2019-01-02 16:45:25
173
转载 服务端测试常用的Linux命令
1、pwd(Print Working Directory) 显示当前目录 -L(logical)显示当前目录 -P(physical)无选项 默认使用-P显示当前目录的实际物理地址 例: [root@rudder home]# pwd #显示当前目录 /home [root@web mail]# pwd -P #目录是软连接,显示实际物理地址 /var/spool/mail [root...
2018-10-19 15:21:23
279
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人