Kompose 将 Docker Compose 文件转换为 Kubernetes 资源

Posted by 夏泽民

将 Docker Compose 文件转换为 Kubernetes 资源 Kompose 是什么?它是个转换工具,可将 compose(即 Docker Compose)所组装的所有内容 转换成容器编排器(Kubernetes 或 OpenShift)可识别的形式。



防止主键冲突报错-ignore

Posted by 夏泽民

在mysql中如果插入重复的主键就会报错,为了防止报错,在主键重复插入的时候不进行插入,就要使用关键字 ignore



Generator

Posted by 夏泽民

https://www.bookstack.cn/read/es6-3rd/spilt.4.docs-async-iterator.md



爬虫html解析

Posted by 夏泽民

Beautiful Soup 是一个可以从HTML或XML文件中提取数据的Python库。bs4 模块的 BeautifulSoup 配合requests库可以写简单的爬虫。



Ardb redis geohash

Posted by 夏泽民

Ardb中的二维空间索引实现从原理上说,可以简化为GeoHash + Sorted Set。 在比较早的时候写过一篇英文原理介绍在这里, 这里用中文再介绍一次。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required