加载中
spring cloud 微服务采用fegin调用服务时被全局异常处理拦截,造成多服务事务异常无法回滚解决方案

测试环境: seata1.5.2+nacos2.0.4+spring cloud+fegin调用 问题描述: 业务模块采用fegin调用其他业务服务时,如业务模块A、B,由A开启全局事务(@GlobalTransactional)通过Fegin调用B业务...

linux - crontab 定时任务每天凌晨执行一次

1、安装crondtab yum -y install crontabs 2、准备sh脚本 请按业务,自行准备,以下为删除七天前的缓存图片cache_images_clean.sh #!/bin/sh find /home/wwwroot/images -mtime +7 -type d -...

2022/07/28 10:59
3.7W
mysql - 定时计划分表,预创建第二天的表

1 创建存储过程:copy存在的空表,预创建第二天的表,并删除7天前的表 CREATE PROCEDURE create_monitor_log_table_every_day() BEGIN -- 预先创建第二天的表 SET @nowDateStr = DATE_FORMA...

2022/07/25 17:18
444
Jetson&JetPack 安装官方机器学习容器

#Jetson&JetPack 安装官方机器学习容器# #安装docker# #本机未安装curl,安装curl# sudo apt-get update -y && sudo apt-get install curl -y #curl在线安装docker# sudo curl -sSL https://...

python json.dump -> keys must be str, int, float, bool or None

python 中 json 保存不了字典键值为元组 with open('a_dict.json', 'w') as json_obj: a = json.dumps({str(k): a[k] for k in a}) json.dump(a, json_obj)......

2022/07/05 08:55
253
配置Intellij IDEA中自动下载jar包

1、配置IDEA的maven自动下载源码的方法: 点击File -> Setting ->Maven ->Importing:选中Automatically download中的两个多选框Sources和Documentation 2、右键maven项目,maven->Reimport...

2022/06/24 14:45
3.2K
docker实战部署SRS4.0流媒体服务器对接GB28181监控视频控制台

docker实战部署SRS4.0流媒体服务器对接GB28181监控视频控制台 一、准备工作docker hub 二、下载镜像 docker pull hasspi/srs4.0 二、创建SRS的docker容器 docker run -itd -p 1935:1935 -p ...

2022/06/21 17:37
3.9K
The client is using an unsupported version of the Socket.IO or Engine.IO protocols ...

报错 The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO) 问题 flask-socketio的版...

2022/05/25 16:33
805

没有更多内容

加载失败,请刷新页面

返回顶部
顶部