sync.Map源码分析 Published 2020年4月18日 by chenjie 概述 go语言中的map并不是并发安全的,在Go … Continue readingsync.Map源码分析 2 Comments
如何设置最大打开文件描述符数 Published 2019年10月3日 by chenjie 在开发中大型在线项目线上可能会遇到文件句柄数不够的… Continue reading如何设置最大打开文件描述符数 Leave a Comment
Pushgateway使用调研 Published 2019年6月30日 by chenjie 使用场景:Prometheus 采用 pull 模… Continue readingPushgateway使用调研 2 Comments
常见采样策略 Published 2019年5月30日 by chenjie 最近阅读了https://github.com/h… Continue reading常见采样策略 Leave a Comment
nginx日志切割方法 Published 2018年12月26日 by chenjie 使用脚本 #!/bin/bash #日志目录 lo… Continue readingnginx日志切割方法 Leave a Comment
博客搬家流水账 Published 2018年12月23日 by chenjie 前因 从2011年开始写博客到现在也不知道搬过多少… Continue reading博客搬家流水账 Leave a Comment
基于Redis实现的延迟队列 Published 2018年9月4日 by chenjie 应用场景 订单超过30分钟未支付,自动关闭 订单完… Continue reading基于Redis实现的延迟队列 Leave a Comment
php+zookeeper 集群管理 Published 2018年3月24日 by chenjie 上一篇提到了php操作zookeeper的一些常用… Continue readingphp+zookeeper 集群管理 Leave a Comment
php+zookeeper的curd操作 Published 2018年3月22日 by chenjie 上一篇讲了一些安装流程,这篇来看下常用函数 htt… Continue readingphp+zookeeper的curd操作 2 Comments
php+zookeeper 安装介绍 Published 2018年3月22日 by chenjie 环境介绍 Centos6.5 ,php5.6,zo… Continue readingphp+zookeeper 安装介绍 2 Comments