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

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

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

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

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

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

Z-Blog 添加百度统计代码

SuperSu10个月前 (07-28)4030
Z-Blog 添加百度统计代码
百度统计是百度推出的一款免费的专业网站流量分析工具,能够告诉用户访客是如何找到并浏览用户的网站,在网站上做了些什么,有了这些信息,可以帮助用户改善访客在用户的网站上的使用体验,不断提升网站的投资回报率。现在,百度只提供新版统计代码,此代码同时适用于PC端、移动端的页面,以异步加载形式进行加载,数据更...

Python获取macbook用户名

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

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

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