当前位置:首页 > Python

Python

  • 最新
  • 浏览
  • 评论

记一次客户端连接Docker容器 sshd 报错Permission denied, please try again.的问题

suyinchuo5个月前 (12-15)5640
记一次客户端连接Docker容器 sshd 报错Permission denied, please try again.的问题
【背景】...

MacOS python2.7 安装M2Crypto报错error: command 'swig' failed with exit status 1

suyinchuo7个月前 (10-18)7560
MacOS python2.7 安装M2Crypto报错error: command 'swig' failed with exit status 1
执行 ...

python2.7的paramiko模块下载大文件失败

SuperSu10个月前 (08-02)7100
python2.7的paramiko模块下载大文件失败
编程中需要用到 Python(2.7) 的 paramiko 模块下载服务器上面一个比较大的文件,命令如下:client = paramiko.Transport(ip, port) client.connect(username=user, passwor...

Python获取macbook用户名

SuperSu10个月前 (07-27)3740
Python获取macbook用户名
在做一个PyQt5项目时需要将文件保存至macbook 的桌面文件夹内,路径如下:...

python执行docke命令报错:the input device is not a TTY

SuperSu10个月前 (07-25)4751
python执行docke命令报错:the input device is not a TTY
起因是使用 python 脚本执行 docke 命令执行下面时:docker exec -it laravel ls /home/123.txt报错:...