摘要:
Windows Server 2008/ Windows 7/ Windows 8等 PowerShell 这些低于Windows 10 版本的设备怎么安装Openssh呢?别急,方法自然有:需借助Windows的Powershell来实现对OpenSSH的安装 [Powershell:简介]Pow 阅读全文
摘要:
fatal: [192.168.0.2]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 阅读全文
摘要:
删除ctrl + d 删除光标所在位置上的字符相当于VIM里x或者dlctrl + h 删除光标所在位置前的字符相当于VIM里hx或者dhctrl + k 删除光标后面所有字符相当于VIM里d shift+$ctrl + u 删除光标前面所有字符相当于VIM里d shift+^ctrl + w 删除 阅读全文
摘要:
问题描述: 修改python代码后,项目报错提示信息为:TypeError: argument of type 'WindowsPath' is not iterable 处理办法: 修改代码目录中settings.py文件。使用str(),包裹 BASE_DIR / 'db.sqlite3' 修改 阅读全文
摘要:
Python执行是报错'utf-8' codec can't decode bytes in position 1022-1023: unexpected end of data... 网上查相关解决办法,都是添加如下,不靠谱都没解决 #!/usr/bin/env python # coding=u 阅读全文