常用客户端工具记录

一、mysql连接

Navicat Premium, SQLyog Trial

datagrip(mysql 8以上,其他nosql也支持)

Navicat Premium Lite    

 

二、mongodb

NoSql Manager for Mongodb

MongoDB Compass  : https://www.mongodb.com/try/download/compass

 

三、开发工具

sublime text, webstorm, Visual Studio,GoLand

四、客户端ssh连接

secureCRT, xshell,MobaXterm

五、Elasticsearch 连接

1. 首先下载zip压缩包:https://github.com/360EntSecGroup-Skylar/ElasticHD/releases/
2. 修改权限:chmod -R 777 ElasticHD
3. 运行: ./ElasticHD -p 127.0.0.1:9800
https://github.com/360EntSecGroup-Skylar/ElasticHD

或者

https://github.com/mobz/elasticsearch-head

点击https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm 安装chrome扩展

访问head时,url如下所示:
http://192.168.100.100:9100/?auth_user=elastic&auth_password=changeme

在连接框中,直接输入  完整的http访问链接,例如http://10.208.255.167:9241/,会提示输入用户名和密码

或者用 kibana 

六,redis客户端工具

之前的Redis Desktop Manager 在window10上有问题,且收费了,替换另一个

https://github.com/qishibo/AnotherRedisDesktopManager/releases

以及medis

https://github.com/x2jia/medis/releases/tag/win

发现一个好用的工具 fastoredis

https://fastoredis.com/registered_users_downloads

六、项目管理工具

https://github.com/jgraph/drawio-desktop/releases
这个软件画流程图什么很好用,免费的。对方不用安装直接用网页(https://www.draw.io/)也可以打开。
 
在线画图工具:https://www.processon.com/

七、编辑器工具

https://typora.io/#windows markdown本地编辑器

https://github.com/marktext/marktext/releases typroa的替代方案

八、代码生成器工具

hugo :https://www.gohugo.org/

api文档管理:https://www.showdoc.com.cn/

九、自己部署db管理工具

https://github.com/dbgate/dbgate

You May Also Like

About the Author: daidai5771

发表评论

电子邮件地址不会被公开。 必填项已用*标注