美文网首页
Mac 软件安装

Mac 软件安装

作者: 深海蓝_98db | 来源:发表于2020-12-25 21:54 被阅读0次

    Xcode

    VSCode

    Android Studio

    Sublime

    Flutter

    https://flutterchina.club/setup-macos/

    • curl安装
    brew install curl
    

    git

    NodeJS

    • Method1
    • Method2
    brew install node
    

    NPM

    SourceTree

    homebrew

    https://www.jianshu.com/p/e0471aa6672d?utm_campaign=hugo

    CocoaPods

    • Method1
    • Method2
    brew install cocoapods
    

    The

    RVM

    Ruby Version Manager简称RVM,是一款非常好用的ruby版本管理以及安装工具。

    • Method1
    curl -L https://get.rvm.io | bash -s stable
    
    • Method2
    brew install RVM
    

    NVM

    mkdir ~/.nvm  
    brew install nvm
    

    Gitbook

    https://www.jianshu.com/p/d4f5d5924707
    常见问题
    1.TypeError: cb.apply is not a function解决办法
    https://www.cnblogs.com/cyxroot/p/13754475.html
    2.Gitbook TypeError: Cannot read property 'commands' of null
    https://www.it610.com/article/1289261402522984448.htm

    StarUML

    https://blog.csdn.net/jonwu0102/article/details/81387083

    CMake

    1.概念
    编译配置工具。
    2.原理
    https://blog.csdn.net/networkhunter/article/details/86490739
    3.使用参考
    https://cmake.org/cmake/help/cmake2.4docs.html
    https://cmake.org/cmake-tutorial/
    4.管理三方
    https://blog.csdn.net/qianlixiaomage/article/details/104592297/

    画图

    • EdrawMax
    • 迅捷
    • Typora

    Movist.

    iMac.hk

    接口数据

    • Charles
    • Postman

    附录

    相关文章

      网友评论

          本文标题:Mac 软件安装

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