记录工作中的一些常用的软件及下载地址等,便于查找使用。
Redis for Windows
- 软件描述:适用于 Windows 的 Redis 5.* 版本
- 项目地址:https://github.com/tporadowski/redis
vue-devtools
- 软件描述:vue 调试工具
- 项目地址:https://github.com/vuejs/devtools
docker
- 软件描述:离线安装包
- 项目地址:https://download.docker.com/linux/static/stable/
nvm
- 软件描述:Node Version Manager,nodejs 多版本管理工具。
- 项目地址:https://github.com/nvm-sh/nvm
nvm-windows
- 软件描述:nvm,nodejs 多版本管理工具;nvm-windows,对应 Windows 版本
- 软件说明:安装路径最好不要出现中文和空格。
- 项目地址:https://github.com/coreybutler/nvm-windows/releases
Tiny RDM
- 软件描述:一个更现代化的 Redis 桌面管理客户端。
- 官方网站:https://redis.tinycraft.cc/zh/
RedisView
- 软件描述:开源、跨平台、高性能的 Redis 数据库图形化界面工具,提供简单的增删改查和基本命令,支持集群模式。
- 项目地址:https://github.com/cc20110101/RedisView/releases
Arthas
- 软件描述:一款线上监控诊断产品,通过全局视角实时查看应用的状态信息,对业务问题进行诊断,提升线上问题排查效率。
- 官方网站:https://arthas.aliyun.com/
Anaconda
- 软件描述:一个开源的 Python 发行版本,其包含了 conda、Python 等 180 多个科学包及其依赖项。
- 官方网站:https://www.anaconda.com/download
pyenv
- 软件描述:一款轻量级的 Python 版本管理工具。
- 软件说明:一键安装脚本:
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash,指向 Gitee 镜像仓库curl -L https://gitee.com/myronz/pyenv-installer/raw/master/bin/pyenv-installer | bash - 官方网站:https://github.com/pyenv/pyenv
- Windows 版本:https://github.com/pyenv-win/pyenv-win
Milvus
- 软件描述:开源向量数据库
- 官方网站:https://github.com/milvus-io/milvus
Attu
- 软件描述:Milvus 的图形管理工具
- 官方网站:https://milvus.io/
- Github:https://github.com/zilliztech/attu
SmartSQL
- 软件描述:一款方便、快捷的数据库文档查询、生成工具
- 官方网站:https://gitee.com/dotnetchina/SmartSQL
TortoiseGit
- 软件描述:Git 的图形化使用工具
- 官方网站:https://tortoisegit.org/
SX-Color
- 软件描述:屏幕取色工具。
- 未找到官网,可以在腾讯软件中心里下载。
Detect It Easy (DIE)
- 软件描述:用于识别文件类型、检测软件保护方法以及加壳情况的开源工具。
- 下载地址:https://github.com/horsicq/DIE-engine/releases
MySQL-Front
- 软件描述:管理 MySQL 数据库的图形界面工具,支持导出数据表文档。
- 下载地址:https://mysql-front.en.softonic.com/
Inno Setup
- 软件描述:一款功能强大、免费开源的 Windows 安装程序制作工具。
- 使用说明:如果配置选择界面没有中文,需要自行到 Github 下载中文语言文件并放入语言目录下。
- 下载地址:https://jrsoftware.org/isdl.php
原文链接: https://xinghuipeng.pages.dev/2022/04/05/work/misc/工作软件记录/
版权声明: 转载请注明出处.