04 2020 档案

摘要:题目规则 规则 1:对于连续顺序4位及以上的字母,中间使用“~”替换。 例如:ahhhhhhbcdefko, 替换后为ahhhhhhb~fko。 规则2:对于连续重复出现3个及以上的字母,以该字母+重复的个数替换。 例如:ahhhhhhbcdefko,替换后为ah6bcdefko。 总体示例: 输入 阅读全文
posted @ 2020-04-29 11:19 foola 阅读(1831) 评论(0) 推荐(0)
摘要:是在使用分页查询时 this.jobReadMapper.beginPager(pageParam);XXXXXXXXXXXXXXXXXXXXXXXXthis.xxxReadMapper.queryById(xxx); this.jobReadMapper.endPager(this.jobRead 阅读全文
posted @ 2020-04-14 10:53 foola 阅读(849) 评论(0) 推荐(0)
摘要:错误信息: ERROR 2019-09-05 10:29:05,700 NetUtil.py:96 - EOF occurred in violation of protocol (_ssl.c:579)ERROR 2019-09-05 10:29:05,700 NetUtil.py:97 - SS 阅读全文
posted @ 2020-04-14 09:52 foola 阅读(290) 评论(0) 推荐(0)
摘要:错误信息 : raise ExecutionFailed(err_msg, code, out, err) resource_management.core.exceptions.ExecutionFailed: Execution of 'ambari-sudo.sh /usr/bin/hdp-s 阅读全文
posted @ 2020-04-14 09:24 foola 阅读(1076) 评论(0) 推荐(0)