1、Docker 在安装docker前,先安装docker的包 sudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 配置docker的仓库,从docker官方仓库下载会太慢,我们就将仓库配置到阿里云(类似于mave ...
分类:
编程语言 时间:
2020-07-19 11:22:28
阅读次数:
78
例子 1 border-radius:2em; 等价于: border-top-left-radius:2em; border-top-right-radius:2em; border-bottom-right-radius:2em; border-bottom-left-radius:2em; 例 ...
分类:
其他好文 时间:
2020-07-18 22:30:05
阅读次数:
94
# Name the components on this agenta1.sources = r1a1.channels = c1 c2a1.sinks = k1 k2 #将数据流复制给所有channel#下边这句是默认的,不配置也可以#a1.sources.r1.selector.type = ...
分类:
Web程序 时间:
2020-07-18 19:54:00
阅读次数:
103
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>关键词分类</ti ...
分类:
其他好文 时间:
2020-07-18 13:38:03
阅读次数:
143
虽然我已经安装了GPU版的pytorch,但是只能使用CPU的。 安装的pytorch版本pytorch1.5.1-py36-cu102-cudn70 执行: >>> import torch >>> import torchvision >>> torch.cuda.is_available() ...
分类:
其他好文 时间:
2020-07-18 13:33:18
阅读次数:
406
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-07-18 11:29:22
阅读次数:
61
nload工具 nload用于实时查看网卡流量,默认系统都没有安装,首先安装方式如下: $ yum install -y epel-release $ yum install -y nload 使用也非常简单,如下: $ nload Device eth0 [192.168.0.110] (4/5) ...
分类:
其他好文 时间:
2020-07-18 00:32:24
阅读次数:
107
谐波的具体生成方法参看论文 Harmonic and Intermodulation Analysis of Nonlinear Devices Used in Virtual Bass Systems 具体的matlab代码为 function Ha = calculate_harmonics() ...
分类:
其他好文 时间:
2020-07-17 19:25:00
阅读次数:
76
当我写一个功能模块方法时,我在想些什么 // 无论什么方法,都是这样一个结构 const fn = () => { }; 比比如,我要写一个接口,查询组织下的设备列表 /api/device/list 地基 const deviceList = (params) => { // 传入一些参数 ret ...
分类:
其他好文 时间:
2020-07-17 01:12:04
阅读次数:
82
1 <html lang="en"> 2 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maxim ...
分类:
Web程序 时间:
2020-07-16 18:24:38
阅读次数:
73