上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页

2020年12月23日

springboot 拦截器

摘要: 1、编写拦截器 package com.ne.scrm.org.interceptor; import com.software.boot.common.ThreadContext; import org.springframework.web.servlet.HandlerInterceptor; 阅读全文

posted @ 2020-12-23 10:34 滚动的蛋 阅读(105) 评论(0) 推荐(0) 编辑

2020年12月18日

tp90和tp99是指什么性能指标

摘要: https://www.cnblogs.com/robinunix/p/7827423.html 阅读全文

posted @ 2020-12-18 17:12 滚动的蛋 阅读(208) 评论(0) 推荐(0) 编辑

2020年12月17日

线程池的7种创建方式

摘要: move to :https://www.cnblogs.com/vipstone/p/14149065.html 阅读全文

posted @ 2020-12-17 13:34 滚动的蛋 阅读(79) 评论(0) 推荐(0) 编辑

2020年12月12日

information,system and control theory

摘要: information,system and control theory 阅读全文

posted @ 2020-12-12 20:02 滚动的蛋 阅读(48) 评论(0) 推荐(0) 编辑

2020年12月2日

Mybaits 自定义TypeHandler 处理枚举

摘要: 1、定义枚举基类 package com.ne.scrm.content.constant; import org.springframework.util.ReflectionUtils; import java.lang.reflect.Field; public interface BaseD 阅读全文

posted @ 2020-12-02 12:44 滚动的蛋 阅读(361) 评论(0) 推荐(0) 编辑

2020年12月1日

Mybaits 遍历Map【注解使用】

摘要: 1、遍历map package com.isuzu.vehicle.onroad.dal.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.isuzu.vehicle.onroad.dal.entit 阅读全文

posted @ 2020-12-01 15:09 滚动的蛋 阅读(382) 评论(0) 推荐(0) 编辑

2020年11月19日

group_concat()函数 排序

摘要: SELECT buName, GROUP_CONCAT( MONTH ORDER BY MONTH DESC ) AS m, GROUP_CONCAT( profit ORDER BY MONTH DESC ) AS profit FROM t1 GROUP BY buName; 阅读全文

posted @ 2020-11-19 11:25 滚动的蛋 阅读(204) 评论(0) 推荐(0) 编辑

2020年11月15日

ThreadLocal 源码阅读

摘要: 作者的类注释: This class provides thread-local variables. These variables differ from * their normal counterparts in that each thread that accesses one (via 阅读全文

posted @ 2020-11-15 13:49 滚动的蛋 阅读(90) 评论(0) 推荐(0) 编辑

2020年11月11日

HttpClient 调用示例

摘要: import com.alibaba.fastjson.JSON; import com.software.boot.common.entity.Response; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang.ti 阅读全文

posted @ 2020-11-11 10:26 滚动的蛋 阅读(168) 评论(0) 推荐(0) 编辑

2020年11月9日

AbstractRoutingDataSource -- Spring提供的轻量级数据源切换方式

摘要: AbstractRoutingDataSource -- Spring提供的轻量级数据源切换方式 阅读全文

posted @ 2020-11-09 14:02 滚动的蛋 阅读(76) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页

导航