摘要:
碰到乱码时解决方法 requests.get().text是根据HTML文件的headers中的编码来解码的, 出现乱码需要自己用content来获取信息然后解码 方法二(如果还是不行, 用这方法): Jupyter快捷键 插入cell: a b 删除: x 执行:shift+enter tab: 阅读全文
摘要:
ansible - 代码发布系统 ssh 秘钥登录 ansible 命令格式 ansible hosts文件 # This is the default ansible 'hosts' file.## It should live in /etc/ansible/hosts## - Comments 阅读全文