Command-Shift-Control-4 截取所选屏幕区域到剪贴板 截图快捷键:Command + Shift + 4 全屏截图快捷键:Command + Shift + 3 保存到桌面 .png ...
分类:
系统相关 时间:
2020-04-07 00:09:18
阅读次数:
100
参考以下两种解决: 1.zip While using git-bash, you may need the zip command to zip files. Then you will get error like “command not found“. This is because git ...
1. 报错 ERROR: Network internal declared as external, but could not be found. Please create the network manually using `docker network create internal` ...
分类:
Web程序 时间:
2020-04-06 17:49:24
阅读次数:
307
sed(stream editer),流编辑器,对标准输出或文件逐行进行处理 一、语法格式: 1、stdout | sed [option] "pattern command" 2、sed [option] "pattern command" file 二、sed的选项 -n 只打印模式匹配行(静默 ...
分类:
系统相关 时间:
2020-04-06 17:11:27
阅读次数:
96
systemctl network start 找不到命令是因为 centos8没有了network 而是nmcli 代替了 1 排查 本机的ip netmask mac地址是否一致 2 mac机 ifconfig 我的虚拟机使用是nat模式 如果是桥接模式就看vmnet1 如果子网掩码是乱码 就看 ...
分类:
系统相关 时间:
2020-04-06 15:39:07
阅读次数:
293
在 MAC 上 安装 Anaconda 后在 ITerm2 终端输命令总是会出现 zsh:command not found:conda,默认把路径写在 bash_profile 里面 ? bin cat ~/.bash_profile # added by Anaconda3 2.5.0 inst ...
分类:
系统相关 时间:
2020-04-06 15:24:20
阅读次数:
345
FunctionHotkey (Windows/Linux)Hotkey (macOS) New Ctrl + N Command + N New Window Ctrl + Shift + N Command +Shift + N New Tab (Not Supported) Command + ...
分类:
其他好文 时间:
2020-04-06 14:06:50
阅读次数:
122
错误原因: 即 的缩写,是浏览器中的网站图标。 favicon.ico不是必须的。但网站在加载时,会自动请求favicon.ico文件,如果没有则会报错 解决方案: 在服务器根目录下设置 favicon.ico 文件,浏览器会自动识别使用 在 `` 标签里添加代码 设置link引用文件 或 ...
分类:
Web程序 时间:
2020-04-06 13:55:58
阅读次数:
1022
python操作cmd 我们通常可以使用os模块的命令进行执行cmd 方法一:os.system os.system(执行的命令) # 源码 def system(*args, **kwargs): # real signature unknown """ Execute the command i ...
分类:
编程语言 时间:
2020-04-06 13:37:49
阅读次数:
88
python在安装第三方模块时候,需要将python的路径写入注册表,否则会提示 ‘python version 3.8-32 required,which was not found in the registry.’此时需要查看你的注册表 以下为检查及写入方法。 一、第一步先检查python路径 ...
分类:
编程语言 时间:
2020-04-06 11:21:47
阅读次数:
108