shelljs https://github.com/shelljs/shelljs 实例 var shell = require('shelljs'); if (!shell.which('git')) { shell.echo('Sorry, this script requires git') ...
分类:
Web程序 时间:
2020-07-06 11:12:54
阅读次数:
98
网上很多人都说安装Docker要升级windows专业版以上,是因为windows的虚拟机Hyper-v必须要专业版以上的版本才能安装。 那么你可以把系统升级到专业版,或者直接在home 版上开启Hyper-v,完全可以的。 但是有一点不完美,后面再来说怎么不完美。 当然可以通过修改注册表的方式,来 ...
Description There are G people in a gang, and a list of various crimes they could commit. The i-th crime generates a profit[i] and requires group[i] g ...
分类:
其他好文 时间:
2020-07-04 13:37:37
阅读次数:
57
/** * 这里是模块说明 * @module 节流防抖公用小插件,js和vue多页面可以使用 * @author zhangjiwen * @date 2020-07-04 * @requires 无//模块依赖 */ // 节流 // 思路: 第一次先设定一个变量true, // 第二次执行这个 ...
分类:
Web程序 时间:
2020-07-04 13:15:05
阅读次数:
104
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpoffice/phpspreadsheet 1.10.1 requires ext-fileinfo * -> the ...
分类:
其他好文 时间:
2020-07-04 11:39:20
阅读次数:
104
#include <windows.h> #define NUMLINES ((int)(sizeof devcaps / sizeof devcaps[0])) struct { int iIndex; TCHAR* szLabel; TCHAR* szDesc; } devcaps[] = { ...
分类:
其他好文 时间:
2020-06-28 18:21:44
阅读次数:
85
运行这段代码 import torch import numpy as np import matplotlib.pyplot as plt x = torch.ones(2,2,requires_grad=True) print('x:\n',x) y = torch.eye(2,2,requir ...
分类:
其他好文 时间:
2020-06-28 09:56:40
阅读次数:
254
问题描述 在Ubuntu14里编写了一个很简单的文件批量重命名脚本 #!/bin/bash read -p "请输入50递增的起始数字:" startA echo "\n" read -p "请输入1递增的起始数字:" startB echo "\n" read -p "请输入1递增的结束数字:" ...
分类:
系统相关 时间:
2020-06-24 13:58:30
阅读次数:
136
torch.tensor(data, dtype=None, device=None, requires_grad=False, pin_memory=False) → Tensor torch.zeros(*size, out=None, dtype=None, layout=torch.stri ...
分类:
其他好文 时间:
2020-06-23 17:19:48
阅读次数:
118
由于ECS快到期了,打算换个配置,趁着618入手一台新的。结果之前顺利安装过几次的文档居然报错了。 情况如下 Error: Package: php72w-pecl-imagick-3.4.3-1.2.w7.x86_64 (webtatic) Requires: libMagickWand.so.5 ...
分类:
Web程序 时间:
2020-06-18 22:07:29
阅读次数:
164