部分可能不准确,请见谅,数据源自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、行为驱动环境搭建: 行为驱动:Behavie 断言:Pyhamcrest 环境语言:Python 框架:Selenium 安装: 1 2 3 pip install behave pip install pyhamcrest 我们需要新建features包,在该包下要包含至少一个.feature ...
分类:
编程语言 时间:
2020-06-18 23:18:54
阅读次数:
80
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
coach.html <html> <head> <meta charset="utf-8"> </head> <body style="text-align:center;margin-top:200px"> <a style=" color:#666; font-size:120px;" hre ...
分类:
移动开发 时间:
2020-06-18 16:21:59
阅读次数:
316