Mike's Blog

DNS DevOps CISSP CISA Security+ 摄影 程序员 北京

  • 运维研发
  • 系统设计
  • DNS技术
  • 算法技术
  • Go语言
  • Python
  • web前端
  • 读书笔记
  • 互联网百科

Posts Tagged → golang

Trie数据结构实现与应用

posted in Go语言, 算法技术 on 2020-06-20 by zhangmingkai.1989@gmail.com 0 Comments

在二叉树结构中,每个元素的插入通过比较来确定其最终存储的位置,比较操作需要对于整个的元素进行比较 整数的直接比… Continue reading →

NSEC协议中的Bitmap实现

posted in DNS技术 on 2020-02-04 by zhangmingkai.1989@gmail.com 0 Comments

最小生成树及Go实现算法

posted in Go语言, 算法技术 on 2020-01-12 by zhangmingkai.1989@gmail.com 0 Comments

一个资源池的Go实现

posted in Go语言 on 2020-01-06 by zhangmingkai.1989@gmail.com 0 Comments

资源池模式是一种比较典型的应用模式,通过一个池子来管理资源,可以有效的降低不断创建新资源带来的资源开销,一般线… Continue reading →

LRU算法及实现

posted in 算法技术 on 2020-01-01 by zhangmingkai.1989@gmail.com 0 Comments

1.什么是LRU LRU是一个数据缓存结构,它的英文名称是Least recently used,用于解决缓存… Continue reading →

三种字符串查找算法的Go实现

posted in 算法技术 on 2019-11-30 by zhangmingkai.1989@gmail.com 0 Comments

字符串查找就是给定一段文字,查找所有包含特定单词的方式,当我们使用网站浏览信息的时候,用Ctr+F搜索网页, … Continue reading →

使用textfile收集监控指标

posted in Go语言, 运维研发 on 2019-09-16 by zhangmingkai.1989@gmail.com 0 Comments

node_exporter本身除了收集系统指标以外,还可以通过textfile模块来采集用户自己生成的指标,这… Continue reading →

Prometheus源码笔记-web模块

posted in Go语言, 运维研发 on 2019-09-16 by zhangmingkai.1989@gmail.com 0 Comments

Prometheus的web模块主要提供web相关的操作和federate功能(层次化部署接口),并提供Pro… Continue reading →

Prometheus源码笔记-Config模块

posted in Go语言, 运维研发 on 2019-09-16 by zhangmingkai.1989@gmail.com 0 Comments

config模块主要用于配置文件的加载与管理操作,从config.yml文件中传递的数据将会用于生成一个con… Continue reading →

Prometheus源码笔记-AlertManager

posted in Go语言, 运维研发 on 2019-09-16 by zhangmingkai.1989@gmail.com 0 Comments

AlertManager 用于接收 Prometheus 发送的告警并对于告警进行一系列的处理后发送给指定的用… Continue reading →

  • 1
  • 2
  • »
  • Last

标签

algorithm ansible CA chatops concurrent css data-structure django DNS dns-oarc docker exporter featured Go golang graph greedy hubot huffman kmp kubernetes nodejs prometheus Quic react RFC scss security SSL swift system TLS tree trie UDP 分布式 多线程 字符串 学习方法 容器技术 并发 性能测试 架构设计 缓存 高性能

近期文章

  • Quic协议与DNS
  • 贪心算法与霍夫曼编码
  • Trie数据结构实现与应用
  • privacy-policy
  • NSEC协议中的Bitmap实现

文章归档

  • 2021年一月
  • 2020年七月
  • 2020年六月
  • 2020年五月
  • 2020年二月
  • 2020年一月
  • 2019年十一月
  • 2019年十月
  • 2019年九月

分类目录

  • DNS技术
  • Go语言
  • IOS开发
  • Policy
  • Python
  • web前端
  • 互联网百科
  • 协议
  • 团队管理
  • 安全技术
  • 未分类
  • 算法技术
  • 系统设计
  • 读书笔记
  • 运维研发

友情链接

个人摄影

Rust Book
Golang Blog
Minio.io
Cloudflare Blog

卡拉搜索