一、安装jQuery Bootstrap需要依赖jQuery,所以引用Bootstrap之前要先引用jQuery,使用下面的命令引用jQuery: npm install jquery --save 二、引入Bootstrap 1、使用命令安装 npm install bootstrap --sav ...
分类:
其他好文 时间:
2020-06-20 16:38:05
阅读次数:
50
如何运行具有奇点的NGC深度学习容器 How to Run NGC Deep Learning Containers with Singularity 高性能计算机和人工智能的融合使新的科学突破成为可能。现在需要在同一个系统上同时部署HPC和AI工作负载。 支持HPC和AI工作负载所需的软件环境的复 ...
分类:
其他好文 时间:
2020-06-20 16:14:09
阅读次数:
71
部分可能不准确,请见谅,数据源自Baidu,由noogai00整理,数据为Microsoft.所有 Windows 95 02398-OEM-0030022-5886409297-OEM-0021281-7226509297-OEM-0021281-5462909297-OEM-0021281-53 ...
如果我们有个很奇怪的需求,需要安装同一个包的2个版本,我们可以用npm alias来实现 npm i <alias>@npm:<packageName>@版本 # 例子 npm i antd3@npm:antd@3 npm i antd4@npm:antd@4 ...
分类:
其他好文 时间:
2020-06-19 20:55:30
阅读次数:
129
在使用vs2015安装一些nuget包的时候,出现了an error occurred while retrieving package for "Newtonsoft.Json 11.0.0.2"的错误,按照网上更换nuget源的方式无果后,发现nuget管理器可以更新,更新之后就可以了。更新在“ ...
分类:
其他好文 时间:
2020-06-19 14:16:14
阅读次数:
69
1.laravel官方提供的第三方登录 1.1github设置 找到 OAuth Apps 2.第三方composer登录 链接 安正超(作者) ...
分类:
其他好文 时间:
2020-06-19 12:28:39
阅读次数:
52
python 在安装支付宝sdk前 ,需要安装加密模块 pycrypto 2.6.1 执行命令: pip install pycrypto 如果是Windows系统,到这里可能安装出错了,可能出现的错误如下: error: command ‘cl.exe’ failed: No such file ...
分类:
编程语言 时间:
2020-06-19 12:23:31
阅读次数:
130
mac 安装brew报错 Failed to connect to raw.githubusercontent.com port 443: Connection refused解决办法
分类:
其他好文 时间:
2020-06-19 00:37:14
阅读次数:
155
1.首先注册github账号,登录,创建新仓库 ,点击+,点击new repository 2.得到如下页面,填写仓库名,自己随便写一个名字,下面的描述可写可不写,点击Initialize this repository with a README,然后创建: 3.下载git shell,网上给了很 ...
分类:
Web程序 时间:
2020-06-18 19:25:47
阅读次数:
64
安装依赖 yarn add @babel/plugin-proposal-decorators 修改package.json文件中的babel依赖 "babel": { "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": t ...
分类:
其他好文 时间:
2020-06-18 17:55:37
阅读次数:
73