logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker批量重启容器服务

docker中 启动所有的容器命令:docker start $(docker ps -a | awk '{ print $1}' | tail -n +2)docker中关闭所有的容器命令:docker stop $(docker ps -a | awk '{ print $1}' | tail -n +2)批量删除容器与镜像:docker ps -a | awk '{print $1}' |

#docker#kubernetes
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath

【代码】sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath。

#java
虚拟机设置时区

使用命令:tzselectPlease select a continent or ocean.1) Africa2) Americas3) Antarctica4) Arctic Ocean5) Asia6) Atlantic Ocean7) Australia8) Europe9) Indian Ocean10) Pacific Ocean11) none - I want to specif

#linux
KubeSphere介绍

KubeSphere 容器平台面向云原生应用的容器混合云KubeSphere 愿景是打造一个以 Kubernetes 为内核的云原生分布式操作系统,它的架构可以非常方便地使第三方应用与云原生生态组件进行即插即用(plug-and-play)的集成,支持云原生应用在多云与多集群的统一分发和运维管理。全栈的 Kubernetes 容器云 PaaS 解决方案KubeSphere 是在 Kubernete

#devops#运维#kubernetes
Error from server (BadRequest): a container name must be specified for pod

报错kubectl logs pod-name -n namespaceerror: a container name must be specified for pod *, choose one of: [**] or one of the init containers: [**]原因:本来一个pod使用了一个容器,当使用查看pod日志的命令时,会输出该pod的容器的日志…一个pod中启用了

#kubernetes#容器#docker
打开wsl,显示 [已退出进程,代码为 4294967295] 的解决方案

以管理员身份启动命令行,windows terminal。重新打开windowsterminal或者重新启动电脑。

#windows
unexpected error getting claim reference: selfLink was empty, can‘t make reference

E0209 04:58:34.6828811 controller.go:1004] provision "mysql/www-nginx-0" class "managed-nfs-storage": unexpected error getting claim reference: selfLink was empty, can't make referenceelfLink was empt

#kubernetes#linux#docker
GOPATH set to GOROOT (/usr/local/go) has no effect

这个警告信息指出 GOPATH 环境变量被设置为与 GOROOT 相同的值。GOPATH 环境变量用于指定 Go 工作区的位置,而 GOROOT 指定 Go 安装的位置。将 GOPATH 设置为 GOROOT 表示 Go 工作区和 Go 安装位置位于同一目录,这是不推荐的。为了解决此问题,您应该将 GOPATH 设置为不同的目录。

文章图片
#golang#开发语言#后端
npm如何设置仓库地址-nvm设置代理服务器-安装pnpm

遇到的问题:在vue项目中npm如何设置仓库地址呢?

文章图片
#npm#vue.js#前端
Spring Cloud Stream 4.0.4 rabbitmq 发送消息多function

spring.cloud.stream.bindings.demo-in-0.destination配置项的值。注意当多个消费者时,需要添加配置项:spring.cloud.function.definition。

文章图片
#rabbitmq#spring cloud
    共 11 条
  • 1
  • 2
  • 请选择