作者:daidai5771

python pip安装问题

No Picture

linux系统下,pip的缓存位置: ~/.cache/pip python…

Read More »

ETCD搭建注册发现服务系统

No Picture

一、etcd安装 yum install -y etcd 安装etcd 或者…

Read More »

Centos7 yum安装Chrome浏览器

No Picture

一.创建yum源文件 cd /etc/yum.repo.d/ touch g…

Read More »

tcpdump抓取工具使用

No Picture

获取tcp http开头的包数据 tcpdump -XvvennSs 0 -…

Read More »

chrome dev tools 接口与交互方式

No Picture

一、参考地址 https://chromedevtools.github.i…

Read More »

PHP curl 流式方式上传和下载大文件

No Picture

一、流式方式下载大文件 $ch = curl_init(); $fp =  …

Read More »

Kubernetes学习笔记之————组件

No Picture

Master 组件 Master组件提供集群的管理控制中心。 Master组…

Read More »

Kubernetes学习笔记之————是什么

No Picture

参考资料:http://docs.kubernetes.org.cn/227…

Read More »

TIDB使用心得

No Picture

官方文档:https://pingcap.com/docs-cn/v3.0/…

Read More »

yii2安装和初始化高级项目

No Picture

一、安装composer curl -sS https://getcompo…

Read More »