bug_x

导航

 
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页

2018年9月11日

摘要: 一、 ./zkCli.sh -server master:2181 1、查看版本信息: 2、四字符命令(): 官网:https://zookeeper.apache.org/doc/r3.4.8/zookeeperAdmin.html#sc_zkCommands 阅读全文
posted @ 2018-09-11 16:11 bug_x 阅读(177) 评论(0) 推荐(0) 编辑
 
摘要: kafka 消费者 timeout 6000 1:查看zookeeper 的状态,kafka默认是自带zookeeper配置,我建议安装单独的zookeeper 服务,并且配置文件也很简单..直接改zookeeper 的host 跟port 就行; zookeeper 状态查看命名,参考官网:htt 阅读全文
posted @ 2018-09-11 16:01 bug_x 阅读(563) 评论(0) 推荐(0) 编辑
 

2018年8月30日

摘要: 坑一: 如上情况:132 ip 3888 端口没开。通常是zookeeper服务没起 端口检查: netstat -anp | grep 3888 正常开启如下: zookeeper 集群不像hadoop集群,在master上启动后其他的slave也启动。必须手动或者其他脚本启动。启动后。/usr/ 阅读全文
posted @ 2018-08-30 09:16 bug_x 阅读(9072) 评论(1) 推荐(0) 编辑
 

2018年8月29日

摘要: 问题描述: 开启php_openssl.dll,仍提示php_openssl.dll required/Not found 原因:可能是php的版本跟php_openssl.dll的版本不一样 具体排查情况: cli模式进入: 执行 一方面可以查看php.ini的位置信息 若有问题会提示: 阅读全文
posted @ 2018-08-29 21:02 bug_x 阅读(125) 评论(0) 推荐(0) 编辑
 
摘要: windows 版本 2、perl dll 库: 阅读全文
posted @ 2018-08-29 19:42 bug_x 阅读(221) 评论(0) 推荐(0) 编辑
 
摘要: 1、centos7 系统,自带python2.7 ,我安装了python3.5 并设置为系统默认python ,yum 语法不支持 2、解决办法: 阅读全文
posted @ 2018-08-29 09:19 bug_x 阅读(113) 评论(0) 推荐(0) 编辑
 

2018年8月27日

摘要: 1、https://electronjs.org/docs/api/web-contents 2、通常用: monitorEvents(document.body, 'mouse') 检测正常的值: screenX 467 == globalXscreenY 301 == globalYclient 阅读全文
posted @ 2018-08-27 11:46 bug_x 阅读(446) 评论(0) 推荐(0) 编辑
 

2018年8月20日

摘要: 两者都是可以过滤html元素 阅读全文
posted @ 2018-08-20 20:04 bug_x 阅读(99) 评论(0) 推荐(0) 编辑
 
摘要: //删除节点: //查找兄弟节点: 阅读全文
posted @ 2018-08-20 20:02 bug_x 阅读(127) 评论(0) 推荐(0) 编辑
 
摘要: $opts = array( 'http'=>array( 'method'=>"POST", 'header' => 'Content-Length: 0' //这里不要写其他header ) ); $context = stream_context_create... 阅读全文
posted @ 2018-08-20 19:52 bug_x 阅读(523) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页