会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
java渣渣
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
54
下一页
2023年6月26日
linux 查看内存情况
摘要: [https://blog.csdn.net/renfufei/article/details/105851728](https://blog.csdn.net/renfufei/article/details/105851728)
阅读全文
posted @ 2023-06-26 15:17 java渣渣
阅读(12)
评论(0)
推荐(0)
2023年6月20日
mongodb 最佳实践
摘要: [https://developer.aliyun.com/article/1173808](https://developer.aliyun.com/article/1173808)
阅读全文
posted @ 2023-06-20 14:13 java渣渣
阅读(7)
评论(0)
推荐(0)
2023年6月19日
window wsl 无法访问flink webui
摘要: [https://blog.csdn.net/weixin_38988171/article/details/126012785](https://blog.csdn.net/weixin_38988171/article/details/126012785) 修改flink配置文件 ``` res
阅读全文
posted @ 2023-06-19 15:26 java渣渣
阅读(70)
评论(0)
推荐(0)
2023年6月15日
idea debug 优雅 throw exception
摘要: [https://blog.csdn.net/m0_56069948/article/details/124227938](https://blog.csdn.net/m0_56069948/article/details/124227938)
阅读全文
posted @ 2023-06-15 16:49 java渣渣
阅读(72)
评论(0)
推荐(0)
2023年6月14日
mongo聚合字符串类型的数字进行排序
摘要: * 设置collation ```java Collation collation = Collation.of(Locale.CHINESE) .numericOrdering(true); ``` * 设置聚合选项 ``` Aggregation aggregation = Aggregatio
阅读全文
posted @ 2023-06-14 20:02 java渣渣
阅读(79)
评论(0)
推荐(0)
2023年6月8日
mongo datetimetostring 时区问题
摘要: [https://www.jianshu.com/p/e46cbd915b1f](https://www.jianshu.com/p/e46cbd915b1f)
阅读全文
posted @ 2023-06-08 15:05 java渣渣
阅读(9)
评论(0)
推荐(0)
2023年6月5日
maven 私服加载顺序
摘要: [https://blog.csdn.net/kkillala/article/details/105809519](https://blog.csdn.net/kkillala/article/details/105809519)
阅读全文
posted @ 2023-06-05 19:49 java渣渣
阅读(16)
评论(0)
推荐(0)
2023年6月2日
maven打包指定模块
摘要: [https://blog.csdn.net/WeiHao0240/article/details/121287087](https://blog.csdn.net/WeiHao0240/article/details/121287087)
阅读全文
posted @ 2023-06-02 11:55 java渣渣
阅读(21)
评论(0)
推荐(0)
2023年5月29日
threadlocal 线程间传递参数
摘要: [https://juejin.cn/post/7013173582016544781](https://juejin.cn/post/7013173582016544781)
阅读全文
posted @ 2023-05-29 15:50 java渣渣
阅读(29)
评论(0)
推荐(0)
mongodb 3.4 迁移到4.4 发现数据占用空间变少了
摘要: 猜测是4.4做了数据压缩的算法的优化,事实果然如此 > 在同样数据类型的情况下,MongoDB 4.4 相较于 3.4 可以预估节省约 10% 到 15% 的存储空间。这主要是因为 MongoDB 4.4 新增了 Zstandard 压缩算法,它可以提供更高的压缩比和更快的解压速度,同时仍然保持了良
阅读全文
posted @ 2023-05-29 11:23 java渣渣
阅读(85)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
54
下一页
公告