上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 41 下一页
摘要: 背景 应用迁移,即旧版应用下线,新版应用上线,停掉旧版应用里面的quartz任务,开启新版的xxl-job调度任务。数据推送源头是SQL Server,目的地是MQ。 问题爆出 今天iview的自动导出任务从老系统迁移到新系统,下午2点40~近5点。导出到MQ的消息内容与预期不符,造成这段时间数据缺 阅读全文
posted @ 2022-03-03 21:59 johnny233 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 背景 从SQL Server推数据到MQ。 SQL查询语句(省略若干查询字段): select CallStartDt, SeqNum, CallId, Service_Id, UMID from CallDetail where CallInsertDt >= CONVERT(varchar(10 阅读全文
posted @ 2022-03-02 23:09 johnny233 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 问题 本文记录在使用React Ant Design的table组件时,遇到的两个表象相同,但是根源不太相同的问题。 问题1 简单的列表页,输入主键ID搜索,却展示出来两条数据。通过查看接口,明明只返回一条数据。怎么会展示两条数据呢? 并且下面这一条数据,无法操作。这也正说明,后端返回的数据里面是不 阅读全文
posted @ 2022-02-28 21:04 johnny233 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 概述 突然发现测试环境登录失败,api/login/captcha接口报错502 第一反应是去查看日志: com.aaa.cachecloud.redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException: Too many 阅读全文
posted @ 2022-01-26 21:31 johnny233 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 概述 在网站业务开发中,经常遇到的一个需求就是,级联选择。 实现 先给出实现后的效果: 后端 后端业务Service类实现如下: public List<CmdbVo> listDepartment() { String url = cmdbUrl + String.format(DEPARTMEN 阅读全文
posted @ 2022-01-15 17:23 johnny233 阅读(25) 评论(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 阅读(176) 评论(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 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 生产环境ELK记录的报错信息: ERROR c.x.c.d.b.s.i.TableWarnServiceImpl - executeTableWarnJob error: java.lang.NumberFormatException: For input string: "57.978883861 阅读全文
posted @ 2021-12-31 17:42 johnny233 阅读(39) 评论(0) 推荐(0) 编辑
摘要: TypeScript语言。 子组件TopBar.tsx: import React, {createContext} from 'react'; import {FormInstance} from "antd/lib/form"; const formRef = React.createRef<F 阅读全文
posted @ 2021-12-31 17:22 johnny233 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 概述 很【简单】的一个问题,之前从来没有遇到过;第一反应是搜索Google,没有找到解决方案。木有办法,只好去看源码;看到源码后,很容易就能解决问题。还是记录一下此文。同时,告诫一下自己,遇到报错不要第一反应就去查Google,先看看源码。 问题 ELK以及IDEA 控制台记录如下报错日志: c.x 阅读全文
posted @ 2021-12-31 17:20 johnny233 阅读(54) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 41 下一页