待整理
Everything database Magic ESDb Version
>https://www.voidtools.com/support/everything/db/
DB
This is very basic description and is likely to change...
Since the database is just a cache of the NTFS mft with some volume information, it ca
zsh:no matches found
在~/.zshrc中加入:
setopt no_nomatch
然后运行
source ~/.zshrc
zsh更新
fastadmin 安装插件提示 请从官网渠道下载插件安装包(code:2)(code:0)
在网络上下载 fastadmin 插件后 登录后台插件管理 本地安装 会提示 请从官网渠道下载插件安装包(code:2)(code:0)这个时候我们只需要修改程序部分代码即可正常安装 下面为代码位置
Git提交空文件夹的技巧
原理是在每个空文件夹新建一个.gitignore文件,然后提交。find . -type d -empty -exec touch {}/.gitig