会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
---江北
冰冻三尺,非一日之寒
博客园
首页
新随笔
联系
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
52
下一页
2025年3月28日
jackson入门
摘要: 参考: https://developer.baidu.com/article/detail.html?id=3427051 另外:jackson是flink内置的库: 对于 Flink 1.15: 内置的是 Jackson 2.12.x (通过 flink-shaded-jackson-2.12)
阅读全文
posted @ 2025-03-28 13:47 ---江北
阅读(24)
评论(0)
推荐(0)
2025年3月24日
专利解读
该文被密码保护。
阅读全文
posted @ 2025-03-24 19:24 ---江北
阅读(0)
评论(0)
推荐(0)
2025年3月17日
语音链路
该文被密码保护。
阅读全文
posted @ 2025-03-17 14:56 ---江北
阅读(0)
评论(0)
推荐(0)
2025年2月25日
数据质量监控
该文被密码保护。
阅读全文
posted @ 2025-02-25 17:28 ---江北
阅读(0)
评论(0)
推荐(0)
2025年1月20日
python3速记
该文被密码保护。
阅读全文
posted @ 2025-01-20 16:35 ---江北
阅读(2)
评论(0)
推荐(0)
dataworks实时同步
摘要: etl组件,可以进行数据过滤: https://help.aliyun.com/zh/dataworks/user-guide/single-table-real-time-etl-component/?spm=a2c4g.11186623.0.0.6823111c8XZZgG
阅读全文
posted @ 2025-01-20 15:14 ---江北
阅读(42)
评论(0)
推荐(0)
2025年1月16日
java打包注意事项
摘要: 场景:provide的依赖报错 1.找到报错的全类名,例如: org.jsoup.nodes.Element 使用ctrl+n找到这个类,然后使用定位符定位在哪个jar: 分析冲突最好使用IDEA插件:maven helper: 这个时候在pom文件就可以分析依赖了,输入之前搜索到的jar包 简单的
阅读全文
posted @ 2025-01-16 10:24 ---江北
阅读(38)
评论(0)
推荐(0)
2024年12月31日
slf4j日志配置
摘要: 依赖: <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.21</version> </dependency> <dependency> <groupId>org.slf
阅读全文
posted @ 2024-12-31 15:22 ---江北
阅读(45)
评论(0)
推荐(0)
2024年12月27日
Parquet
摘要: https://zhuanlan.zhihu.com/p/680143641 https://www.jb51.net/program/2966929kd.htm 格式: 与java类的对应关系:
阅读全文
posted @ 2024-12-27 15:12 ---江北
阅读(28)
评论(0)
推荐(0)
2024年12月23日
gson
摘要: 1.引入依赖: <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</a
阅读全文
posted @ 2024-12-23 19:45 ---江北
阅读(102)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
52
下一页
公告
TOP