例子:左边ctrl和左边alt互换 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00, ...
一、过滤器(filter) 1.SpringBoot默认加载的过滤器 characterEncodingFilter hiddenHttpMethodFilter httpPutFormContentFilter requestContextFilter 2.Filter的优先级 Ordered.H ...
分类:
编程语言 时间:
2020-06-03 23:08:50
阅读次数:
77
Harbor的安装也比较简单,可以查看之前的博客。 http://192.168.1.120:8001 admin/Harbor12345 注意:要在docker的配置文件中加入信任 [root@play bin]# cat /etc/docker/daemon.json { "registry-m ...
分类:
其他好文 时间:
2020-06-03 00:32:00
阅读次数:
91
npm install --save node-sass --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist --sass-binary-site=http://npm.taobao.org ...
如下图报错 解决办法为: 文本内容: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Paramete ...
新建一个文本文件,重命名为openCMD.reg 用记事本打开该文件,输入以下内容 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\openCMD] @="在此处打开CMD窗口" "Icon"="cmd.exe" [HK ...
分类:
其他好文 时间:
2020-06-01 20:32:25
阅读次数:
56
1.更新Linux的内核 yum update 2.安装依赖包 sudo yum install -y yum-utils device-mapper-persistent-data lvm2 3.安装 Docker-CE# 重建 Yum 缓存。 安装 Docker-CE ,请执行一下命令进行安装: ...
分类:
其他好文 时间:
2020-06-01 00:49:47
阅读次数:
105
前端开发需要了解的工具集合:webpack, eslint, prettier, ... 前端开发需要了解的一些工具,这些工具能够帮助你在项目开发中事半功倍。 1. nrm: npm registry 管理器 registry: npm 远程仓库的地址。 由于众所周知的原因,npm 官方仓库在国内特 ...
分类:
Web程序 时间:
2020-05-31 21:50:47
阅读次数:
111
在项目根目录添加一个.npmrc文件 sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ registry=https://registry.npm.taobao.org 将安装路径修改为淘宝镜像 然后执行命令: npm instal ...
分类:
其他好文 时间:
2020-05-31 18:21:43
阅读次数:
154
设置淘宝镜像 npm config set registry http://registry.cnpmjs.org 通过npman下载安装cnpm npm install -g cnpm -registry=https://registry.npm.taobao.org 全局安装了cnpm,然后cm ...