几个IT小哥常用的工具挂图

提供几张IT小哥们常用的工具挂图:Vim 正则表达式,Mys…

Read more

好用的代码库密钥泄露检测工具:gitleaks

github上每年都有很多起因密钥或密码等机密数据泄露的事件…

Read more

rancher v2.x 初体验

rancher v2x

Read more

python cx-Oracle 驱动安装

安装oracle驱动 cx-Oracle驱动二进制版本下载地…

Read more

Nginx 在if语句中限制IP访问

一些web服务,出于安全考虑是不想让其他人访问到,除了添加登录用户认证外,还可以使用Nginx限制IP访问,只允许指定IP的用户访问站点或者接口。

Read more

Docker下如何导入导出neo4j数据

[摘要] 运行在Docker容器中的neo4j数据库,如何使…

Read more

Ubuntu-16.04下pip安装module时两个报错的解决

【摘要】操作系统:Ubuntu-16.04,pip安装mod…

Read more

解决 AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’

有台机器好久未登录了,今天执行pip的时候报错如下:Attr…

Read more

kubernetes Jenkins gitlab搭建CI/CD环境 (二)

接前一篇文章 kubernetes Jenkins gitl…

Read more