会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lux1997
博客园
首页
新随笔
联系
订阅
管理
2023年3月20日
配置拦截器,获取请求内容
摘要: 处理入参 package com.htsc.thfx.interceptor.interceptor; import org.springframework.util.StreamUtils; import org.springframework.web.servlet.HandlerInterce
阅读全文
posted @ 2023-03-20 10:25 Lux1997
阅读(105)
评论(0)
推荐(0)
2023年3月6日
union all 查询后取交集部分
摘要: select DISTINCT a.id FROM ( (select distinct t.id from tcompany_kpi t where 1 =1 and t.id in (37395,37396,37397,37398 ) and annual_return >= 0.1 and a
阅读全文
posted @ 2023-03-06 16:40 Lux1997
阅读(42)
评论(0)
推荐(0)
2023年2月22日
异步查询sql
摘要: /** * 异步查询产品列表 * * @param productList * @return * @throws ExecutionException * @throws InterruptedException */ private List<Map<String, Object>> getPo
阅读全文
posted @ 2023-02-22 10:35 Lux1997
阅读(33)
评论(0)
推荐(0)
group by + 排序
摘要: SELECT distinct fm.N_SEQ_ID, fm.N_GROUP_ID, fm.N_PORT_ID, fm.C_COMPONENT_TYPE, fm.ATTENTION_DATE , fm.c_port_name AS productName , fm.c_port_code AS f
阅读全文
posted @ 2023-02-22 10:32 Lux1997
阅读(72)
评论(0)
推荐(0)
2022年11月25日
通过自定义注解记录日志
摘要: 主要是使用切面来实现 1.自定义注解类 Loggable import com...enums.LogScopeEnum; import com...enums.LogTypeEnum; import java.lang.annotation.ElementType; import java.lan
阅读全文
posted @ 2022-11-25 16:58 Lux1997
阅读(365)
评论(0)
推荐(0)
2020年12月14日
Idea快捷键大全
摘要: Ctrl Ctrl + Y 删除光标所在行 或 删除选中的行 (必备) Ctrl + D 复制光标所在行 或 复制选择内容,并把复制内容插入光标位置下面 (必备) Ctrl + X 剪切光标所在行 或 剪切选择内容 Ctrl + C 复制光标所在行 或 复制选择内容 Ctrl + W 递进式选择代码
阅读全文
posted @ 2020-12-14 14:07 Lux1997
阅读(177)
评论(0)
推荐(0)
IO流总结
摘要: 转载自:https://blog.csdn.net/zhaoyanjun6/article/details/54292148/ 流的概念和作用 流是一组有顺序的,有起点和终点的字节集合,是对数据传输的总称或抽象。即数据在两设备间的传输称为流,流的本质是数据传输,根据数据传输特性将流抽象为各种类,方便
阅读全文
posted @ 2020-12-14 09:50 Lux1997
阅读(96)
评论(0)
推荐(0)
2020年6月7日
常用DOS命令
摘要: 常用DOS命令 #盘符切换 D:#查看当前目录下的所有文件 dir#切换目录 cd (charge director) cd /d D: cd /d D:\Java cd java(同级目录)#返回上一级 cd..#清理屏幕 cls(clear screen)#退出 exit#查看电脑ip ipco
阅读全文
posted @ 2020-06-07 19:34 Lux1997
阅读(24)
评论(0)
推荐(0)
第一天Typora
摘要: ja he wo ld 字体 加粗 ** ** 斜体 * * 斜体加粗 ** 废弃字体 ~~ ~~ 引用 引用 > 分割线 或*** 图片 超链接 超链接 列表 -和空格 表格 123 4 5 6 代码 psvm
阅读全文
posted @ 2020-06-07 16:21 Lux1997
阅读(65)
评论(0)
推荐(0)
公告