会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
毛会懂
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
58
下一页
2021年12月22日
win10激活码
摘要: 地址:http://www.xitongcheng.com/jiaocheng/win10_article_55877.html
阅读全文
posted @ 2021-12-22 18:34 毛会懂
阅读(511)
评论(0)
推荐(0)
编辑
2021年12月13日
分布式websocket服务器
摘要: 参考:https://zhuanlan.zhihu.com/p/48490362 问题:MQ队列的要求是:不同的服务对应不同的MQ队列。 解决的方法1:获取服务的IP地址,用于区分: /** * 获取本机的局域网ip地址,兼容Linux */public static String getLocal
阅读全文
posted @ 2021-12-13 15:49 毛会懂
阅读(180)
评论(0)
推荐(0)
编辑
2021年12月5日
win10 flume source为spooldir,输出到hdfs
摘要: 参考: http://blog.yoqi.me/wp/2580.html https://blog.csdn.net/weixin_42345229/article/details/98217488 https://www.csdn.net/tags/MtTaEgzsMTk4MzA3LWJsb2cO
阅读全文
posted @ 2021-12-05 16:51 毛会懂
阅读(212)
评论(0)
推荐(0)
编辑
2021年12月1日
Websocket高并发报错he remote endpoint was in state [TEXT_FULL_WRITING] which is an invalid state for called method
摘要: 参考: https://blog.csdn.net/wy_xing/article/details/82744559 https://blog.csdn.net/houbin0912/article/details/111044955?spm=1001.2014.3001.5501 https://
阅读全文
posted @ 2021-12-01 18:12 毛会懂
阅读(1391)
评论(0)
推荐(0)
编辑
对于nginx高并发短连接造成Cannot assign requested address解决方法 和 nginx调优
摘要: 参考: https://www.cnblogs.com/dj0325/p/10568914.html https://blog.csdn.net/michaelwoshi/article/details/120170134 https://www.cnblogs.com/JohnABC/p/5264
阅读全文
posted @ 2021-12-01 09:52 毛会懂
阅读(820)
评论(0)
推荐(0)
编辑
2021年11月30日
win10安装 flume1.9.0
摘要: 参考:https://blog.csdn.net/yamaxifeng_132/article/details/110123993 注意:flume 运行需要java环境,所以运行flume之前必须安装并配置java环境(如果安装了jdk,但是没有配置jdk环境,运行 flume 时会抛出找不见 j
阅读全文
posted @ 2021-11-30 13:39 毛会懂
阅读(676)
评论(0)
推荐(0)
编辑
2021年11月28日
win10安装kafka 2.12-2.8.1
摘要: 参考文章: https://www.jianshu.com/p/2509c32b396d?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation 注意:1、本来想安装kafka_2.
阅读全文
posted @ 2021-11-28 22:07 毛会懂
阅读(695)
评论(0)
推荐(0)
编辑
win10安装Hbase2.3.0
摘要: 参考: https://blog.csdn.net/catfishlyf/article/details/113715475 注意:需要提前安装: hadoop 。 参考: win10安装Hadoop3.1.3 https://www.cnblogs.com/maohuidong/p/1559282
阅读全文
posted @ 2021-11-28 20:15 毛会懂
阅读(651)
评论(0)
推荐(0)
编辑
hadoop常用的命令
摘要: 1、关闭安全模式 hadoop dfsadmin -safemode leave 2、修改根目录的权限 hadoop fs -chmod -R 777 / 3、上传文件 hadoop fs -put words.txt /user/words.txt 4、获取文件 5、查看文件 hadoop dfs
阅读全文
posted @ 2021-11-28 16:25 毛会懂
阅读(313)
评论(0)
推荐(0)
编辑
2021年11月25日
redis lua脚本 获取的结果为字符串,如何判断字符串相等
摘要: 业务需求:redis 实现最简单的get 和set操作,set的数据是字符串 1、当key不存在时,返回 -1 2、当 get的值为 "0"时, set值并设置过期时间,返回1 3、当get的值不为"0"时,返回-2 lua脚本: if (redis.call('exists', KEYS[1])
阅读全文
posted @ 2021-11-25 17:37 毛会懂
阅读(1820)
评论(0)
推荐(0)
编辑
上一页
1
···
4
5
6
7
8
9
10
11
12
···
58
下一页