返回总目录页

08 2021 档案

摘要:python的paramiko模块 python之paramiko模块 python paramiko模块简介 paramiko模块 paramiko模块学习笔记 python中paramiko模块祥解 阅读全文
posted @ 2021-08-25 23:53 马昌伟 阅读(44) 评论(0) 推荐(0) 编辑
摘要:启动:src/redis-server 客户端连接测试:src/redis-cli 配置 cp redis /etc/init.d/chmod +x /etc/init.d/redisservice redis status 在redis-cli中使用auth {password} 进行认证 获取当 阅读全文
posted @ 2021-08-25 23:24 马昌伟 阅读(447) 评论(0) 推荐(0) 编辑
摘要:官网链接:https://docs.python.org/3/library/optparse.html https://docs.python.org/2/library/argparse.html from optparse import OptionParser parser = Option 阅读全文
posted @ 2021-08-22 01:45 马昌伟 阅读(1477) 评论(0) 推荐(0) 编辑
摘要:共享模式: class Borg: __shared_state = {} def __init__(self): self.__dict__ = self.__shared_state def __str__(self): return self.state class YourBorg(Borg 阅读全文
posted @ 2021-08-21 17:35 马昌伟 阅读(156) 评论(0) 推荐(0) 编辑

博主链接地址:https://www.cnblogs.com/machangwei-8/
点击右上角即可分享
微信分享提示