find . -maxdepth 1 -type d -exec bash -c '7z a -t7z -mx=9 "1"' _ {} ;
find . -maxdepth 1 -type d -exec bash -c '7z a -t7z -mx=9 "1"' _ {} ;
安装依赖 brew reinstall flac shntool cuetools ffmpeg cue to flac shntool split -t '%a-1.%n....
查找当前目录下的*.cue 文件并转换文字编码为utf-8 ( GBK to UTF-8 ) find . -type f -name '*.cue' -exec sh -c...
manjaro gnome安装后 [TOC] 一、起步配置 1.关闭夜灯模式、关闭挂起等配置设置-> 显示器 /电源 2.配置命令行快捷键设置 -> 键盘 -> 快捷键 -...
Edge 浏览器,文本选择中问题 linux中 edge 浏览器选择文本时有写奇奇怪怪的问题,导致操作体验不好找了很久终于找到解决方案 设置 -> 辅助功能 -> 选择文本时...
beetlsql 代码生成示例 测试用例代码 gradle 开启jdk14 代码块
import com.fasterxml.jackson.annotation.JsonInclude;import com.fasterxml.jackson.databi...
原文地址[https://www.jianshu.com/p/c9644755dd5e] 一. 什么是RestTemplate 传统情况下在java代码里访问restful服...