会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bug_x
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
···
26
27
28
29
30
31
32
33
34
···
43
下一页
2018年9月11日
kafka 消费者 timeout 6000
摘要: kafka 消费者 timeout 6000 1:查看zookeeper 的状态,kafka默认是自带zookeeper配置,我建议安装单独的zookeeper 服务,并且配置文件也很简单..直接改zookeeper 的host 跟port 就行; zookeeper 状态查看命名,参考官网:htt
阅读全文
posted @ 2018-09-11 16:01 bug_x
阅读(591)
评论(0)
推荐(0)
2018年8月30日
zookeeper 集群配置采坑 Connection refused WARN [QuorumPeer[myid=1]/0:0:0:0:0:0:0:0:2181:QuorumCnxManager@584] - Cannot open channel to 3 at election address slave2/192.168.127.133:3888
摘要: 坑一: 如上情况:132 ip 3888 端口没开。通常是zookeeper服务没起 端口检查: netstat -anp | grep 3888 正常开启如下: zookeeper 集群不像hadoop集群,在master上启动后其他的slave也启动。必须手动或者其他脚本启动。启动后。/usr/
阅读全文
posted @ 2018-08-30 09:16 bug_x
阅读(9298)
评论(1)
推荐(0)
2018年8月29日
php 5.3.10 cli 模式加载php_openssl.dll
摘要: 问题描述: 开启php_openssl.dll,仍提示php_openssl.dll required/Not found 原因:可能是php的版本跟php_openssl.dll的版本不一样 具体排查情况: cli模式进入: 执行 一方面可以查看php.ini的位置信息 若有问题会提示:
阅读全文
posted @ 2018-08-29 21:02 bug_x
阅读(137)
评论(0)
推荐(0)
常用官方php版本下载链接
摘要: windows 版本 2、perl dll 库:
阅读全文
posted @ 2018-08-29 19:42 bug_x
阅读(283)
评论(0)
推荐(0)
File "/usr/bin/yum", line 30 except KeyboardInterrupt, e:
摘要: 1、centos7 系统,自带python2.7 ,我安装了python3.5 并设置为系统默认python ,yum 语法不支持 2、解决办法:
阅读全文
posted @ 2018-08-29 09:19 bug_x
阅读(127)
评论(0)
推荐(0)
2018年8月27日
Electron mouse events 参数解析
摘要: 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
阅读(475)
评论(0)
推荐(0)
2018年8月20日
innerText 与textContent区别
摘要: 两者都是可以过滤html元素
阅读全文
posted @ 2018-08-20 20:04 bug_x
阅读(115)
评论(0)
推荐(0)
js 删除节点,jquery遍历通过内容定位节点
摘要: //删除节点: //查找兄弟节点:
阅读全文
posted @ 2018-08-20 20:02 bug_x
阅读(144)
评论(0)
推荐(0)
HTTP request failed! HTTP/1.1 411 Length Required
摘要: $opts = array( 'http'=>array( 'method'=>"POST", 'header' => 'Content-Length: 0' //这里不要写其他header ) ); $context = stream_context_create...
阅读全文
posted @ 2018-08-20 19:52 bug_x
阅读(569)
评论(0)
推荐(0)
2018年8月16日
php ip2long 负数问题
摘要: 官方网站: Note: 因为PHP的 integer 类型是有符号,并且有许多的IP地址讲导致在32位系统的情况下为负数, 你需要使用 "%u" 进行转换通过 sprintf() 或 printf() 得到的字符串来表示无符号的IP地址。 其他方法见链接: https://blog.csdn.net
阅读全文
posted @ 2018-08-16 18:24 bug_x
阅读(131)
评论(0)
推荐(0)
上一页
1
···
26
27
28
29
30
31
32
33
34
···
43
下一页