摘要: paramiko基于SSH连接ssh Server执行操作(SSHClient远程连接,SFTPClient上传下载) pip install paramiko 简单示例 import paramiko ssh = paramiko.SSHClient() # 创建ssh客户端 know_hosts 阅读全文
posted @ 2021-04-16 17:57 ascertain 阅读(93) 评论(0) 推荐(0) 编辑
摘要: HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe 437(英语),65001(utf-8),936(GBK)。 阅读全文
posted @ 2021-04-16 17:21 ascertain 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 选择当前行 缩放字体 更改自动补全,中文书法时,原快捷键不可用 full screen Code Completion 默认Match case font 调整界面的字体,字号 调整console设置 设置split分屏快捷键 调整关闭选项卡为 ctrl + w 修改默认project路径 plug 阅读全文
posted @ 2021-04-16 16:54 ascertain 阅读(176) 评论(0) 推荐(0) 编辑
摘要: /etc/sysconfig/network-scripts/route-eth0ip/prefix via ip /etc/rc.d/rc.local ip route add 10.1.1.0/24 via 192.168.1.1 dev eth0 proto static metric 100 阅读全文
posted @ 2021-04-16 10:56 ascertain 阅读(294) 评论(0) 推荐(0) 编辑
摘要: login.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" 阅读全文
posted @ 2021-04-16 09:56 ascertain 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 首先在httpd.conf主配置文件中加载虚拟主机配置文件httpd-vhosts.conf 默认注释,需取消注释 配置httpd-vhosts.conf VirtualHost配置文件必须要包含黄框中的默认配置 <VirtualHost *:80> DocumentRoot "D:/wamp/io 阅读全文
posted @ 2021-04-16 09:54 ascertain 阅读(121) 评论(0) 推荐(0) 编辑