bash: service: command not found 解决步骤如下:1、 输入 yum list | grep initscripts 会出现: initscripts.x86_64 2、 上面给出了可安装软件的yum源版本,然后执行 yum install initscripts -y ...
分类:
其他好文 时间:
2020-05-16 19:09:58
阅读次数:
62
Docker [TOC] 介绍 DevOps = 文化 + 过程 + 工具 虚拟化:为了跨平台、资源(cpu、存储、带宽等)管理和隔离。 虚拟机:运行的程序通常会经过 Hypervisor 的监视来保证与硬件的兼容,在现实出于性能的考虑不会全部都经过 Hypervisor。 容器: 推动容器化的原因 ...
分类:
其他好文 时间:
2020-05-16 16:24:49
阅读次数:
63
1、添加右键菜单的两种效果: 第一种是在 桌面/文件夹窗口中/选中文件夹上直接点击右键,显示“在此处打开命令窗口”选项,如图: 第二种是在 桌面/文件夹窗口中/选中文件夹上按住Shift键点击右键,同时显示“在此处打开命令窗口”和“在此处打开Powershell窗口”两个选项,如图: 2、方法: 新 ...
按键修饰符 在监听键盘事件时,我们经常需要检查详细的按键。Vue 允许为 在监听键盘事件时添加按键修饰符: 你可以直接将 " " 暴露的任意有效按键名转换为 kebab case 来作为修饰符。 在上述示例中,处理函数只会在 等于 时被调用 按键码 的事件用法 "已经被废弃了" 并可能不会被最新的浏 ...
分类:
其他好文 时间:
2020-05-16 00:26:11
阅读次数:
78
1. python3-pip installed but pip3 command not found? sudo apt install python3-pip 执行命令,显示已经安装成功, 但是,执行的时候却找不到pip3 user@conti-del-lp-018:~/Documents/ba ...
分类:
编程语言 时间:
2020-05-15 15:47:00
阅读次数:
79
不知道怎么分类的 $? 命令行参数 shell Command c、 i、是可选选项, A 是可以接收一个数字的选项, 并且需要一个文件作为参数,可以写成以下形式 Command ci A 2 file_name Command c i file_name A 2 Command file_name ...
分类:
其他好文 时间:
2020-05-15 15:42:57
阅读次数:
47
iptables命令基本语法iptables[-ttable]command[链名][条件匹配][-j目标动作]以下是对iptables命令的拆分讲解:-ttable用来指明使用的表,有三种选项:filter,nat,mangle。若未指定,则默认使用filter表。command参数指定iptables对我们提交的规则要做什么样的操作,以下是command常用参数:-AAppend,追加一条规则
分类:
其他好文 时间:
2020-05-15 11:46:42
阅读次数:
61
Unix does not have a command specifically for renaming files. Instead, the mv command is used both to change the name of a file and to move a file int ...
分类:
其他好文 时间:
2020-05-15 09:41:05
阅读次数:
60
To make a duplicate copy of a file, use the command cp. For example, to create an exact copy of the file called firstfile, you would type: cp firstfil ...
分类:
其他好文 时间:
2020-05-15 09:38:36
阅读次数:
50
OS环境:CentOS 7 Docker version:19.03.8 工具: XShell 准备工作:安装Cent OS7的java环境,参考自:https://www.cnblogs.com/stulzq/p/9286878.html 1. 拉取最新版本jenkins镜像 command:do ...
分类:
其他好文 时间:
2020-05-15 00:31:24
阅读次数:
47