2019年11月21日

摘要: 两个json的深度对比 在网上找了好多资料都没有找到想要的,还是自己写个吧! 上代码!!! 1.pom.xml中加入 2.新建CompareJson.java类 3.运行main函数输出 总结: 1.支持深度; 2.支持集合指定标识设置(itemKey); 3.支持数组(如:[1,2,3]); 4. 阅读全文
posted @ 2019-11-21 11:57 ′ 咋说?。 ° 阅读(3511) 评论(1) 推荐(1) 编辑

2018年5月11日

摘要: 默认在CentOS-Minimal版本下没有安装telnet和xinetd服务。 1、安装telnet [root@localhost ~]# rpm -qa | grep telnet --检查是否安装telnet,没有文件表示未安装 [root@localhost ~]# yum -y inst 阅读全文
posted @ 2018-05-11 16:57 ′ 咋说?。 ° 阅读(308) 评论(2) 推荐(0) 编辑

2017年9月8日

摘要: 初学storm,有不足的地方还请纠正。 网上看了很多wordcount实例,发现都不是我想要的。 实现场景:统计shengjing.txt词频到集合,一次打印结果。 ● 消息源Spout 继承BaseRichSpout类 / 实现IRichSpout接口 open,初始化动作; nextTuple, 阅读全文
posted @ 2017-09-08 12:13 ′ 咋说?。 ° 阅读(841) 评论(0) 推荐(0) 编辑

2017年6月24日

摘要: var touchStart, touchEnd, touchDiff = 80; $(window).on({ 'touchstart': function (e) { touchStart = e.originalEvent.changedTouches[0].clientY; }, ... 阅读全文
posted @ 2017-06-24 15:12 ′ 咋说?。 ° 阅读(934) 评论(0) 推荐(0) 编辑

导航