会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
亲爱的阿道君
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
21
下一页
2024年10月31日
kafka结构
摘要: 生产者(Producer) 消息生产:生产者是消息的源头,负责创建并发送消息到Kafka的Topic。它将应用程序产生的数据转换为消息格式,并根据一定的策略(如轮询、基于键的哈希等)将消息发送到Topic的不同分区。例如,在一个电商系统中,订单创建服务作为生产者,会将新订单的信息封装成消息发送到“订
阅读全文
posted @ 2024-10-31 09:30 亲爱的阿道君
阅读(63)
评论(0)
推荐(0)
2024年10月30日
统计项目中所有的Controller接口并导出
摘要: package com.example.mock.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.Req
阅读全文
posted @ 2024-10-30 09:25 亲爱的阿道君
阅读(396)
评论(0)
推荐(0)
2024年9月27日
idea安装翻译插件
摘要: https://blog.csdn.net/zk_tww/article/details/141132224
阅读全文
posted @ 2024-09-27 13:58 亲爱的阿道君
阅读(13)
评论(0)
推荐(0)
2024年9月12日
mybaties foreach in
摘要: <if test="typeList != null and typeList.size() > 0"> AND kbase.type in <foreach item="item" index="index" collection="typeList" open="(" separator=","
阅读全文
posted @ 2024-09-12 15:37 亲爱的阿道君
阅读(12)
评论(0)
推荐(0)
2024年9月5日
mysql 常用sql
摘要: select @name:= underlineToCamel(t.COLUMN_NAME) '列名', @type := case when t.DATA_TYPE in ('varchar','char','text','longtext','mediumtext','mediumblob')
阅读全文
posted @ 2024-09-05 13:54 亲爱的阿道君
阅读(20)
评论(0)
推荐(0)
2024年8月15日
easyExcel导出
摘要: <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>3.2.1</version> </dependency> @Data public class SysRankUserRe
阅读全文
posted @ 2024-08-15 16:58 亲爱的阿道君
阅读(17)
评论(0)
推荐(0)
stream
摘要: List<Integer> mortgageeTypeList = mortgagePolicys.stream().filter(e -> e.getMortgageeType() != null) .map(CPolicyEntity::getMortgageeType).distinct()
阅读全文
posted @ 2024-08-15 14:34 亲爱的阿道君
阅读(24)
评论(0)
推荐(0)
2024年8月5日
window无法激活
摘要: https://blog.csdn.net/weixin_46575363/article/details/137277515
阅读全文
posted @ 2024-08-05 17:27 亲爱的阿道君
阅读(10)
评论(0)
推荐(0)
2024年7月25日
多线程、锁面试题
摘要: 1
阅读全文
posted @ 2024-07-25 16:24 亲爱的阿道君
阅读(9)
评论(0)
推荐(0)
2024年7月23日
PostgreSQL 与 MySQL
摘要: PostgreSQL 更适用 有频繁写入操作和复杂查询的企业级应用 PostgreSQL MySQL 特效方面 提供一些高级特效(雾化视图、公共表表达式、窗口函数) 性能 写密集型、复杂查询 有优势 读密集型 有优势 一致性数据严谨性 严格遵循SQL标准, 默认隔离级别是“读已提交” 默认隔离级别是
阅读全文
posted @ 2024-07-23 16:12 亲爱的阿道君
阅读(21)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
21
下一页
公告