上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页
摘要: 1. pom.xml 配置 <!-- RabbitMQ --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependenc 阅读全文
posted @ 2023-02-24 10:49 亲爱的阿道君 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1. 打印log日志 2. 异步记录到日志表中 日志表 CREATE TABLE `d_interaction_log` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增长id', `client_code` varchar(20) NOT NUL 阅读全文
posted @ 2023-01-31 15:59 亲爱的阿道君 阅读(346) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.jenkins.io/ 阅读全文
posted @ 2023-01-30 17:58 亲爱的阿道君 阅读(1300) 评论(0) 推荐(0) 编辑
摘要: ① 到指定目录:cd /etc/init.d ② 启动:rabbitmq-server start ③ 停止:rabbitmq-server stop * 安装服务 yum install -y rabbitmq-server * MQ服务启动 systemctl start rabbitmq-se 阅读全文
posted @ 2023-01-28 16:35 亲爱的阿道君 阅读(816) 评论(0) 推荐(0) 编辑
摘要: DELIMITER $$ USE `test`$$ DROP PROCEDURE IF EXISTS `Prc_TelSuccess_Snapshot_Update`$$ CREATE DEFINER=`ccstest`@`%` PROCEDURE `Prc_TelSuccess_Snapshot_ 阅读全文
posted @ 2023-01-12 13:23 亲爱的阿道君 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 入参数解密 package org.cango.mid.dtsweb.config.crypt; import com.alibaba.fastjson.JSONObject; import lombok.extern.slf4j.Slf4j; import org.apache.commons.l 阅读全文
posted @ 2023-01-12 10:05 亲爱的阿道君 阅读(172) 评论(0) 推荐(0) 编辑
摘要: ```java package org.mid.config.aspect; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.Ret 阅读全文
posted @ 2023-01-12 09:58 亲爱的阿道君 阅读(519) 评论(0) 推荐(0) 编辑
摘要: git reflog --date=local 搜索关键字: checkout: moving from 阅读全文
posted @ 2023-01-04 10:07 亲爱的阿道君 阅读(114) 评论(0) 推荐(0) 编辑
摘要: <input type="hidden" id="qr_prodict_id" value="<cc:code classCd="20558" itemValue="${vo.fininstvmId}"></cc:code>"/> 判断是否为空 <c:if test="${not empty leg 阅读全文
posted @ 2022-12-15 14:19 亲爱的阿道君 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/624942/202211/624942-20221125134855828-1099616816.png) 阅读全文
posted @ 2022-11-25 13:49 亲爱的阿道君 阅读(21) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 19 下一页