logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

同步文件到gitlab服务器报HTTP413错误,RPC failed; HTTP 413 curl 22 The requested URL returned error 413错误的解决办法

故障现象:我的gitlab服务器的环境是这样的,docker容器运行gitlab服务器,外边用nginx做代理,指向docker容器中的gitlab服务。在使用Github Desktop软件同步一些文件到gitlab上时,出现了HTTP 413错误:Enumerating objects:17,done.Counting Objects:100%(17/17),done.Delta compre

#nginx#docker#linux +2
中标麒麟安全操作系统V7.0环境下nginx安装详细教程-手把手教你

1.前言这两天在做一个项目,后台服务端需要部署在“内网环境”的“中标麒麟操作系统”上,在经过多次尝试后,终于部署安装成功。本文档介绍了在中标麒麟操作系统中使用通用软件包(tar或tar.gz包)来安装nginx的方法。资源下载:中标麒麟V7.0安全系统nginx安装包2.准备工作2.1准备安装包需准备的安装包包含两部分:(1)nginx安装包:nginx-1.18.0.tar.gz,linux平台

#linux#nginx#ubuntu +2
使用gson时,import com.google.gson.Gson;标红报错解决办法,亲测有效。

问题描述:使用google公司的gson工具时,在Module的Build.Gradle中添加了dependency依赖,在java源文件中添加import com.google.gson.Gson;结果gson标红,但是不能正常使用,如下图所示:原因分析:仅仅在Build.Gradle文件中添加远程依赖implementation 'com.google.code.gson:gson:2.8.2

#android#gradle#java +1
1分钟解决:SpringBoot启动报错Injection of autowired dependencies failed; Could not resolve placeholder: 问题

问题现象:SpringBoot项目读取配置文件中参数给类中的变量赋值时,,报错:Error creating bean with name 'testController': Unsatisfied dependency expressed through field 'XXX'; |nested exception is org.springframework.beans.factory.Bea

#spring boot#java#intellij-idea
给安卓系统添加路由时,报错:RTNETLINK answers: Operation not permitted的解决办法

问题描述:当前应用场景是安卓系统5.1跨内网、外网两个网络,在配置路由时,报错 RTNETLINK answers: Operation not permitted,如图所示。问题原因:执行该命令需要的权限比当前用户的权限要高,操作没有权限,导致执行失败。解决办法:(1)切换到root用户命令为:#adb shell su结果如图所示,切换到了root用户。(2)重新执行命令重新执行命令,#ip

#android#网络#linux
logback配置文件报错:no applicable action for [MaxFileSize], current ElementPath ...

logback是SpringBoot开发过程中常用的日志工具,在使用前需要设置配置参数,一般写在logback-spring.xml文件中。问题现象:配置完logback-spring.xml文件后,运行报错,内容为:Exception in thread "main" java.lang.IllegalStateException: java.lang.IllegalStateException

文章图片
#logback
阿里云服务器“禁止外国IP访问服务器”和“禁止服务器访问外国IP”的安全组策略配置方法

近日,公司服务器被挖矿程序袭击,经查该IP地址是乌克兰的,在阿里云安全组策略上设置,禁止该IP地址段访问我们和阿里云去访问该乌克兰地址。配置阿里云服务器的安全组规则,按如下方法设置。1.禁止乌克兰该网段访问我们2.禁止阿里云服务器访问乌克兰该网段...

#阿里云#运维#网络
1分钟解决:SpringBoot启动报错Injection of autowired dependencies failed; Could not resolve placeholder: 问题

问题现象:SpringBoot项目读取配置文件中参数给类中的变量赋值时,,报错:Error creating bean with name 'testController': Unsatisfied dependency expressed through field 'XXX'; |nested exception is org.springframework.beans.factory.Bea

#spring boot#java#intellij-idea
vmware启动虚拟机时报错“无法打开内核设备\\.\Global\vmx86”的解决办法

问题现象:vmware启动虚拟机时,报错:无法打开内核设备\\.\Global\vmx86的错误。原因分析:vmware相关服务没打开。解决办法:(1)我的电脑->右键->选择管理;(2)在计算机管理界面,选择:服务和应用程序->服务,然后找到VMware Authorization Service一项;(3)右键->启动即可。(4)重启启动虚拟机,虚拟机可以启动了,故障排

到底了