摘要:
fzf简介 fzf是一个命令行模糊查询的工具。主要使用go语言实现。它提供一个友好的命令行模糊查询的界面,按照它的格式要求传参后,可以很好实现先搜索再操作,即"search and action"模式。这样就可以大大降低记忆负担,只需输入关键词即可完成各种操作。 安装fzf # mac brew i 阅读全文
摘要:
1. synchronize_session参数 参数可选False、'fetch'、'evaluate';官网说明 False - don’t synchronize the session. This option is the most efficient and is reliable on 阅读全文
摘要:
1. 查看配置文件位置 mysqld --verbose --help | grep -A 1 "Default options" 我这里输出如下: Default options are read from the following files in the given order: /etc/ 阅读全文