<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Promise关键 ...
分类:
其他好文 时间:
2021-06-20 18:13:23
阅读次数:
0
Vue.js 允许你自定义过滤器,可被用于一些常见的文本格式化。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, ini ...
分类:
Web程序 时间:
2021-06-18 20:08:22
阅读次数:
0
yum 更新 # yum 包更新到最新 yum update 安装需要的软件包 # 安装需要的软件包, yum-util 提供yum-config-manager功能,另外两个是devicemapper驱动依赖的 yum install -y yum-utils device-mapper-pers ...
分类:
其他好文 时间:
2021-06-18 19:09:40
阅读次数:
0
1: 单个bond设备举例说明: 创建bond网卡(vim /etc/sysconfig/network-scripts/ifcfg-bond0): DEVICE=bond0 IPADDR=192.168.1.20 NETMASK=255.255.255.0 USERCTL=no BOOTPROTO ...
分类:
其他好文 时间:
2021-06-17 17:04:43
阅读次数:
0
安装Vue不需要任何特殊的工具,使用下面的代码就可以实现: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initia ...
分类:
Web程序 时间:
2021-06-17 17:02:32
阅读次数:
0
#include <stdio.h> #include <string.h> #include <stdint.h> #include <errno.h> #include <sys/queue.h> #include <rte_launch.h> #include <rte_eal.h> #inc ...
分类:
其他好文 时间:
2021-06-17 16:28:03
阅读次数:
0
RGB与YUV 色彩空间(Color Space)[1]:is a specific organization of colors. In combination with physical device profiling, it allows for reproducible represent ...
分类:
其他好文 时间:
2021-06-16 18:25:08
阅读次数:
0
先看看官方安装文档:https://docs.docker.com/engine/install/centos/#prerequisites,得知官方建议Centos7及以上的版本; 其他说明也非常详细,安装方法也推荐了好几种;我这里再整理一下以供学习。 Docker安装: 1、安装依赖包: sud ...
分类:
其他好文 时间:
2021-06-16 17:57:54
阅读次数:
0
目录解释 /bin:bin是Binary的缩写, 这个目录存放着最经常使用的命令。 /boot:这里存放的是启动Linux时使用的一些核心文件,包括一些连接文件以及镜像文 件。 /dev:dev是Device(设备)的缩写, 存放的是Linux的外部设备,在Linux中访问设备的方 式和访问文件的方 ...
分类:
系统相关 时间:
2021-06-10 17:42:28
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
Web程序 时间:
2021-06-08 22:44:10
阅读次数:
0