相关文章
Linux yum常用命令
Linux服务器安装成功后,我们会经常使用yum安装rpm包以满足使用的需要。使用yum源安装rpm包有两种方式:
方式一:
搭建本地yum源环境,进行rpm包的安装,具体搭建方式,参考(chapter-5):
Linux常规…
建站知识
2024/10/23 20:02:58
axios-0.18.0.js报错415
Uncaught (in promise) Error: Request failed with status code 415
思路
因为在控制台上指明了是这个文件axios-0.18.0.js出错415,所以考虑替换这个文件,可能是由于这个文件版本过低导致的
解决方案 任意找一个文件夹 用npm指令下载最新的axios文件…
建站知识
2024/10/24 15:00:14
K8s Pod启动报错“cpu.cfs_quota_us: invalid argument\\\“\“”
k8s启动Pod报错:
OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:449: container init caused \"process_linux.go:415: setting cgroup config for procHooks process caused \\\"fail…
建站知识
2024/12/3 1:25:59
Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configu
Gradle sync failed: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle. Consult IDE log for more details (Help | Show Log) (1 m 10 s 430 ms) 解决办法(仅供参考)
…
建站知识
2024/11/28 4:09:46
Istio operator 运行错误 415: Unsupported Media Type
错误场景、环境
kubernetes version: v1.18.2
istio version: v1.10.0运行之后 istio-operator 的日志就抛出下面错误,而且会一直重启
# kubectl get iop -A
NAMESPACE NAME REVISION STATUS AGE
istio-system iop-pro-clu…
建站知识
2024/11/11 1:55:40
restTemplate发送请求时出现415问题解决
restTemplate发送请求时出现415问题解决 解决方案 记录出现org.springframework.web.client.HttpClientErrorException$UnsupportedMediaType: 415 : “{“timestamp”:”",“status”:415,“error”:“Unsupported Media Type”,“message”:“Content type ‘text/plain…
建站知识
2024/10/24 17:10:42
PostMan报415Unsupported Media Type
在一次对接API过程中,调试接口时PostMan报"415Unsupported Media Type"状态码,搞了好几天没通,API响应结果始终是415,下面是我在PostMan中的配置: 响应的Json数据:
{"Message": "The request contains an entity body but no Content-Type header.…
建站知识
2024/11/11 10:50:25
K8s常见问题分析解决
1: Pod始终处于pending状态
详细描述: Pod始终处于pending状态 解题思路: 如果pod保持在pending的状态,意味着无法被正常的调度到节点上,由于系统的某些资源无法满足Pod的运行需求 原因分析: 系统没有足够的资源或者用…
建站知识
2024/10/27 21:46:48