上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 54 下一页
摘要: 1.@Async注解的使用 2. Spring使用ThreadPoolTaskExecutor自定义线程池及实现异步调用 2.1 线程池配置说明 核心线程数:线程池创建时候初始化的线程数。当线程数超过核心线程数,则超过的线程则进入任务队列。 最大线程数:只有在任务队列满了之后才会申请超过核心线程数的 阅读全文
posted @ 2022-04-06 11:11 BBS_自律 阅读(290) 评论(0) 推荐(0)
摘要: 1.创建聚合父工程Project 1.1 maven-archetype-site(更复杂的网站项目) 1.2 springcloud 版本和 springboot 对应的版本 SpringBoot2.X版和SpringCloud H版 SpringCloud Alibaba 2.1 Springc 阅读全文
posted @ 2022-04-04 11:53 BBS_自律 阅读(121) 评论(0) 推荐(0)
摘要: 1.微服务的设计原则 1.1 相关资料收费 时间太短了 2.微服务架构搭建 尚硅谷 2.1 评论说是有坑消息 少依赖 2.2 网盘 资料链接:https://pan.baidu.com/s/1KN0YcynEkJZWZ8_JOdQ4Ew 提取码:crm9 3.动力节点springcloud 4.黑马 阅读全文
posted @ 2022-04-04 01:12 BBS_自律 阅读(30) 评论(0) 推荐(0)
摘要: 转 Spring框架:第七章:AOP切面编程 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungaria 阅读全文
posted @ 2022-04-02 15:45 BBS_自律 阅读(20) 评论(0) 推荐(0)
摘要: 1.背景:公司框架 做了全局异常处理,如当前接口定义请求方式是POST,但在调用的时候却使用 GET 后台: Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' 阅读全文
posted @ 2022-04-02 14:40 BBS_自律 阅读(609) 评论(0) 推荐(0)
摘要: 如何使用JMeter进行并发测试 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russ 阅读全文
posted @ 2022-04-02 10:38 BBS_自律 阅读(18) 评论(0) 推荐(0)
摘要: 转 https://blog.csdn.net/ningzxg/article/details/93894421 long timeNew = System.currentTimeMillis()/ 1000; // 10位数的时间戳 long timeNew = System.currentTim 阅读全文
posted @ 2022-04-01 17:32 BBS_自律 阅读(559) 评论(0) 推荐(0)
摘要: 1.http请求工具类 package com.ins.mesrabbitmq.common.util;import org.springframework.data.annotation.Version;import org.springframework.data.repository.quer 阅读全文
posted @ 2022-03-31 09:37 BBS_自律 阅读(406) 评论(0) 推荐(0)
摘要: 转 IntelliJ IDEA实时代码模板&快捷注释(Live Templates) idea配置代码注释模板 IDEA类和方法注释模板设置(非常详细) IDEA中设置注释模板的方法 1.注释 得有方法注释 和代码注释 editor -- 编辑中操作 代码注释 注意一下触发方式 1.2 方法注释 * 阅读全文
posted @ 2022-03-30 15:19 BBS_自律 阅读(664) 评论(0) 推荐(0)
摘要: 1.需求对接第三方 http post请求 请求报文中message字段 是xml格式;接口返回信息也是xml 1.1 请求xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <com.ctc.ema.server.jwsserve 阅读全文
posted @ 2022-03-30 10:24 BBS_自律 阅读(430) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 54 下一页