go get,git fatal: HTTP request failed 问题一: fatal: HTTP request failed使用go get url 拉取时提示:git fatal: HTTP request failed# go get git git、http request failed、ssl connect error 5年前 3347 浏览
安装php svn扩展 1.Download the SVN PECL package:wget pecl.php.net/get/svn-1.0.3.tgz2.Extract the package:tar xz php、svn 5年前 4633 浏览
蓝绿部署 Blue Green Deployment 蓝绿部署,英文名Blue Green Deployment,是一种可以保证系统在不间断提供服务的情况下上线的部署方式。如何保证系统不间断提供服务呢?蓝绿部署的模型中包含两个集群,就好比海豚的左脑和右脑。 蓝绿 6年前 4284 浏览
/libexec/ld-elf.so.1: bad ELF interpreter: : /libexec/ld-elf.so.1: bad ELF interpreter:The program you're trying to run is for *BSD, not Linux.你执行的程序是 BSD 不是 linux,下载 linux使用的程 6年前 4293 浏览
php解析soap xml php解析 soap协议的 xml 如下,主要用到替换相关字符,保持xml的格式<?php $info = <<< EOL <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns php、xml、soap 6年前 7455 浏览
kafka可视化管理工具 Kafka Manager http://blog.csdn.net/lsshlsw/article/details/47300145 kafka、manager 7年前 9874 浏览
PHP 与 Kafka 连接与搭建 https://gist.github.com/rambolee/71286ad4c31aeb62253f4eb5cb6cbd93&n php、kafka 7年前 10464 浏览
集群监控:Elasticsearch 5.4 Head安装 安装文档: https://github.com/mobz/elasticsearch-headhead 插件,需要 nodejs 启动,需要先装 node elk、elasticsearch-head 7年前 3642 浏览
ELK logstash分析 nginx 日志 logstash nginx 日志分析 http://www.cnblogs.com/wshenjin/p/7061500.html分析逻辑 elk、logstash 7年前 7339 浏览
elasticsearch 扩展安装 及 head 1、elasticsearch-head是一个elasticsearch的集群管理工具:./elasticsearch-1.7.1/bin/plugin -install mobz/elasticsearch-headcd elastic elasticsearch、elasticsearch-head 7年前 3538 浏览
2.* 安装笔记 ElasticSearch + Logstash + Kibana + Filebeats ElasticSearch + Logstash + Kibana + Filebeats准备工作,先下载所有安装包:ElasticSearch2.3.5 + Logstash2.3.4 + Kibana4.5.4 + Filebeats1.2.3 elk 7年前 4034 浏览