摘要:
Python之文件读取--fileinput模块 前面使用内置模块open进行文件读取写入操作。学习一个内置模块fileinput进行读取文件。 pen模块功能 有t b r w a 模式,控制文件读写内容的模式: t和b,t和b不能单独使用,必须跟r/w/a连用。 stdin中读入 当Python 阅读全文
摘要:
redhat 5 openSSL及openSSH升级 根据漏洞扫描升级openssl和openssh,提高系统的安全性 1.环境 Red Hat Enterprise Linux Server release 5.6 (Tikanga) Red Hat Enterprise Linux Server 阅读全文