-
linux redhat DNS 配置
1.选择DNS 互联网服务器需要配置DNS,建议选择公网DNS(非公网DNS可能会有渠道限制,例如联通DNS可能限制非联通使用)。若需要访问外网,建议使用google提供的DNS。…
-
linux安装nginx(傻瓜式)
推荐全程使用root用户操作,避免nginx启动成功后,浏览器访问提示304,没有权限访问html文件夹页面 1. Nginx 官网地址 http://nginx.org/en/d…
-
Linux安装Redis6.2.6版本
1、创建存放的文件夹 2、进入创建的文件夹,然后使用wget进行下载 3、解压下载文件 4、进入redis-6.2.6然后进行编译安装redis 如果执行make命令报错:cc 未…
-
jdk11找不到jre
第一步: 进入到我们的jdk11安装目录下,我的是D:\tools\jdk11 第二步: 打开cmd窗口,执行如下命令即可 注意:命令需要cd到jdk11安装目录下执行,执行完毕,…
-
idea离线安装lombok
1.下载idea对应版本的lombok安装包 https://plugins.jetbrains.com/plugin/6317-lombok/versions 2、查看本机IDE…
-
navicat连接mysql8报错1251
前提: 使用docker-compose安装的mysql8.0,进入mysql仓库输入mysql -uroot -p123456 可以正常连接; 解决问题,直接看最底部解决方案即可…
-
微信红包报错:No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
网上查阅资料,都说在Java8及高版本以上的版本在调用ssl时会出现javax.net.ssl.SSLHandshakeException: No appropriate prot…
-
虚拟机查看IP-bash: ifconfig: command not found
-bash: ifconfig: command not found 发现,ens33 没有inet属性 ,需要配置一下,修改/etc/sysconfig/network-scri…
-
WIN10家庭版 找不到Hyper-V的解决办法
window10 家庭版发现无法找到hyper-v功能选项,其实这是window自动隐藏该功能,我想之所以认为是家庭版,那默认情况不需要该功能,但是往往我们买的电脑时系统默认给我装…
-
npm install 时报错 Cannot read properties of null (reading ‘pickAlgorithm‘)
问题背景nodejs 执行 npm install 时报错 “Cannot read properties of null (reading ‘pickAlgorithm‘)” 解…
-
点击查看更多