会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
亲爱的阿道君
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
21
下一页
2023年2月24日
SpringBoot 集成多个rabbitmq
摘要: 1. pom.xml 配置 <!-- RabbitMQ --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependenc
阅读全文
posted @ 2023-02-24 10:49 亲爱的阿道君
阅读(362)
评论(0)
推荐(0)
2023年1月31日
第3方接口交互-日志方案
摘要: 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 亲爱的阿道君
阅读(475)
评论(0)
推荐(0)
2023年1月30日
jenkins历史版本下载地址
摘要: https://mirrors.jenkins.io/
阅读全文
posted @ 2023-01-30 17:58 亲爱的阿道君
阅读(1643)
评论(0)
推荐(0)
2023年1月28日
rabbitmq启动
摘要: ① 到指定目录: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 亲爱的阿道君
阅读(950)
评论(0)
推荐(0)
2023年1月12日
存储过程动态sql执行
摘要: DELIMITER $$ USE `test`$$ DROP PROCEDURE IF EXISTS `Prc_TelSuccess_Snapshot_Update`$$ CREATE DEFINER=`ccstest`@`%` PROCEDURE `Prc_TelSuccess_Snapshot_
阅读全文
posted @ 2023-01-12 13:23 亲爱的阿道君
阅读(166)
评论(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 亲爱的阿道君
阅读(188)
评论(0)
推荐(0)
redis防重复提交
摘要: ```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 亲爱的阿道君
阅读(534)
评论(0)
推荐(0)
2023年1月4日
查询git分支从哪个源分支拉取的
摘要: git reflog --date=local 搜索关键字: checkout: moving from
阅读全文
posted @ 2023-01-04 10:07 亲爱的阿道君
阅读(123)
评论(0)
推荐(0)
2022年12月15日
jsp jstl el 表达式
摘要: <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 亲爱的阿道君
阅读(19)
评论(0)
推荐(0)
2022年11月25日
IDEA buile gradle项目失败
摘要: 
阅读全文
posted @ 2022-11-25 13:49 亲爱的阿道君
阅读(31)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
21
下一页
公告