美文网首页
MAC 开发攻城狮必备软件

MAC 开发攻城狮必备软件

作者: 程序员小白成长记 | 来源:发表于2021-09-04 16:04 被阅读0次

    brew

    brew类似于linux下的yum,是Mac下一个非常好用的下载安装和管理软件包的工具

    MAC上安装brew:https://zhuanlan.zhihu.com/p/99104545

    SwitchHosts

    攻城狮往往负责本地,测试,开发环境,SwitchHosts非常容易管理你本地的hosts环境

    SwitchHosts:https://github.com/oldj/SwitchHosts/releases

    Docker

    可以非常方便的安装mysql,es,mongo等软件

    Docker:https://docs.docker.com/desktop/mac/install/

    theunarchiver

    便于解压RAR格式的压缩文件

    Mac rar解压(免费):https://theunarchiver.com/

    vscode

    vscode 是微软出品的IDE工具,非常强大

    vscode:https://code.visualstudio.com/

    sublime text

    文本处理非常强大的软件,可以安装多种插件

    sublime text http://www.sublimetext.com/3

    postman

    非常强大的本地接口调试工具
    postman:https://www.postman.com/downloads/

    NoSQLBooster for MongoDB

    NoSQLBooster for MongoDB是一款mongoDB的图形化管理工具

    NoSQLBooster for MongoDB: https://nosqlbooster.com/downloads

    oh-my-zsh

    非常好用和强大的shell
    oh-my-zsh:https://ohmyz.sh/#install

    AnotherRedisDesktopManager

    redis图形化工具,重点是免费
    AnotherRedisDesktopManager:https://gitee.com/qishibo/AnotherRedisDesktopManager?utm_source=alading&utm_campaign=repo

    snipaste

    截图,题图工具
    https://www.snipaste.com/

    相关文章

      网友评论

          本文标题:MAC 开发攻城狮必备软件

          本文链接:https://www.haomeiwen.com/subject/bmprwltx.html