Basic
重命名(Move)文件夹
如果想按照日期来重命名文件夹的话,可以使用如下的方式:
for /f %%a in ('powershell -Command "Get-Date -format yyyyMMdd_HHmm_ss"') do set datetime=%%a
move anr\anr anr\anr_%datetime%
大约 2 分钟
如果想按照日期来重命名文件夹的话,可以使用如下的方式:
for /f %%a in ('powershell -Command "Get-Date -format yyyyMMdd_HHmm_ss"') do set datetime=%%a
move anr\anr anr\anr_%datetime%
下载软件:SwitchHosts
添加一条规则:
SwitchHosts Rule
方案名:GitHub(可以自行命名)
类型:远程
URL 地址:https://cdn.jsdelivr.net/gh/ineo6/hosts/hosts
自动更新:1个小时
NAME | URL | DES |
---|---|---|
VundleVim | https://github.com/VundleVim/Vundle.vim | Vim plugin manager |
ale | https://github.com/w0rp/ale | |
vim-airline | https://github.com/vim-airline/vim-airline |