摘要:
修改hosts文件,添加下面ip,完美解决,2022年11月25号最新 142.250.4.90 translate.googleapis.com 142.250.30.90 translate.googleapis.com 142.250.101.90 translate.googleapis.c 阅读全文
摘要:
卸载nginx rm -rf file /usr/local/nginx* nginx正向代理默认只支持http,不支持https,需借助第三方模块“ngx_http_proxy_connect_module”来实现(https://github.com/chobits/ngx_http_proxy 阅读全文
摘要:
出现这个问题一般不是Nginx的版本高就是服务器版本高的问题 解决办法:在nginx安装文件夹下输入 [root@humanyr nginx-1.6.2]# vim src/os/unix/ngx_user.c 进去编辑找到红框中的代码段,如图将它注释保存退出重新make即可 阅读全文
摘要:
安装nginx中error: this statement may fall through [-Werror=implicit-fallthrough=] 输入 make CFLAGS='-Wno-implicit-fallthrough' 即可 阅读全文
摘要:
还原:开始安装了SenchaSDKTools-2.0.0-beta3,然后设置环境变量,之后执行sencha时报出<WARN> 。。。 is not a Sencha SDK or application。。上网查资料发现此版本需要安装SenchaCmd-3.1.2.342-osx.app.zip之 阅读全文
摘要:
操作系统要求 要安装 Docker Engine,您需要 CentOS 7、CentOS 8(流)或 CentOS 9(流)的维护版本。存档版本不受支持或测试。 centos-extras必须启用存储库。此存储库默认启用,但如果您已禁用它,则需要 重新启用它。 推荐使用overlay2存储驱动。 卸 阅读全文
摘要:
1.执行 yum search keepalived 或者 yum search all keepalived搜索yum库有没有 yum search keepalivedyum search all keepalived 2.执行命令 yum install -y keepalived yum i 阅读全文
摘要:
如下图 git连接方式为https方式,访问仓库内的某个文件时报cannot open git-upload-pack错误 解决方法 在idea的设置中找到图中的选项选中即可 阅读全文
摘要:
安装命令 brew install rabbitmq MQ的安装目录在 /usr/local/Cellar/rabbitmq 查看mq运行状态 rabbitmqctl status 配置环境变量 RabbitMQ的命令被安装在/usr/local/sbin,我们想在任意目录下都可以访问它的命令,则需 阅读全文
摘要:
public static void main(String[] args) { SpringApplication.run($name$.class, args); } 阅读全文