01 2022 档案

摘要:概述 突然发现测试环境登录失败,api/login/captcha接口报错502 第一反应是去查看日志: com.aaa.cachecloud.redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException: Too many 阅读全文
posted @ 2022-01-26 21:31 johnny233 阅读(75) 评论(0) 推荐(0) 编辑
摘要:概述 在网站业务开发中,经常遇到的一个需求就是,级联选择。 实现 先给出实现后的效果: 后端 后端业务Service类实现如下: public List<CmdbVo> listDepartment() { String url = cmdbUrl + String.format(DEPARTMEN 阅读全文
posted @ 2022-01-15 17:23 johnny233 阅读(33) 评论(0) 推荐(0) 编辑
摘要:序列化与反序列化问题 调用外部接口,http://100.111.55.67:9999/cmdb/v0.2.0/departments?page_size=1000,返回数据格式如下: { "code": 0, "content": [ { "id": "4561", "level": 1, "na 阅读全文
posted @ 2022-01-15 16:34 johnny233 阅读(199) 评论(0) 推荐(0) 编辑
摘要:概述 Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask Hive数据源跑SQL失败报错信息:Error 阅读全文
posted @ 2022-01-04 20:33 johnny233 阅读(718) 评论(0) 推荐(0) 编辑