- 博客(8)
- 收藏
- 关注
原创 Linux命令:计算指定文件们的总大小
本文通过两个场景演示如何快速统计文件总大小。第一场景直接使用du -ch命令计算两个指定文件的大小。第二场景针对JSON文件中的图片路径,通过grep正则提取路径、sed清理引号后,用xargs将路径传递给du命令批量计算。文中详细解释了命令组合中每个参数的作用,包括正则匹配、错误处理等技巧,展示了Linux命令行工具处理文件统计任务的高效方法。
2026-01-30 09:57:38
154
原创 org.springframework.boot.autoconfigure.autoconfiguration.imports 未生效
org.springframework.boot.autoconfigure.autoconfiguration.imports 未生效
2024-02-21 11:06:16
1945
1
原创 【MySQL笔记】like、rlike、REGEXP关键词的使用
MySQL workbench中like、rlike和regexp常用的方法
2017-11-22 14:35:40
17019
转载 【MySQL笔记】Error Code: 1175
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option
2017-11-22 10:03:58
499
原创 The activity must be exported or contain an intent-filter解决方法
打开AndroidManifest.xml在对应的activity中添加一条属性android:exported=”true”
2017-09-21 09:20:39
6656
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅