自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 一键打造vim ide 支持python golang shell等高级特性

1.vim-for-devops github: https://github.com/yxxhero/vim_for_devops 利用vim插件打造支持python、shell、golang的ide,一键脚本安装,未来支持js。 2.依赖 Vim >= 8.1 (most features needed +python or +python3 support) golang >=...

2019-09-22 17:37:42 707 3

原创 Nginx之Http模块系列之empty_gif模块

empty_gif模块主要是用于发出单像素透明GIF。 1. 简介 ngx_http_empty_gif_module模块,用于发出单像素透明GIF。 2.配置示例 location = /_.gif { empty_gif; } 当匹配到/_.gif的请求时,返回单像素透明gif做为http响应体。 3.配置格式 Syntax: empty_gif; Default: — Context: location 默认不开启,只存在于localtion上下文中。 4.总结 ngx_htt.

2021-03-28 19:17:13 510

原创 kubernetes addons之node-problem-detector

node-problem-detector简介 node-problem-detector的作用是收集k8s集群管理中节点问题,并将其报告给apiserver。它是在每个节点上运行的守护程序。node-problem-detector可以作为DaemonSet运行,也可以独立运行。 当前,GCE集群中默认开启此扩展。 项目地址: https://github.com/kubernetes/node-problem-detector kubernetes目前问题 基础架构守护程序问题:ntp服务关.

2021-02-25 21:01:20 1170

原创 mongodb数据修复宝典

mongodb数据修复宝典 mongodb数据异常的常见原因 1. mongod异常关闭 mongo数据修复办法

2019-10-06 11:37:07 1467

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除