上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页

2022年9月7日

zookeeper集群部署

摘要: 1.部署的服务器ip地址 172.16.0.151 172.16.0.173 172.16.0.220 2.zookeeper版本 wget https://mirrors.bfsu.edu.cn/apache/zookeeper/zookeeper-3.7.1/apache-zookeeper-3 阅读全文

posted @ 2022-09-07 14:04 running-fly 阅读(286) 评论(0) 推荐(0) 编辑

mongos集群部署

摘要: mongos 分片服务器 https://blog.csdn.net/weixin_49724150/article/details/121748365 1.部署的服务器ip地址 172.16.0.151 172.16.0.173 172.16.0.220 2.etcd版本 wget https:/ 阅读全文

posted @ 2022-09-07 14:03 running-fly 阅读(73) 评论(0) 推荐(0) 编辑

etcd集群部署文档

摘要: 1.部署的服务器ip地址 172.16.0.151 172.16.0.173 172.16.0.220 2.etcd版本 wget https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar 阅读全文

posted @ 2022-09-07 14:03 running-fly 阅读(35) 评论(0) 推荐(0) 编辑

kafka集群部署

摘要: kafka集群 1.部署的服务器ip地址 172.16.0.220 172.16.0.66 172.16.0.25 2.kafka版本 https://www.apache.org/dyn/closer.cgi?path=/kafka/3.2.0/kafka_2.13-3.2.0.tgz 3.三台服 阅读全文

posted @ 2022-09-07 14:01 running-fly 阅读(57) 评论(0) 推荐(0) 编辑

2022年9月1日

Go中三个点(...)用法

摘要: //接受可变长参数 func arg(args ...string){ for i,v:=range args{ fmt.Printf("index %d, value %v \n",i,v) } } func main(){ temp:=[]string{"111","4555"} arg(tem 阅读全文

posted @ 2022-09-01 22:27 running-fly 阅读(33) 评论(0) 推荐(0) 编辑

2022年7月22日

php curl方式实现 post,get

摘要: class AipHttpClient{ /** * HttpClient * @param array $headers HTTP header */ public function __construct($headers=array()){ $this->headers = $this->bu 阅读全文

posted @ 2022-07-22 14:46 running-fly 阅读(36) 评论(0) 推荐(0) 编辑

go makefile使用详解

摘要: 参考文档 https://www.w3cschool.cn/mexvtg/adisqozt.html 一 . 目录和文件内容 文件所在目录 goproject├── blog├── blog-linux├── blog-windows├── main.go└── Makefile Makefile 阅读全文

posted @ 2022-07-22 11:02 running-fly 阅读(359) 评论(0) 推荐(0) 编辑

2022年7月15日

go grpc protobuf 使用

摘要: 1.下载protoc https://github.com/protocolbuffers/protobuf/releases,解压出 protoc.exe 放到到GOROOT目录下 2.下载 protoc-gen-go 文件 go install github.com/golang/protobu 阅读全文

posted @ 2022-07-15 15:17 running-fly 阅读(204) 评论(0) 推荐(0) 编辑

2022年6月30日

php 上传文件压缩包

摘要: index.php 压缩包处理,上传文件处理 <?php include('ziper.class.php'); /*接收base64的jpg图片编码,转换为图片*/ try { $file = $_FILES['image']; // 判断文件是否上传 if (!is_uploaded_file( 阅读全文

posted @ 2022-06-30 18:10 running-fly 阅读(416) 评论(0) 推荐(0) 编辑

2022年6月27日

php-fpm 重启命令

摘要: 1.第a56爆大奖在线娱乐方式 systemctl restart php7.2-fpm.service systemctl status php7.2-fpm.service 2.第二种方式 找到php-fpm 进程id,杀死进程,重新启动进程 (1)ps aux | grep php-fpm (2)kill - 阅读全文

posted @ 2022-06-27 10:42 running-fly 阅读(5109) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页