常用工具

Redis 可视化工具

RedisDesktopManager
下载地址:
https://github.com/uglide/RedisDesktopManager/releases/download/0.9.3/redis-desktop-manager-0.9.3.817.exe

Mongo 可视化工具

Studio 3T 
下载地址:
官方下载。
#试用破解【请支持官方正版】:
#新建bat文件

@echo off
ECHO Reset Studio 3T Date of use ...
FOR /f "tokens=1,2,* " %%i IN ('reg query "HKEY_CURRENT_USERSoftwareJavaSoftPrefs3tmongochefenterprise" ^| find /V "installation" ^| find /V "HKEY"') DO ECHO yes | reg add "HKEY_CURRENT_USERSoftwareJavaSoftPrefs3tmongochefenterprise" /v %%i /t REG_SZ /d ""
ECHO Reset is complete, press any key to exit ...
pause>nul
exit

数据传输FileZilla

下载地址:
https://download.filezilla-project.org/client/FileZilla_3.42.1_win64_sponsored-setup.exe
原文地址:https://www.cnblogs.com/baolin2200/p/10997742.html